Home
last modified time | relevance | path

Searched refs:CompilerTestInfo (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/
H A Drunner.py2061 class CompilerTestInfo(object): class
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("compile
[all...]

Completed in 3 milliseconds