1. 21 Jan, 2022 1 commit
  2. 18 Aug, 2021 1 commit
  3. 12 Jul, 2021 1 commit
  4. 24 May, 2021 1 commit
  5. 18 Mar, 2021 2 commits
  6. 24 Feb, 2021 1 commit
  7. 27 Jan, 2021 1 commit
  8. 13 Nov, 2020 1 commit
  9. 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
      Unverified
      edf26e75
  10. 29 Oct, 2020 3 commits
  11. 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.
      Unverified
      6b444c4d
  12. 05 Aug, 2020 1 commit
  13. 18 Mar, 2020 2 commits