1. 21 Jun, 2022 1 commit
  2. 12 Jul, 2021 1 commit
  3. 18 Mar, 2021 2 commits
  4. 27 Jan, 2021 1 commit
  5. 13 Nov, 2020 1 commit
  6. 11 Nov, 2020 1 commit
    • Anna Gringauze's avatar
      Move web integration tool tests to web.shard (#70226) · edf26e75
      Anna Gringauze authored
      * Move web integration tool tests to web.shard
      
      Web integration tool tests depend on DDC changes in SDK. This change
      moves them to a separate shard and subshard so CI bot configurations
      can run them separately.
      
      In particular, with will allow running those tests on dart CI flutter
      HHH web bot instead of a non-web one, allowing early detection and easy
      classification of issues caused by SDK changes as VM- or Web related.
      
      * Enabled verbose mode for flaky web_tool_tests
      
      * Split out the test changes to be commited first
      edf26e75
  7. 29 Oct, 2020 3 commits
  8. 08 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] standardize patterns for integration.shard (#64980) · 6b444c4d
      Jonah Williams authored
      Integration tests must only go through the real file system/process manager/platform. The global indirection makes this code harder to understand than if it directly referred to the concrete instances that are being used.
      
      Update the integration shard to use a const instance of a LocalFIleSystem, LocalProcessManager, and LocalPlatform. Remove global usage and apply testWithoutContext.
      6b444c4d
  9. 13 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] cleanups to web runner functionality (#61178) · e666ea8d
      Jonah Williams authored
      Skip unnecessary parsing of chrome URI. Ensure stack traces are initialized in web server. Disclaimer on web server that it does not support debugging and remove help message. Fix generated entrypoint to check for main(List<String> args)
      
      - Fixes #59643
      - Fixes #55084
      - Fixes #60417
      e666ea8d