mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Fix packager.py for updated locations
This commit is contained in:
parent
38291966ff
commit
b81b71eac2
3
excludelist.xml
Normal file
3
excludelist.xml
Normal file
@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<excludeList>
|
||||
</excludeList>
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user