Backed out changeset 9b254e372c54 (bug 1336075) for "=" missing in the skip-if line. CLOSED TREE

This commit is contained in:
Margareta Eliza Balazs 2018-08-24 15:21:27 +03:00
parent e89e6924f5
commit 03bb063efc

View file

@ -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]