mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 496923 - Skip failing Intl tests that will be in the initial test262 import, and update skips so that the Intl tests won't run when Intl isn't built. r=terrence
This commit is contained in:
parent
de2ae3f507
commit
9cc860d5d1
@ -1,12 +1,11 @@
|
||||
# Manifest entries for imported test suites whose individual test cases
|
||||
# we don't want to change.
|
||||
|
||||
skip-if(!this.hasOwnProperty("Intl")) include test402/jstests.list # Intl is not enabled in all builds
|
||||
skip include test402/lib/jstests.list # include files
|
||||
skip-if(!this.hasOwnProperty("Intl")) include test262/intl402/jstests.list # Intl is not enabled in all builds
|
||||
|
||||
skip script test402/ch10/10.1/10.1.1_a.js # bug 854320
|
||||
skip script test402/ch10/10.1/10.1.1_13.js # bug 853704
|
||||
skip script test402/ch10/10.1/10.1.1_19_c.js # bug 853704
|
||||
skip script test402/ch11/11.1/11.1.1_a.js # bug 854320
|
||||
skip script test402/ch11/11.3/11.3.2_TRP.js # bug 853706
|
||||
skip script test402/ch12/12.1/12.1.1_a.js # bug 854320
|
||||
skip script test262/intl402/ch10/10.1/10.1.1_a.js # bug 854320
|
||||
skip script test262/intl402/ch10/10.1/10.1.1_13.js # bug 853704
|
||||
skip script test262/intl402/ch10/10.1/10.1.1_19_c.js # bug 853704
|
||||
skip script test262/intl402/ch11/11.1/11.1.1_a.js # bug 854320
|
||||
skip script test262/intl402/ch11/11.3/11.3.2_TRP.js # bug 853706
|
||||
skip script test262/intl402/ch12/12.1/12.1.1_a.js # bug 854320
|
||||
|
Loading…
Reference in New Issue
Block a user