|
1 | 1 | # 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. |
3 | 7 |
|
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 |
50 | 8 | - 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' |
52 | 9 | packages: |
53 | 10 | - oot_dart_aot_runner-0.far |
54 | 11 | - dart-aot-runner-integration-test-0.far |
|
57 | 14 | - 'x64' |
58 | 15 | - 'arm64' |
59 | 16 | 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 |
60 | 41 | - test_command: test run fuchsia-pkg://fuchsia.com/flutter-embedder-test#meta/flutter-embedder-test.cm |
61 | 42 | packages: |
62 | 43 | - flutter-embedder-test-0.far |
63 | 44 | - oot_flutter_jit_runner-0.far |
64 | 45 | - gen/flutter/shell/platform/fuchsia/flutter/tests/integration/embedder/child-view/child-view/child-view.far |
65 | 46 | - gen/flutter/shell/platform/fuchsia/flutter/tests/integration/embedder/parent-view/parent-view/parent-view.far |
66 | 47 | 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 |
74 | 56 | - test_command: test run fuchsia-pkg://fuchsia.com/mouse-input-test#meta/mouse-input-test.cm |
75 | 57 | packages: |
76 | 58 | - mouse-input-test-0.far |
77 | 59 | - oot_flutter_jit_runner-0.far |
78 | 60 | - 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 |
79 | 68 | - test_command: test run fuchsia-pkg://fuchsia.com/text-input-test#meta/text-input-test.cm |
80 | 69 | packages: |
81 | 70 | - text-input-test-0.far |
82 | 71 | - oot_flutter_jit_runner-0.far |
83 | 72 | - gen/flutter/shell/platform/fuchsia/flutter/tests/integration/text-input/text-input-view/text-input-view/text-input-view.far |
84 | 73 | 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