1. 04 Sep, 2018 4 commits
    • Danny Tuppeny's avatar
      Change asset_bundle_package_font_test to memory file system (#21114) · a74f591d
      Danny Tuppeny authored
      * Change assert_bundle_package_font_test to memory file system
      
      This is to work towards being able to run the tests without `-j1` (#21113). These tests were using the real filesystem and setting/relying on fs.currentDirectory. There was a comment about this being because the memory provider didnt' support POSIX and Windows, however that seems to have changed since (and many other asset tests already do something similar to this).
      
      * Trim trailing whitespace
      
      * Add a workaround for Windows path slash directions
      
      Strictly this is correct, but the real FS can tolerate either path. The in-memory file system is more strict (see https://github.com/google/file.dart/issues/112).
      
      * Extract a helper for writing schema files in tests
      
      * Missed file when saving!
      
      * Remove redundant comment
      
      * Rename writeBasicSchema -> writeEmptySchema
      
      * Use the file we already have to write contents
      
      * Make comments more descriptive
      
      * Remove another dupe of writeSchema to use the shared one
      
      * Rename schema -> pubspec_schema
      
      * Trim whitespace
      a74f591d
    • Chris Bracken's avatar
      Eliminate --preview-dart-2 flag (#21304) · 041ff621
      Chris Bracken authored
      This patch eliminates the --preview-dart-2/--no-preview-dart-2 flag,
      hardcoding all uses to true. It also defaults all previewDart2 method
      parameters to true, where they hadn't yet been.
      
      A series of subsequent patches will eliminate all previewDart2
      parameters and the associated code from within the codebase.
      041ff621
    • Danny Tuppeny's avatar
      Unskip passing tests on Windows + add a new failing test with GH reference (#21351) · db7aa6a0
      Danny Tuppeny authored
      * Unskip integration tests on Windows that now pass
      
      The referenced issue is closed and these tests pass for me locally on Windows now.
      
      * Remove import that's no longer used
      
      * Add another issue that is afffecting these tests on Windows
      
      * Add a hot restart test and mark skip on Windows
      
      Skipped due to https://github.com/flutter/flutter/issues/21348.
      db7aa6a0
    • jensjoha's avatar
      Initialize from dill on tests (#20414) · cd65903f
      jensjoha authored
      cd65903f
  2. 03 Sep, 2018 3 commits
  3. 02 Sep, 2018 4 commits
  4. 01 Sep, 2018 1 commit
  5. 31 Aug, 2018 19 commits
  6. 30 Aug, 2018 9 commits