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

Side by Side Diff: testing/buildbot/chromium_arm.json

Issue 342943007: Added sandbox_linux_unittests to ARM trybot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added compile target, removed trailing commas Created 6 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "compile_targets": [ 2 "compile_targets": [
3 "browser_tests_run" 3 "browser_tests_run",
4 "sandbox_linux_unittests_run"
4 ], 5 ],
5 "gtest_tests": [ 6 "gtest_tests": [
6 "browser_tests" 7 "browser_tests",
8 "sandbox_linux_unittests"
jln (very slow on Chromium) 2014/06/20 00:44:03 Ohh, I forgot: is there a way here to add --test-l
nodir 2014/06/20 01:03:53 Since currently there is no way to pass cmd line a
7 ] 9 ]
8 } 10 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698