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

Side by Side Diff: tools_webrtc/ios/tests/common_tests.json

Issue 2909073002: Enable webrtc_nonparallel_tests on iOS simulator (Closed)
Patch Set: Updated comment agaiin Created 3 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 | webrtc/base/virtualsocket_unittest.cc » ('j') | 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 "tests": [ 2 "tests": [
3 { 3 {
4 "app": "apprtcmobile_tests", 4 "app": "apprtcmobile_tests",
5 "xctest": true 5 "xctest": true
6 }, 6 },
7 { 7 {
8 "app": "audio_decoder_unittests" 8 "app": "audio_decoder_unittests"
9 }, 9 },
10 { 10 {
(...skipping 15 matching lines...) Expand all
26 "app": "system_wrappers_unittests" 26 "app": "system_wrappers_unittests"
27 }, 27 },
28 { 28 {
29 "app": "test_support_unittests" 29 "app": "test_support_unittests"
30 }, 30 },
31 { 31 {
32 "app": "tools_unittests" 32 "app": "tools_unittests"
33 }, 33 },
34 { 34 {
35 "app": "voice_engine_unittests" 35 "app": "voice_engine_unittests"
36 },
37 {
38 "app": "webrtc_nonparallel_tests"
36 } 39 }
37 ] 40 ]
38 } 41 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/virtualsocket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698