Backed out changeset b459d10124a8 (bug 1102667) for android mochitest-1 orange

This commit is contained in:
Wes Kocher 2014-11-24 15:20:18 -08:00
parent 6fab6badae
commit f773a073c1

View File

@ -99,6 +99,7 @@ function GetExpectedTestFailSet() {
break;
case DriverInfo.OS.LINUX:
failSet['conformance/extensions/oes-texture-float.html'] = true;
failSet['conformance/glsl/functions/glsl-function-sin.html'] = true;
failSet['conformance/misc/type-conversion-test.html'] = true;
failSet['conformance/textures/texture-mips.html'] = true;
@ -106,6 +107,8 @@ function GetExpectedTestFailSet() {
break;
case DriverInfo.OS.ANDROID:
failSet['conformance/extensions/oes-texture-float.html'] = true;
if (DriverInfo.getOSVersion() >= OS_VERSION_ANDROID_ICS) {
// Android 4.0 slaves.
failSet['conformance/extensions/oes-vertex-array-object.html'] = true;
@ -136,6 +139,7 @@ function GetExpectedTestFailSet() {
case DriverInfo.OS.B2G:
failSet['conformance/context/context-attributes-alpha-depth-stencil-antialias.html'] = true;
failSet['conformance/extensions/oes-texture-float.html'] = true;
failSet['conformance/glsl/functions/glsl-function-sin.html'] = true;
failSet['conformance/glsl/reserved/_webgl_function.vert.html'] = true;
failSet['conformance/glsl/reserved/webgl_function.vert.html'] = true;