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

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_drmemory_light.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/client_webrtc_win_drmemory_light.json
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_drmemory_light.json b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_drmemory_light.json
index 646e52850033a51e5860012d1b45ac0c924fe875..dadce7af4c2098553355239ecde65838989dca85 100644
--- a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_drmemory_light.json
+++ b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_drmemory_light.json
@@ -278,8 +278,8 @@
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win DrMemory Light\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--annotate=gtest",
- "--test-type=libjingle_peerconnection_unittest",
- "--step-name=libjingle_peerconnection_unittest",
+ "--test-type=modules_tests",
+ "--step-name=modules_tests",
"--builder-name=Win DrMemory Light",
"--slave-name=slavename",
"--build-number=1337",
@@ -289,12 +289,12 @@
"--run-shell-script",
"[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat",
"--test",
- "libjingle_peerconnection_unittest",
+ "modules_tests",
"--tool",
"drmemory_light"
],
"cwd": "[SLAVE_BUILD]",
- "name": "libjingle_peerconnection_unittest"
+ "name": "modules_tests"
},
{
"allow_subannotations": true,
@@ -309,8 +309,8 @@
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win DrMemory Light\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--annotate=gtest",
- "--test-type=modules_tests",
- "--step-name=modules_tests",
+ "--test-type=modules_unittests",
+ "--step-name=modules_unittests",
"--builder-name=Win DrMemory Light",
"--slave-name=slavename",
"--build-number=1337",
@@ -320,12 +320,12 @@
"--run-shell-script",
"[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat",
"--test",
- "modules_tests",
+ "modules_unittests",
"--tool",
"drmemory_light"
],
"cwd": "[SLAVE_BUILD]",
- "name": "modules_tests"
+ "name": "modules_unittests"
},
{
"allow_subannotations": true,
@@ -340,8 +340,8 @@
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win DrMemory Light\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--annotate=gtest",
- "--test-type=modules_unittests",
- "--step-name=modules_unittests",
+ "--test-type=peerconnection_unittests",
+ "--step-name=peerconnection_unittests",
"--builder-name=Win DrMemory Light",
"--slave-name=slavename",
"--build-number=1337",
@@ -351,12 +351,12 @@
"--run-shell-script",
"[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat",
"--test",
- "modules_unittests",
+ "peerconnection_unittests",
"--tool",
"drmemory_light"
],
"cwd": "[SLAVE_BUILD]",
- "name": "modules_unittests"
+ "name": "peerconnection_unittests"
},
{
"allow_subannotations": true,

Powered by Google App Engine
This is Rietveld 408576698