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

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

Issue 2938193002: Enable more unittests on iOS, and disable those that fail on simulator (Closed)
Patch Set: Disable webrtcvoiceengine_unittest.cc because it fails on iOS in general 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/media/BUILD.gn » ('j') | webrtc/media/engine/apm_helpers_unittest.cc » ('J')
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 {
11 "app": "common_audio_unittests" 11 "app": "common_audio_unittests"
12 }, 12 },
13 { 13 {
14 "app": "common_video_unittests" 14 "app": "common_video_unittests"
15 }, 15 },
16 { 16 {
17 "app": "modules_tests" 17 "app": "modules_tests"
18 }, 18 },
19 { 19 {
20 "app": "modules_unittests"
21 },
22 {
23 "app": "ortc_unittests"
24 },
25 {
26 "app": "rtc_media_unittests"
27 },
28 {
20 "app": "rtc_pc_unittests" 29 "app": "rtc_pc_unittests"
21 }, 30 },
22 { 31 {
23 "app": "rtc_stats_unittests" 32 "app": "rtc_stats_unittests"
24 }, 33 },
25 { 34 {
35 "app": "rtc_unittests"
36 },
37 {
26 "app": "system_wrappers_unittests" 38 "app": "system_wrappers_unittests"
27 }, 39 },
28 { 40 {
29 "app": "test_support_unittests" 41 "app": "test_support_unittests"
30 }, 42 },
31 { 43 {
32 "app": "tools_unittests" 44 "app": "tools_unittests"
33 }, 45 },
34 { 46 {
47 "app": "video_capture_tests"
48 },
49 {
50 "app": "video_engine_tests"
51 },
52 {
35 "app": "voice_engine_unittests" 53 "app": "voice_engine_unittests"
36 }, 54 },
37 { 55 {
38 "app": "webrtc_nonparallel_tests" 56 "app": "webrtc_nonparallel_tests"
39 } 57 }
40 ] 58 ]
41 } 59 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/media/BUILD.gn » ('j') | webrtc/media/engine/apm_helpers_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698