tree: 6889d6f41df36fea3f9777ab0c27eeb03d2abf7f
  1. diamond.constraints.txt
  2. diamond.default.txt
  3. diamond_and.constraints.txt
  4. diamond_and.default.txt
  5. diamond_fuse.constraints.txt
  6. diamond_fuse.default.txt
  7. diamond_or.constraints.txt
  8. diamond_or.default.txt
  9. fuse_with_and.constraints.txt
  10. fuse_with_and.default.txt
  11. fuse_with_or.constraints.txt
  12. fuse_with_or.default.txt
  13. just_fuse.constraints.txt
  14. just_fuse.default.txt
  15. README.md
  16. two_branch.constraints.txt
  17. two_branch.default.txt
  18. two_step.constraints.txt
  19. two_step.default.txt
pkg/dart2wasm/test/deferred_loading/partition_tests_dart2js/custom_split/README.md

The expectation files in this directory are how dart2wasm is expected to partition tests into deferred parts.

The original tests are in pkg/compiler/test/custom_split/data/<testname> containing

  • main.dart: The main application to compiler
  • <helper>.dart: Libraries main.dart may import
  • constraints.json: The constraints to apply to the partitioning algorithm