Commit 7e5cda7a authored by Max Moroz's avatar Max Moroz Committed by Commit Bot

Reland "Add libfuzzer_tests to chromium.fyi Clang ToT testers (w/ and w/o ASan) on Linux."

Bug: 764514

Original CL: https://chromium-review.googlesource.com/679619

R=dpranke@chromium.org

Change-Id: I412ac11cbe2c73de9e7b724e2689a97144aad47e
Reviewed-on: https://chromium-review.googlesource.com/688029Reviewed-by: default avatarOliver Chang <ochang@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Max Moroz <mmoroz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505167}
parent 88b86a8b
...@@ -3487,6 +3487,12 @@ ...@@ -3487,6 +3487,12 @@
}, },
"test": "jingle_unittests" "test": "jingle_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "libfuzzer_tests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -3816,6 +3822,12 @@ ...@@ -3816,6 +3822,12 @@
}, },
"test": "jingle_unittests" "test": "jingle_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "libfuzzer_tests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
......
...@@ -666,6 +666,10 @@ ...@@ -666,6 +666,10 @@
"label": "//components/leveldb:leveldb_service_unittests", "label": "//components/leveldb:leveldb_service_unittests",
"type": "console_test_launcher", "type": "console_test_launcher",
}, },
"libfuzzer_tests": {
"label": "//testing/libfuzzer/tests:libfuzzer_tests",
"type": "console_test_launcher",
},
"libjingle_xmpp_unittests": { "libjingle_xmpp_unittests": {
"label": "//third_party/libjingle_xmpp:libjingle_xmpp_unittests", "label": "//third_party/libjingle_xmpp:libjingle_xmpp_unittests",
"type": "console_test_launcher", "type": "console_test_launcher",
......
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