зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1494021 - Disable task dispatching/running chaos mode in ASan Nightly. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D7267 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
1b2661ee75
Коммит
126cd814b0
|
@ -3196,9 +3196,7 @@ XREMain::XRE_mainInit(bool* aExitFlag)
|
|||
ChaosMode::SetChaosFeature(static_cast<ChaosFeature>(
|
||||
ChaosFeature::ThreadScheduling
|
||||
| ChaosFeature::NetworkScheduling
|
||||
| ChaosFeature::TimerScheduling
|
||||
| ChaosFeature::TaskDispatching
|
||||
| ChaosFeature::TaskRunning));
|
||||
| ChaosFeature::TimerScheduling));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче