Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(757)

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_memcheck.json

Issue 1608493002: WebRTC: Add/rename peerconnection_unittests test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_memcheck.json
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_memcheck.json b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_memcheck.json
index eb266853e1989fa8f61ba63a6ee876c5a5fb2120..20fda4eb2a4a76d6c4af314bc5529b06248bb9aa 100644
--- a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_memcheck.json
+++ b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_memcheck.json
@@ -287,8 +287,8 @@
"--build-properties",
"{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_memcheck\", \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
"--annotate=gtest",
- "--test-type=libjingle_peerconnection_unittest",
- "--step-name=libjingle_peerconnection_unittest",
+ "--test-type=modules_tests",
+ "--step-name=modules_tests",
"--builder-name=linux_memcheck",
"--slave-name=slavename",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
@@ -297,12 +297,12 @@
"--run-shell-script",
"[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh",
"--test",
- "libjingle_peerconnection_unittest",
+ "modules_tests",
"--tool",
"memcheck"
],
"cwd": "[SLAVE_BUILD]",
- "name": "libjingle_peerconnection_unittest"
+ "name": "modules_tests"
},
{
"allow_subannotations": true,
@@ -318,8 +318,8 @@
"--build-properties",
"{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_memcheck\", \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
"--annotate=gtest",
- "--test-type=modules_tests",
- "--step-name=modules_tests",
+ "--test-type=modules_unittests",
+ "--step-name=modules_unittests",
"--builder-name=linux_memcheck",
"--slave-name=slavename",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
@@ -328,12 +328,12 @@
"--run-shell-script",
"[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh",
"--test",
- "modules_tests",
+ "modules_unittests",
"--tool",
"memcheck"
],
"cwd": "[SLAVE_BUILD]",
- "name": "modules_tests"
+ "name": "modules_unittests"
},
{
"allow_subannotations": true,
@@ -349,8 +349,8 @@
"--build-properties",
"{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_memcheck\", \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
"--annotate=gtest",
- "--test-type=modules_unittests",
- "--step-name=modules_unittests",
+ "--test-type=peerconnection_unittests",
+ "--step-name=peerconnection_unittests",
"--builder-name=linux_memcheck",
"--slave-name=slavename",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
@@ -359,12 +359,12 @@
"--run-shell-script",
"[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh",
"--test",
- "modules_unittests",
+ "peerconnection_unittests",
"--tool",
"memcheck"
],
"cwd": "[SLAVE_BUILD]",
- "name": "modules_unittests"
+ "name": "peerconnection_unittests"
},
{
"allow_subannotations": true,

Powered by Google App Engine
This is Rietveld 408576698