forked from mirrors/gecko-dev
Backed out changeset 9b254e372c54 (bug 1336075) for "=" missing in the skip-if line. CLOSED TREE
This commit is contained in:
parent
e89e6924f5
commit
03bb063efc
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ run-if = e10s
|
|||
[browser_largeAllocation_win32.js]
|
||||
skip-if = !e10s || os != "win" || processor != "x86" # Large-Allocation requires e10s
|
||||
[browser_largeAllocation_non_win32.js]
|
||||
skip-if = !e10s || (os == "win" && processor == "x86") || (verify && debug && (os == 'linux')) || (os == 'linux') || (os = 'mac' && debug) # Large-Allocation requires e10s # Bug 1336075
|
||||
skip-if = !e10s || (os == "win" && processor == "x86") || (verify && debug && (os == 'linux')) # Large-Allocation requires e10s
|
||||
[browser_localStorage_e10s.js]
|
||||
skip-if = !e10s || verify # This is a test of e10s functionality.
|
||||
[browser_localStorage_privatestorageevent.js]
|
||||
|
|
|
|||
Loading…
Reference in a new issue