Merge pull request #1338 from prattmic/patch-3

pkg/report: ignore exceeded race limits
This commit is contained in:
Michael Pratt 2019-08-22 10:21:17 -04:00 committed by Dmitry Vyukov
parent b231f4c271
commit d003d6d021

View File

@ -28,6 +28,7 @@ func ctorGvisor(cfg *config) (Reporter, []string, error) {
"panic: executor failed: pthread_create failed", // PID exhaustion
"panic: failed to start executor binary",
"panic: error mapping run data: error mapping runData: cannot allocate memory",
"race: limit on 8128 simultaneously alive goroutines is exceeded, dying",
"ERROR: ThreadSanitizer", // Go race failing due to OOM.
"FATAL: ThreadSanitizer",
}