зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1570775 - remove references to macosx1010, OS X 10.10.x in configuration and test manifests r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D40309 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
af2197df27
Коммит
c9df10668e
|
@ -636,8 +636,6 @@ fail-if = (os == 'linux')
|
|||
# Intermittent crash on OSX.
|
||||
skip-if = (os == 'mac')
|
||||
[generated/test_conformance__canvas__viewport-unchanged-upon-resize.html]
|
||||
# New OSX r7 machines and 10.10.5 is causing perma failure (bug 1216549)
|
||||
skip-if = (os == 'mac')
|
||||
[generated/test_conformance__rendering__multisample-corruption.html]
|
||||
# application crashed [@ gldAttachDrawable + 0x9e0]. Also crash on Android.
|
||||
skip-if = (os == 'mac') || (os == 'android') || (os == 'win')
|
||||
|
|
|
@ -145,7 +145,6 @@ WINDOWS_WORKER_TYPES = {
|
|||
|
||||
# os x worker types keyed by test-platform
|
||||
MACOSX_WORKER_TYPES = {
|
||||
'macosx1010-64': 't-osx-1010',
|
||||
'macosx1014-64': 'releng-hardware/gecko-t-osx-1014',
|
||||
}
|
||||
|
||||
|
@ -752,9 +751,6 @@ def set_treeherder_machine_platform(config, tests):
|
|||
# treeherder.
|
||||
'linux64-asan/opt': 'linux64/asan',
|
||||
'linux64-pgo/opt': 'linux64/pgo',
|
||||
'macosx1010-64/debug': 'osx-10-10/debug',
|
||||
'macosx1010-64/opt': 'osx-10-10/opt',
|
||||
'macosx1010-64-shippable/opt': 'osx-10-10-shippable/opt',
|
||||
'macosx1014-64/debug': 'osx-10-14/debug',
|
||||
'macosx1014-64/opt': 'osx-10-14/opt',
|
||||
'macosx1014-64-shippable/opt': 'osx-10-14-shippable/opt',
|
||||
|
@ -842,14 +838,6 @@ def set_tier(config, tests):
|
|||
'windows10-64-qr/debug',
|
||||
'windows10-64-pgo-qr/opt',
|
||||
'windows10-64-shippable-qr/opt',
|
||||
'macosx1010-64/opt',
|
||||
'macosx1010-64/debug',
|
||||
'macosx1010-64-nightly/opt',
|
||||
'macosx1010-64-shippable/opt',
|
||||
'macosx1010-64-devedition/opt',
|
||||
'macosx1010-64-qr/opt',
|
||||
'macosx1010-64-shippable-qr/opt',
|
||||
'macosx1010-64-qr/debug',
|
||||
'macosx1014-64/opt',
|
||||
'macosx1014-64/debug',
|
||||
'macosx1014-64-nightly/opt',
|
||||
|
@ -1292,8 +1280,6 @@ def set_worker_type(config, tests):
|
|||
if test.get('worker-type'):
|
||||
# This test already has its worker type defined, so just use that (yields below)
|
||||
pass
|
||||
elif test_platform.startswith('macosx1010-64'):
|
||||
test['worker-type'] = MACOSX_WORKER_TYPES['macosx1010-64']
|
||||
elif test_platform.startswith('macosx1014-64'):
|
||||
test['worker-type'] = MACOSX_WORKER_TYPES['macosx1014-64']
|
||||
elif test_platform.startswith('win'):
|
||||
|
|
|
@ -133,7 +133,6 @@ UNITTEST_PLATFORM_PRETTY_NAMES = {
|
|||
'Android 7.0 Moto G5 32bit': ['android-hw-g5-7.0-arm7-api-16'],
|
||||
'Android 8.0 Google Pixel 2 32bit': ['android-hw-p2-8.0-arm7-api-16'],
|
||||
'Android 8.0 Google Pixel 2 64bit': ['android-hw-p2-8.0-android-aarch64'],
|
||||
'10.10': ['macosx1010-64'],
|
||||
'10.14': ['macosx1014-64'],
|
||||
# other commonly-used substrings for platforms not yet supported with
|
||||
# in-tree taskgraphs:
|
||||
|
|
|
@ -101,8 +101,6 @@ class SETA(object):
|
|||
'test-linux64-pgo/opt': 'test-linux64-shippable/opt',
|
||||
'test-linux64-pgo-qr/opt': 'test-linux64-shippable-qr/opt',
|
||||
'test-linux64-qr/opt': 'test-linux64-shippable-qr/opt',
|
||||
'test-macosx64/opt': 'test-macosx1010-64-shippable/opt',
|
||||
'test-macosx64-qr/opt': 'test-macosx1010-64-shippable-qr',
|
||||
'test-windows7-32/opt': 'test-windows7-32-shippable/opt',
|
||||
'test-windows7-32-pgo/opt': 'test-windows7-32-shippable/opt',
|
||||
'test-windows10-64/opt': 'test-windows10-64-shippable/opt',
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[background-applies-to-001.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-applies-to-002.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-applies-to-003.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-applies-to-004.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-applies-to-005.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-applies-to-007.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-applies-to-013.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-applies-to-014.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-color-applies-to-001.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-color-applies-to-002.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-color-applies-to-003.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-color-applies-to-004.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-color-applies-to-005.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-color-applies-to-007.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-color-applies-to-013.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-color-applies-to-014.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-image-applies-to-001.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-image-applies-to-002.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-image-applies-to-003.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-image-applies-to-004.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-image-applies-to-005.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-image-applies-to-007.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-image-applies-to-013.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-image-applies-to-014.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-position-applies-to-001.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-position-applies-to-002.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-position-applies-to-003.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-position-applies-to-005.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-position-applies-to-006.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-position-applies-to-007.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-position-applies-to-013.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-position-applies-to-014.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-repeat-applies-to-001.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-repeat-applies-to-002.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-repeat-applies-to-003.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-repeat-applies-to-005.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-repeat-applies-to-013.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[background-repeat-applies-to-014.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-applies-to-001.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-applies-to-002.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-applies-to-003.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-applies-to-005.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-applies-to-013.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-applies-to-014.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-color-applies-to-001.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-color-applies-to-002.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-color-applies-to-003.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-color-applies-to-005.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-color-applies-to-013.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-color-applies-to-014.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[root-canvas-001.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,4 +1,3 @@
|
|||
[floats-142.xht]
|
||||
expected:
|
||||
if (os == "win"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[floats-143.xht]
|
||||
expected:
|
||||
if (os == "win"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[floats-147.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[fonts-012.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,4 +1,3 @@
|
|||
[empty-inline-003.xht]
|
||||
expected:
|
||||
if os == "win": FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[margin-collapse-039.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -14,6 +14,5 @@
|
|||
if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS
|
||||
if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS
|
||||
if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
|
||||
if (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): PASS
|
||||
if (os == "win") and (processor == "aarch64"): PASS
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[max-height-applies-to-005.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[max-height-applies-to-006.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[max-height-applies-to-013.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[max-height-applies-to-014.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[max-width-applies-to-001.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[max-width-applies-to-002.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[max-width-applies-to-003.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[max-width-applies-to-004.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[width-applies-to-001.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[width-applies-to-002.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[width-applies-to-003.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[width-applies-to-004.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[width-applies-to-007.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[width-applies-to-013.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[width-applies-to-014.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[absolute-non-replaced-width-025.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[absolute-non-replaced-width-026.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,4 +1,3 @@
|
|||
[abspos-013.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
if webrender and (os == "win"): FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[abspos-014.xht]
|
||||
expected:
|
||||
if (os == "win"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[abspos-015.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
if webrender and (os == "win"): FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[abspos-016.xht]
|
||||
expected:
|
||||
if (os == "win"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[abspos-017.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
if webrender and (os == "win"): FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[abspos-018.xht]
|
||||
expected:
|
||||
if (os == "win"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[abspos-019.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
if webrender and (os == "win"): FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[abspos-020.xht]
|
||||
expected:
|
||||
if (os == "win"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[abspos-022.xht]
|
||||
expected:
|
||||
if (os == "win"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[abspos-overflow-002.xht]
|
||||
expected:
|
||||
if (os == "win"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[abspos-overflow-003.xht]
|
||||
expected:
|
||||
if (os == "win"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[abspos-overflow-005.xht]
|
||||
expected:
|
||||
if (os == "win"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[abspos-overflow-006.xht]
|
||||
expected:
|
||||
if (os == "win"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[abspos-overflow-008.xht]
|
||||
expected:
|
||||
if (os == "win"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[abspos-overflow-009.xht]
|
||||
expected:
|
||||
if (os == "win"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[abspos-overflow-010.xht]
|
||||
expected:
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,6 +1,5 @@
|
|||
[fixed-table-layout-003b03.xht]
|
||||
expected:
|
||||
if (os == "win") and (version == "6.1.7601"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
if os == "android" and not e10s: FAIL
|
||||
if os == "android" and e10s: FAIL
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[fixed-table-layout-003b04.xht]
|
||||
expected:
|
||||
if (os == "win") and (version == "6.1.7601"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
if os == "android" and not e10s: FAIL
|
||||
if os == "android" and e10s: FAIL
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[fixed-table-layout-003e03.xht]
|
||||
expected:
|
||||
if (os == "win") and (version == "6.1.7601"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
if os == "android" and not e10s: FAIL
|
||||
if os == "android" and e10s: FAIL
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[fixed-table-layout-003e04.xht]
|
||||
expected:
|
||||
if (os == "win") and (version == "6.1.7601"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
if (os == "android") and not e10s: FAIL
|
||||
if (os == "android") and e10s: FAIL
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[fixed-table-layout-003f01.xht]
|
||||
expected:
|
||||
if (os == "win") and (version == "6.1.7601"): FAIL
|
||||
if (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
if (os == "android") and not e10s: FAIL
|
||||
if (os == "android") and e10s: FAIL
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче