Skip to content

Commit

Permalink
Flip ASAN quarantine bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Jan 20, 2024
1 parent 9758439 commit e09d4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starboard/linux/shared/gyp_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def GetTestEnvVariables(self):
# When failing, 'LeakSanitizer has encountered a fatal error' message would
# be printed at test shutdown, and env var LSAN_OPTIONS=verbosity=2 would
# further point to 'Scanning DTLS range ..' prior to crash.
return {'ASAN_OPTIONS': 'intercept_tls_get_addr=0'}
return {'ASAN_OPTIONS': 'intercept_tls_get_addr=0:quarantine_size_mb=1024'}

0 comments on commit e09d4d6

Please sign in to comment.