mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1188347 - Part 3: Only run test relying on debug builds in debug builds. r=bustage
This commit is contained in:
parent
0eb112ec10
commit
3d83f9a920
@ -1,7 +1,9 @@
|
||||
var a = [];
|
||||
oomAtAllocation(1);
|
||||
try {
|
||||
a.forEach();
|
||||
} catch (e) {
|
||||
if (typeof oomAtAllocation === 'object') {
|
||||
var a = [];
|
||||
oomAtAllocation(1);
|
||||
try {
|
||||
a.forEach();
|
||||
} catch (e) {
|
||||
}
|
||||
a.forEach(()=>1);
|
||||
}
|
||||
a.forEach(()=>1);
|
||||
|
Loading…
Reference in New Issue
Block a user