Bug 862520 - Disable quickCheckAPI-B2.html on Windows XP. r=jgilbert

This commit is contained in:
Benoit Jacob 2013-04-18 07:40:08 -04:00
parent 47bf8f7b40
commit 856ff05efe
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
conformance/more/conformance/quickCheckAPI-B2.html

View File

@ -499,6 +499,12 @@ function start() {
.split('\n');
}
if (kIsWindows && !kIsWindowsVistaOrHigher) {
var testsToSkip = loadTextFileSynchronous('skipped_tests_winxp.txt')
.replace(/\r/g, '') // convert to unix line breaks
.split('\n');
}
runTestSuite();
}