Commit 038b85fb authored by Nico Weber's avatar Nico Weber

Run nacl_loader_unittests on the linux asan bot.

It runs and passes on the clang tot asan bot, so it should work on the memory
waterfall asan bot too.

Bug: 843511
Change-Id: Id98c5f1fc6f461414debd270a54baabc3715e871
Reviewed-on: https://chromium-review.googlesource.com/1093774Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565771}
parent 0d6c2f4d
...@@ -3083,6 +3083,16 @@ ...@@ -3083,6 +3083,16 @@
}, },
"test": "nacl_helper_nonsfi_unittests" "test": "nacl_helper_nonsfi_unittests"
}, },
{
"args": [
"--test-launcher-batch-limit=1",
"--test-launcher-print-test-stdio=always"
],
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "nacl_loader_unittests"
},
{ {
"args": [ "args": [
"--test-launcher-batch-limit=1", "--test-launcher-batch-limit=1",
......
...@@ -1746,7 +1746,6 @@ ...@@ -1746,7 +1746,6 @@
'ToTMacASan', # The mac asan tot bot sets enable_nacl=false 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
# chromium.memory # chromium.memory
'Linux ASan LSan Tests (1)', # TODO(thakis): Try removing this exception.
'Linux TSan Tests', # The TSan bot sets enable_nacl=false 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment