Skip to content

Commit 6018856

Browse files
[fuchsia] reorder tests in test_suites.yaml and update the comment (flutter#163799)
This is a no-op change to avoid bloating https://github.com/flutter/flutter/tree/zijiehe-google-com/more-tests. The change reorders the test_suites.yaml alphabetically and removes the unused run_with_dart_aot field. The change should test itself, no extra tests are needed. http://b/394632376 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
1 parent 99b2c1a commit 6018856

File tree

1 file changed

+58
-55
lines changed

1 file changed

+58
-55
lines changed
Lines changed: 58 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,11 @@
11
# This configuration file specifies several test suites with their package and
2-
# test command for femu_test.py.
2+
# test command for engine/src/flutter/testing/fuchsia/run_tests.py
3+
# The list is inherited from the engine/src/flutter/testing/run_tests.py, and
4+
# need consistent maintenance.
5+
6+
# Please keep the list alphabetical order.
37

4-
- test_command: test run fuchsia-pkg://fuchsia.com/dart_runner_tests#meta/dart_runner_tests.cm
5-
package: dart_runner_tests-0.far
6-
- test_command: test run fuchsia-pkg://fuchsia.com/flutter_runner_tests#meta/flutter_runner_tests.cm
7-
package: flutter_runner_tests-0.far
8-
- test_command: test run fuchsia-pkg://fuchsia.com/flutter_runner_tzdata_tests#meta/flutter_runner_tzdata_tests.cm
9-
package: flutter_runner_tzdata_tests-0.far
10-
- test_command: test run fuchsia-pkg://fuchsia.com/flutter_runner_tzdata_missing_tests#meta/flutter_runner_tzdata_missing_tests.cm
11-
package: flutter_runner_tzdata_missing_tests-0.far
12-
- test_command: test run fuchsia-pkg://fuchsia.com/fml_tests#meta/fml_tests.cm
13-
package: fml_tests-0.far
14-
- test_command: test run fuchsia-pkg://fuchsia.com/display_list_tests#meta/display_list_tests.cm
15-
package: display_list_tests-0.far
16-
- test_command: test run fuchsia-pkg://fuchsia.com/display_list_render_tests#meta/display_list_render_tests.cm
17-
package: display_list_render_tests-0.far
18-
disabled: on arm64 because of the slowness
19-
variant: x64
20-
- test_command: test run fuchsia-pkg://fuchsia.com/flow_tests#meta/flow_tests.cm
21-
package: flow_tests-0.far
22-
- test_command: test run fuchsia-pkg://fuchsia.com/runtime_tests#meta/runtime_tests.cm
23-
package: runtime_tests-0.far
24-
disabled: on debug_arm64 because of the slowness
25-
variant: debug_x64
26-
- test_command: test run fuchsia-pkg://fuchsia.com/shell_tests#meta/shell_tests.cm
27-
package: shell_tests-0.far
28-
variant: debug_x64
29-
- test_command: test run fuchsia-pkg://fuchsia.com/txt_tests#meta/txt_tests.cm -- --gtest_filter=-ParagraphTest.*
30-
package: txt_tests-0.far
31-
variant: debug
32-
- test_command: test run fuchsia-pkg://fuchsia.com/ui_tests#meta/ui_tests.cm
33-
package: ui_tests-0.far
34-
disabled: on debug_arm64 because of the slowness
35-
variant: debug_x64
36-
- test_command: test run fuchsia-pkg://fuchsia.com/embedder_tests#meta/embedder_tests.cm
37-
package: embedder_tests-0.far
38-
variant: debug_x64
39-
- test_command: test run fuchsia-pkg://fuchsia.com/dart_utils_tests#meta/dart_utils_tests.cm
40-
package: dart_utils_tests-0.far
41-
- test_command: test run fuchsia-pkg://fuchsia.com/dart-jit-runner-integration-test#meta/dart-jit-runner-integration-test.cm
42-
packages:
43-
- oot_dart_jit_runner-0.far
44-
- dart-jit-runner-integration-test-0.far
45-
- gen/flutter/shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_echo_server/dart_jit_echo_server/dart_jit_echo_server.far
46-
emulator_arch:
47-
- 'x64'
48-
- 'arm64'
49-
variant: debug
508
- test_command: test run fuchsia-pkg://fuchsia.com/dart-aot-runner-integration-test#meta/dart-aot-runner-integration-test.cm
51-
run_with_dart_aot: 'true'
529
packages:
5310
- oot_dart_aot_runner-0.far
5411
- dart-aot-runner-integration-test-0.far
@@ -57,28 +14,74 @@
5714
- 'x64'
5815
- 'arm64'
5916
variant: profile
17+
- test_command: test run fuchsia-pkg://fuchsia.com/dart-jit-runner-integration-test#meta/dart-jit-runner-integration-test.cm
18+
packages:
19+
- oot_dart_jit_runner-0.far
20+
- dart-jit-runner-integration-test-0.far
21+
- gen/flutter/shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_echo_server/dart_jit_echo_server/dart_jit_echo_server.far
22+
emulator_arch:
23+
- 'x64'
24+
- 'arm64'
25+
variant: debug
26+
- test_command: test run fuchsia-pkg://fuchsia.com/dart_runner_tests#meta/dart_runner_tests.cm
27+
package: dart_runner_tests-0.far
28+
- test_command: test run fuchsia-pkg://fuchsia.com/dart_utils_tests#meta/dart_utils_tests.cm
29+
package: dart_utils_tests-0.far
30+
- test_command: test run fuchsia-pkg://fuchsia.com/display_list_render_tests#meta/display_list_render_tests.cm
31+
package: display_list_render_tests-0.far
32+
disabled: on arm64 because of the slowness
33+
variant: x64
34+
- test_command: test run fuchsia-pkg://fuchsia.com/display_list_tests#meta/display_list_tests.cm
35+
package: display_list_tests-0.far
36+
- test_command: test run fuchsia-pkg://fuchsia.com/embedder_tests#meta/embedder_tests.cm
37+
package: embedder_tests-0.far
38+
variant: debug_x64
39+
- test_command: test run fuchsia-pkg://fuchsia.com/flow_tests#meta/flow_tests.cm
40+
package: flow_tests-0.far
6041
- test_command: test run fuchsia-pkg://fuchsia.com/flutter-embedder-test#meta/flutter-embedder-test.cm
6142
packages:
6243
- flutter-embedder-test-0.far
6344
- oot_flutter_jit_runner-0.far
6445
- gen/flutter/shell/platform/fuchsia/flutter/tests/integration/embedder/child-view/child-view/child-view.far
6546
- gen/flutter/shell/platform/fuchsia/flutter/tests/integration/embedder/parent-view/parent-view/parent-view.far
6647
variant: debug_x64
67-
- test_command: test run fuchsia-pkg://fuchsia.com/touch-input-test#meta/touch-input-test.cm
68-
packages:
69-
- touch-input-test-0.far
70-
- oot_flutter_jit_runner-0.far
71-
- gen/flutter/shell/platform/fuchsia/flutter/tests/integration/touch-input/touch-input-view/touch-input-view/touch-input-view.far
72-
- gen/flutter/shell/platform/fuchsia/flutter/tests/integration/touch-input/embedding-flutter-view/embedding-flutter-view/embedding-flutter-view.far
73-
variant: debug_x64
48+
- test_command: test run fuchsia-pkg://fuchsia.com/flutter_runner_tests#meta/flutter_runner_tests.cm
49+
package: flutter_runner_tests-0.far
50+
- test_command: test run fuchsia-pkg://fuchsia.com/flutter_runner_tzdata_missing_tests#meta/flutter_runner_tzdata_missing_tests.cm
51+
package: flutter_runner_tzdata_missing_tests-0.far
52+
- test_command: test run fuchsia-pkg://fuchsia.com/flutter_runner_tzdata_tests#meta/flutter_runner_tzdata_tests.cm
53+
package: flutter_runner_tzdata_tests-0.far
54+
- test_command: test run fuchsia-pkg://fuchsia.com/fml_tests#meta/fml_tests.cm
55+
package: fml_tests-0.far
7456
- test_command: test run fuchsia-pkg://fuchsia.com/mouse-input-test#meta/mouse-input-test.cm
7557
packages:
7658
- mouse-input-test-0.far
7759
- oot_flutter_jit_runner-0.far
7860
- gen/flutter/shell/platform/fuchsia/flutter/tests/integration/mouse-input/mouse-input-view/mouse-input-view/mouse-input-view.far
61+
- test_command: test run fuchsia-pkg://fuchsia.com/runtime_tests#meta/runtime_tests.cm
62+
package: runtime_tests-0.far
63+
disabled: on debug_arm64 because of the slowness
64+
variant: debug_x64
65+
- test_command: test run fuchsia-pkg://fuchsia.com/shell_tests#meta/shell_tests.cm
66+
package: shell_tests-0.far
67+
variant: debug_x64
7968
- test_command: test run fuchsia-pkg://fuchsia.com/text-input-test#meta/text-input-test.cm
8069
packages:
8170
- text-input-test-0.far
8271
- oot_flutter_jit_runner-0.far
8372
- gen/flutter/shell/platform/fuchsia/flutter/tests/integration/text-input/text-input-view/text-input-view/text-input-view.far
8473
variant: debug_x64
74+
- test_command: test run fuchsia-pkg://fuchsia.com/touch-input-test#meta/touch-input-test.cm
75+
packages:
76+
- touch-input-test-0.far
77+
- oot_flutter_jit_runner-0.far
78+
- gen/flutter/shell/platform/fuchsia/flutter/tests/integration/touch-input/touch-input-view/touch-input-view/touch-input-view.far
79+
- gen/flutter/shell/platform/fuchsia/flutter/tests/integration/touch-input/embedding-flutter-view/embedding-flutter-view/embedding-flutter-view.far
80+
variant: debug_x64
81+
- test_command: test run fuchsia-pkg://fuchsia.com/txt_tests#meta/txt_tests.cm -- --gtest_filter=-ParagraphTest.*
82+
package: txt_tests-0.far
83+
variant: debug
84+
- test_command: test run fuchsia-pkg://fuchsia.com/ui_tests#meta/ui_tests.cm
85+
package: ui_tests-0.far
86+
disabled: on debug_arm64 because of the slowness
87+
variant: debug_x64

0 commit comments

Comments
 (0)