Configs to run slow_tests.
This test binary has been introduced in [1] and should be run on bots. [1] - https://webrtc-review.googlesource.com/c/src/+/107345 Bug: webrtc:9518 Change-Id: I77e1aebd5fae73a9168f09334ac09be0e865ae90 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/c/110701 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25614}
This commit is contained in:

committed by
Commit Bot

parent
8fb5746c5a
commit
f4ce0e4a9f
@ -22,6 +22,7 @@ TESTS = [
|
|||||||
'video_engine_tests',
|
'video_engine_tests',
|
||||||
'tools_unittests',
|
'tools_unittests',
|
||||||
'test_support_unittests',
|
'test_support_unittests',
|
||||||
|
'slow_tests',
|
||||||
'system_wrappers_unittests',
|
'system_wrappers_unittests',
|
||||||
'rtc_unittests',
|
'rtc_unittests',
|
||||||
'rtc_stats_unittests',
|
'rtc_stats_unittests',
|
||||||
|
@ -62,6 +62,7 @@ TESTS = [
|
|||||||
'rtc_pc_unittests',
|
'rtc_pc_unittests',
|
||||||
'rtc_stats_unittests',
|
'rtc_stats_unittests',
|
||||||
'rtc_unittests',
|
'rtc_unittests',
|
||||||
|
'slow_tests',
|
||||||
'system_wrappers_unittests',
|
'system_wrappers_unittests',
|
||||||
'test_support_unittests',
|
'test_support_unittests',
|
||||||
'tools_unittests',
|
'tools_unittests',
|
||||||
|
@ -102,6 +102,10 @@
|
|||||||
"label": "//:rtc_unittests",
|
"label": "//:rtc_unittests",
|
||||||
"type": "console_test_launcher",
|
"type": "console_test_launcher",
|
||||||
},
|
},
|
||||||
|
"slow_tests": {
|
||||||
|
"label": "//:slow_tests",
|
||||||
|
"type": "console_test_launcher",
|
||||||
|
},
|
||||||
"system_wrappers_unittests": {
|
"system_wrappers_unittests": {
|
||||||
"label": "//system_wrappers:system_wrappers_unittests",
|
"label": "//system_wrappers:system_wrappers_unittests",
|
||||||
"type": "console_test_launcher",
|
"type": "console_test_launcher",
|
||||||
|
Reference in New Issue
Block a user