09ba30ef29
Previously one could set a flag in a `TEST_CASES.json` file to exclude the test-cases from being run if the input files were being compiled partially and then linked. There are also scenarios where one might want to exclude test-cases from "full compile" mode test runs. This commit changes the compliance test tooling to support a new property `compilationModeFilter`, which is an array containing one or more of `"full compile"` and `"linked compile"`. Only the tests whose `compilationModeFilter` array contains the current compilation mode will be run. PR Close #39939 |
||
---|---|---|
.. | ||
BUILD.bazel | ||
check_errors.ts | ||
check_expectations.ts | ||
compile_test.ts | ||
di_checks.ts | ||
expect_emit.ts | ||
expected_file_macros.ts | ||
function_checks.ts | ||
get_compliance_tests.ts | ||
golden_partials.ts | ||
i18n_checks.ts | ||
i18n_helpers.ts | ||
test_runner.ts |