Bug 1376430 - Modify test expectations for some wpt 2dcontext/path-objects tests, on Windows; r=jmaher

This commit is contained in:
Geoff Brown 2017-07-14 10:51:10 -06:00
Родитель c2d05763c7
Коммит e0e2eabd57
3 изменённых файлов: 3 добавлений и 18 удалений

Просмотреть файл

@ -3,14 +3,9 @@
[Zero-length line segments from arcTo and arc are removed before stroking]
expected:
if not debug and (os == "linux") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "linux") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "linux") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "linux") and (processor == "x86") and (bits == 32): FAIL
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
if (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if os == "win": FAIL
if os == "mac": FAIL

Просмотреть файл

@ -3,14 +3,9 @@
[Zero-length line segments from quadraticCurveTo and bezierCurveTo are removed before stroking]
expected:
if not debug and (os == "linux") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "linux") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "linux") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "linux") and (processor == "x86") and (bits == 32): FAIL
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
if (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if os == "win": FAIL
if os == "mac": FAIL

Просмотреть файл

@ -3,14 +3,9 @@
[Zero-length line segments from lineTo are removed before stroking]
expected:
if not debug and (os == "linux") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "linux") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "linux") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "linux") and (processor == "x86") and (bits == 32): FAIL
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
if (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if os == "win": FAIL
if os == "mac": FAIL