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:
Jeff Walden 2013-05-10 15:30:17 -07:00
parent de2ae3f507
commit 9cc860d5d1

View File

@ -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