Bug 724455 - mark conformance/textures/texture-mips.html and conformance/textures/texture-npot.html as failing on 10.7, r=bjacob

This commit is contained in:
Phil Ringnalda 2012-02-05 17:47:39 -08:00
parent 94639ff6eb
commit 0c31134c18

View File

@ -417,6 +417,11 @@ function start() {
testsExpectedToFail.push('conformance/more/functions/uniformiBadArgs.html');
}
if (kIsMac && kDarwinVersion >= 11.0) {
testsExpectedToFail.push('conformance/textures/texture-mips.html');
testsExpectedToFail.push('conformance/textures/texture-npot.html');
}
var testsToIgnore = [];
var testsSuccessful = [];