зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset b459d10124a8 (bug 1102667) for android mochitest-1 orange
This commit is contained in:
Родитель
aade725c53
Коммит
192e2a7ee5
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче