Lines Matching defs:CompilerTestInfo

2061 class CompilerTestInfo(object):
2321 compiler_test_infos.append(CompilerTestInfo("compiler/js", "js", ["--module"]))
2322 compiler_test_infos.append(CompilerTestInfo("compiler/ts/cases", "ts", []))
2323 compiler_test_infos.append(CompilerTestInfo("compiler/ts/projects", "ts", ["--module"]))
2324 compiler_test_infos.append(CompilerTestInfo("compiler/ts/projects", "ts", ["--module", "--merge-abc"]))
2325 compiler_test_infos.append(CompilerTestInfo("compiler/annotations-projects", "ts", ["--module", "--enable-annotations", "--merge-abc"]))
2326 compiler_test_infos.append(CompilerTestInfo("compiler/dts", "d.ts", ["--module", "--opt-level=0"]))
2327 compiler_test_infos.append(CompilerTestInfo("compiler/commonjs", "js", ["--commonjs"]))
2328 compiler_test_infos.append(CompilerTestInfo("compiler/interpreter/lexicalEnv", "js", []))
2329 compiler_test_infos.append(CompilerTestInfo("compiler/sendable", "ts", ["--module", "--target-api-sub-version=beta3"]))
2330 compiler_test_infos.append(CompilerTestInfo("optimizer/js/branch-elimination", "js",
2332 compiler_test_infos.append(CompilerTestInfo("optimizer/js/opt-try-catch-func", "js",
2334 compiler_test_infos.append(CompilerTestInfo("compiler/debugInfo/", "js",
2336 compiler_test_infos.append(CompilerTestInfo("compiler/js/module-record-field-name-option.js", "js",
2338 compiler_test_infos.append(CompilerTestInfo("compiler/annotations", "ts", ["--module", "--enable-annotations"]))
2341 compiler_test_infos.append(CompilerTestInfo("optimizer/ts/branch-elimination/projects", "ts",
2344 compiler_test_infos.append(CompilerTestInfo("compiler/bytecodehar/projects", "ts",
2348 compiler_test_infos.append(CompilerTestInfo("compiler/bytecodehar/js/projects", "js",
2352 compiler_test_infos.append(CompilerTestInfo("compiler/bytecodehar/merge_abc_consistence_check/projects", "js",
2356 compiler_test_infos.append(CompilerTestInfo("compiler/ts/shared_module/projects", "ts",