1. 01 Dec, 2023 1 commit
  2. 27 Oct, 2023 1 commit
    • Andrew Kolos's avatar
      give `throwsToolExit` a more useful description (#136694) · 1328997b
      Andrew Kolos authored
      Fixes https://github.com/flutter/flutter/issues/136698.
      
      Alters how `throwToolExit` creates its matcher. This results is an improved description of the matcher.
      
      The mismatch description isn't improved by this, but I writing an entirely custom matcher to fix this isn't ideal either. We can instead mitigate the issue by augmenting the `toString` implementation of `ToolExit` to include the exit code, if it is non-null.
      
      With these changes, the first few lines of output from a test would look like this:
      
      ```
      Expected: throws <Instance of 'ToolExit'> with `exitCode`: <42> and `message`: contains 'message'
        Actual: <Closure: () => Never>
         Which: threw ToolExit:<Exit code: 41232. Error: message>
      ```
      1328997b
  3. 20 Sep, 2023 1 commit
  4. 31 Jul, 2023 1 commit
  5. 05 Jul, 2023 1 commit
  6. 02 Jun, 2023 1 commit
  7. 05 Apr, 2023 1 commit
  8. 04 Apr, 2023 1 commit
  9. 16 Feb, 2023 1 commit
  10. 15 Feb, 2023 1 commit
  11. 04 Feb, 2023 1 commit
  12. 02 Feb, 2023 1 commit
  13. 19 Jan, 2023 1 commit
  14. 29 Sep, 2022 1 commit
  15. 02 Aug, 2022 1 commit
  16. 26 Jul, 2022 1 commit
  17. 19 Jul, 2022 1 commit
  18. 21 Jun, 2022 1 commit
  19. 26 May, 2022 1 commit
    • Danny Tuppeny's avatar
      Fix issues running integration tests through DAP debug adapter (#104618) · 14702036
      Danny Tuppeny authored
      * Fix issues running integration tests through DAP
      
      These adapters were incorrectly trying to connect a DDS instance even when Flutter would create its own. This change disables DDS in the DAP layer and leaves it to Flutter (although it passes `--no-dds` on to Flutter if provided to the DAP process).
      
      Also fixes an issue where we would unnecessarily connect the VM Service for tests even in 'noDebug' mode because of a change/fix that now includes a 'vmServiceUri' in the `test.startedProcess` event.
      14702036
  20. 25 May, 2022 1 commit
  21. 27 Apr, 2022 1 commit
  22. 11 Apr, 2022 1 commit
  23. 08 Apr, 2022 1 commit
  24. 17 Mar, 2022 1 commit
  25. 07 Feb, 2022 1 commit
  26. 02 Feb, 2022 1 commit
  27. 31 Jan, 2022 1 commit
  28. 29 Jan, 2022 1 commit
  29. 27 Jan, 2022 1 commit
  30. 21 Jan, 2022 1 commit
  31. 01 Dec, 2021 1 commit
  32. 24 Nov, 2021 1 commit
  33. 23 Nov, 2021 1 commit
  34. 19 Nov, 2021 1 commit
  35. 02 Nov, 2021 1 commit
  36. 28 Oct, 2021 1 commit
  37. 27 Oct, 2021 1 commit