author | Christian Holler <choller@mozilla.com> |
Mon, 01 Oct 2018 11:12:41 +0000 | |
changeset 438950 | b6da34ab32a60dcdd1858a49d50fe51a049460eb |
parent 438949 | 29e74e1fa224acfc5985c07eca25542a6a79895c |
child 438951 | f40763a941419a5de6cad43a27665d0943577e92 |
push id | 34748 |
push user | nerli@mozilla.com |
push date | Mon, 01 Oct 2018 16:20:54 +0000 |
treeherder | mozilla-central@e173a2a4c12f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | froydnj |
bugs | 1494021 |
milestone | 64.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/toolkit/xre/nsAppRunner.cpp +++ b/toolkit/xre/nsAppRunner.cpp @@ -3191,19 +3191,17 @@ XREMain::XRE_mainInit(bool* aExitFlag) #ifdef MOZ_ASAN_REPORTER // In ASan Reporter builds, we enable certain chaos features by default unless // the user explicitly requests a particular set of features. if (!PR_GetEnv("MOZ_CHAOSMODE")) { ChaosMode::SetChaosFeature(static_cast<ChaosFeature>( ChaosFeature::ThreadScheduling | ChaosFeature::NetworkScheduling - | ChaosFeature::TimerScheduling - | ChaosFeature::TaskDispatching - | ChaosFeature::TaskRunning)); + | ChaosFeature::TimerScheduling)); } #endif if (ChaosMode::isActive(ChaosFeature::Any)) { printf_stderr("*** You are running in chaos test mode. See ChaosMode.h. ***\n"); } if (CheckArg("headless") || CheckArgExists("screenshot")) {