Commit a80e26da authored by Nico Weber's avatar Nico Weber

Add a dummy testing/buildbot entry for the new win-asan bot.

TBR=dpranke

Bug: 869973
Change-Id: I768bbb4ae73c52d5fbd9d91960add069eefa5fac
Reviewed-on: https://chromium-review.googlesource.com/1164642Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581116}
parent 20856599
......@@ -7117,5 +7117,10 @@
"test": "wtf_unittests"
}
]
},
"win-asan": {
"additional_compile_targets": [
"base_unittests"
]
}
}
......@@ -2980,6 +2980,12 @@
'gtest_tests': 'chromium_mac_gtests',
},
},
'win-asan': {
# TODO(thakis): test_suites 'gtest_tests': 'chromium_win_gtests' instead
'additional_compile_targets': [
'base_unittests',
],
},
},
},
{
......
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