Lines Matching full:txt
84 ES5_LIST_FILE = os.path.join("test262", "es5_tests.txt")
85 ES2015_LIST_FILE = os.path.join("test262", "es2015_tests.txt")
86 INTL_LIST_FILE = os.path.join("test262", "intl_tests.txt")
87 ES2021_LIST_FILE = os.path.join("test262", "es2021_tests.txt")
88 SENDABLE_LIST_FILE = os.path.join("test262", "sendable_tests.txt")
89 OTHER_LIST_FILE = os.path.join("test262", "other_tests.txt")
90 ES2022_LIST_FILE = os.path.join("test262", "es2022_tests.txt")
91 ES2023_LIST_FILE = os.path.join("test262", "es2023_tests.txt")
92 CI_LIST_FILE = os.path.join("test262", "CI_tests.txt")
95 with open(os.path.join("test262", "module_tests.txt")) as m_file:
97 with open(os.path.join("test262", "dynamicImport_tests.txt")) as d_file:
113 TEST262_JIT_LABEL = os.path.join("test262", "data", "preheated.txt")