Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c1200c4

Browse files
Sdk roll failure - add facet to allowlist test_manager and other packages. (#37395)
* Use fuchsia_component * [fuchsia-sdk-roll] Hermetic packaging is flipped on by default. Add test_manager package to the tests facets. Co-authored-by: Erik <[email protected]>
1 parent 6517ee8 commit c1200c4

File tree

6 files changed

+78
-0
lines changed

6 files changed

+78
-0
lines changed

shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_aot_runner/meta/dart-aot-runner-integration-test.cml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,14 @@
3737
to: "#realm_builder",
3838
},
3939
],
40+
// TODO(https://fxbug.dev/114584): Figure out how to bring these in as deps (if possible oot).
41+
facets: {
42+
"fuchsia.test": {
43+
"deprecated-allowed-packages": [
44+
"dart_aot_echo_server",
45+
"test_manager",
46+
"oot_dart_aot_runner"
47+
],
48+
},
49+
},
4050
}

shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_jit_runner/meta/dart-jit-runner-integration-test.cml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,14 @@
3737
to: "#realm_builder",
3838
},
3939
],
40+
// TODO(https://fxbug.dev/114584): Figure out how to bring these in as deps (if possible oot).
41+
facets: {
42+
"fuchsia.test": {
43+
"deprecated-allowed-packages": [
44+
"dart_jit_echo_server",
45+
"test_manager",
46+
"oot_dart_jit_runner"
47+
],
48+
},
49+
},
4050
}

shell/platform/fuchsia/flutter/tests/integration/embedder/meta/flutter-embedder-test.cml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,19 @@
2727
to: "#realm_builder",
2828
},
2929
],
30+
// TODO(https://fxbug.dev/114584): Figure out how to bring these in as deps (if possible oot).
31+
facets: {
32+
"fuchsia.test": {
33+
"deprecated-allowed-packages": [
34+
"child-view",
35+
"oot_flutter_aot_runner",
36+
"oot_flutter_jit_runner",
37+
"oot_flutter_jit_product_runner",
38+
"oot_flutter_aot_product_runner",
39+
"parent-view",
40+
"test-ui-stack",
41+
"test_manager",
42+
],
43+
},
44+
},
3045
}

shell/platform/fuchsia/flutter/tests/integration/mouse-input/meta/mouse-input-test.cml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,21 @@
5252
to: "#realm_builder",
5353
},
5454
],
55+
// TODO(https://fxbug.dev/114584): Figure out how to bring these in as deps (if possible oot).
56+
facets: {
57+
"fuchsia.test": {
58+
"deprecated-allowed-packages": [
59+
"child-view",
60+
"cursor",
61+
"flatland-scene-manager-test-ui-stack",
62+
"mouse-input-view",
63+
"oot_flutter_aot_runner",
64+
"oot_flutter_jit_runner",
65+
"oot_flutter_jit_product_runner",
66+
"oot_flutter_aot_product_runner",
67+
"test_manager",
68+
"test-ui-stack",
69+
],
70+
},
71+
},
5572
}

shell/platform/fuchsia/flutter/tests/integration/text-input/meta/text-input-test.cml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,16 @@
3939
to: "#realm_builder",
4040
},
4141
],
42+
// TODO(https://fxbug.dev/114584): Figure out how to bring these in as deps (if possible oot).
43+
facets: {
44+
"fuchsia.test": {
45+
"deprecated-allowed-packages": [
46+
"oot_flutter_aot_runner",
47+
"oot_flutter_jit_runner",
48+
"oot_flutter_jit_product_runner",
49+
"oot_flutter_aot_product_runner",
50+
"test_manager",
51+
],
52+
},
53+
},
4254
}

shell/platform/fuchsia/flutter/tests/integration/touch-input/meta/touch-input-test.cml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,18 @@
5050
to: "#realm_builder",
5151
},
5252
],
53+
// TODO(https://fxbug.dev/114584): Figure out how to bring these in as deps (if possible oot).
54+
facets: {
55+
"fuchsia.test": {
56+
"deprecated-allowed-packages": [
57+
"gfx-root-presenter-test-ui-stack",
58+
"oot_flutter_aot_runner",
59+
"oot_flutter_jit_runner",
60+
"oot_flutter_jit_product_runner",
61+
"oot_flutter_aot_product_runner",
62+
"test_manager",
63+
"touch-input-view",
64+
],
65+
},
66+
},
5367
}

0 commit comments

Comments
 (0)