|
95 | 95 | "xcodebuild/ReleaseX64/dart2js_platform.dill", |
96 | 96 | "xcodebuild/ReleaseX64/dart2js_platform_strong.dill" |
97 | 97 | ], |
| 98 | + "front-end": [ |
| 99 | + ".packages", |
| 100 | + "out/ReleaseIA32/", |
| 101 | + "out/ReleaseX64/", |
| 102 | + "pkg/", |
| 103 | + "runtime/tests/", |
| 104 | + "samples-dev/", |
| 105 | + "samples/", |
| 106 | + "sdk/", |
| 107 | + "tests/angular/", |
| 108 | + "tests/co19_2/co19_2-analyzer.status", |
| 109 | + "tests/co19_2/co19_2-dart2js.status", |
| 110 | + "tests/co19_2/co19_2-kernel.status", |
| 111 | + "tests/co19_2/co19_2-runtime.status", |
| 112 | + "tests/compiler/", |
| 113 | + "tests/corelib_2/", |
| 114 | + "tests/dart/", |
| 115 | + "tests/kernel/", |
| 116 | + "tests/language_2/", |
| 117 | + "tests/lib_2/", |
| 118 | + "tests/light_unittest.dart", |
| 119 | + "tests/search/", |
| 120 | + "tests/standalone/", |
| 121 | + "tests/standalone_2/", |
| 122 | + "tests/ffi/", |
| 123 | + "third_party/d8/", |
| 124 | + "third_party/pkg/", |
| 125 | + "third_party/pkg_tested/", |
| 126 | + "third_party/requirejs/", |
| 127 | + "tools/", |
| 128 | + "xcodebuild/ReleaseIA32/", |
| 129 | + "xcodebuild/ReleaseX64/" |
| 130 | + ], |
98 | 131 | "fuzzer": [ |
99 | 132 | "runtime/tools/dartfuzz/", |
100 | 133 | "out/DebugIA32/", |
|
408 | 441 | ] |
409 | 442 | }, |
410 | 443 | { |
411 | | - "name": "unit tests", |
412 | | - "script": "tools/disguised_test.py", |
| 444 | + "name": "fasta co19_2 tests", |
413 | 445 | "arguments": [ |
414 | | - "-nunittest-asserts-${mode}-${system}", |
415 | | - "pkg/(kernel|front_end|fasta)" |
416 | | - ] |
| 446 | + "-nfasta-${system}", |
| 447 | + "co19_2" |
| 448 | + ], |
| 449 | + "fileset": "front-end", |
| 450 | + "shards": 10 |
417 | 451 | }, |
418 | 452 | { |
419 | 453 | "name": "fasta sdk tests", |
420 | | - "arguments": ["-nfasta-${system}"] |
| 454 | + "arguments": ["-nfasta-${system}"], |
| 455 | + "fileset": "front-end", |
| 456 | + "shards": 5 |
421 | 457 | }, |
422 | 458 | { |
423 | | - "name": "fasta co19_2 tests", |
| 459 | + "name": "unit tests", |
| 460 | + "script": "tools/disguised_test.py", |
424 | 461 | "arguments": [ |
425 | | - "-nfasta-${system}", |
426 | | - "co19_2" |
| 462 | + "-nunittest-asserts-${mode}-${system}", |
| 463 | + "pkg/(kernel|front_end|fasta)" |
427 | 464 | ] |
428 | 465 | } |
429 | 466 | ] |
|
0 commit comments