summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--excludelist.xml3
-rw-r--r--tools/packaging/packagerConfig.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/excludelist.xml b/excludelist.xml
new file mode 100644
index 000000000..06fee063c
--- /dev/null
+++ b/excludelist.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<excludeList>
+</excludeList>
diff --git a/tools/packaging/packagerConfig.py b/tools/packaging/packagerConfig.py
index c55a41e18..47e2d09a3 100644
--- a/tools/packaging/packagerConfig.py
+++ b/tools/packaging/packagerConfig.py
@@ -52,7 +52,7 @@ WEBSITE_CASES_PATH = "json/"
#The name of a file which contains a list of tests which should be
#disabled in test262. These tests are either invalid as-per ES5 or
#have issues with the test262 web harness.
-EXCLUDED_FILENAME = os.path.join(TEST262_ROOT, "test", "excludelist.xml")
+EXCLUDED_FILENAME = os.path.join(TEST262_ROOT, "excludelist.xml")
WEBSITE_EXCLUDE_RE_LIST = ["bestPractice", "intl402"]
WEBSITE_EXCLUDE_RE_LIST = [ re.compile(x) for x in WEBSITE_EXCLUDE_RE_LIST]