summaryrefslogtreecommitdiff
path: root/deps/v8/test/intl/testcfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/intl/testcfg.py')
-rw-r--r--deps/v8/test/intl/testcfg.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/deps/v8/test/intl/testcfg.py b/deps/v8/test/intl/testcfg.py
index 6c5660ea9d..8cf26f1a61 100644
--- a/deps/v8/test/intl/testcfg.py
+++ b/deps/v8/test/intl/testcfg.py
@@ -43,8 +43,7 @@ class TestSuite(testsuite.TestSuite):
files.sort()
for filename in files:
if (filename.endswith(".js") and filename != "assert.js" and
- filename != "utils.js" and filename != "regexp-assert.js" and
- filename != "regexp-prepare.js"):
+ filename != "utils.js"):
fullpath = os.path.join(dirname, filename)
relpath = fullpath[len(self.root) + 1 : -3]
testname = relpath.replace(os.path.sep, "/")
@@ -80,9 +79,7 @@ class TestCase(testcase.D8TestCase):
files = map(lambda f: os.path.join(self.suite.root, f), [
'assert.js',
'utils.js',
- 'regexp-prepare.js',
self.path + self._get_suffix(),
- 'regexp-assert.js',
])
if self._test_config.isolates: