mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1255656 - Remove expected fail for 1111111111...a (quirks) test; r=Ms2ger
According to dbaron, the deleted block smells like a workaround for a compiler bug which no longer reproduces in VS2015. This is the last bug blocking the landing of VS2015. So remove the apparent workaround. MozReview-Commit-ID: zsmfFjSOxN --HG-- extra : rebase_source : e1be788c637b7b60a05e1827411cb5838bb68b35 extra : amend_source : f35410b864f8b23def2c2b4f7468738889a2a7d0
This commit is contained in:
parent
5323488dde
commit
e9058bc1ad
@ -264,14 +264,3 @@
|
||||
[111111e1a (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[1111111111...a (quirks)]
|
||||
expected:
|
||||
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
|
||||
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
|
||||
if debug and (os == "win") and (version == "5.1.2600") 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 == "6.1.7601") and (processor == "x86") and (bits == 32): 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user