|
|
mus: Add views_mus_interactive_ui_tests target
* Run widget_interactive_uitests.cc in the new target.
* Added a shared "test_support" target in ui/views/mus.
* Pull ViewsMusTestSuite into its own file so I can share it.
* Also make ViewsTestBase::IsMus static so I can call it before the
PlatformTestHelper is initialized.
* Disable a bunch of tests that fail on mus (I filed bugs for them).
BUG= 602036
TEST=views_interactive_ui_tests on mus, interactive_ui_tests elsewhere
Committed: https://crrev.com/94b68793a258e9261d1dc39cc5fdd2de673ec888
Cr-Commit-Position: refs/heads/master@{#394026}
Total comments: 1
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+389 lines, -186 lines) |
Patch |
 |
M |
BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/chromium.linux.json
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/chromium.mojo.json
|
View
|
1
2
3
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/gn_isolate_map.pyl
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/views/mus/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+88 lines, -19 lines |
0 comments
|
Download
|
 |
M |
ui/views/mus/DEPS
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
ui/views/mus/interactive_ui_tests_manifest.json
|
View
|
1
2
3
4
5
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/views/mus/interactive_ui_tests_mus.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/mus/run_all_unittests_mus.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -137 lines |
0 comments
|
Download
|
 |
A |
ui/views/mus/views_mus_test_suite.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/views/mus/views_mus_test_suite.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+142 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/run_all_unittests.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/run_all_unittests.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/test/platform_test_helper.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/test/platform_test_helper.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/test/scoped_views_test_helper.h
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/test/scoped_views_test_helper.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
ui/views/test/views_test_base.h
|
View
|
1
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/test/views_test_base.cc
|
View
|
1
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/widget_interactive_uitest.cc
|
View
|
1
2
|
9 chunks |
+52 lines, -10 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 42 (20 generated)
|