mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1723943: Disable bailout loop assertion during oomTest r=jandem
The testcase for this is slow and fragile, and I don't think it adds any value. Differential Revision: https://phabricator.services.mozilla.com/D121779
This commit is contained in:
parent
3763c6780e
commit
b14bc4ae8d
@ -696,7 +696,8 @@ struct JS_PUBLIC_API JSContext : public JS::RootingContext,
|
||||
|
||||
public:
|
||||
bool hadNondeterministicException() const {
|
||||
return hadOverRecursed_ || runtime()->hadOutOfMemory;
|
||||
return hadOverRecursed_ || runtime()->hadOutOfMemory ||
|
||||
js::oom::simulator.isThreadSimulatingAny();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user