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

Commit 655fefe

Browse files
author
naudzghebre
committed
[fuchsia-sdk-roll] Hermetic packaging is flipped on by default. Add
test_manager package to the tests facets.
1 parent c831bc6 commit 655fefe

File tree

7 files changed

+30
-45
lines changed

7 files changed

+30
-45
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,9 @@
3737
to: "#realm_builder",
3838
},
3939
],
40+
facets: {
41+
"fuchsia.test": {
42+
"deprecated-allowed-packages": [ "test_manager" ],
43+
},
44+
},
4045
}

shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_jit_runner/dart_jit_echo_server/BUILD.gn

Lines changed: 0 additions & 45 deletions
This file was deleted.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,9 @@
3737
to: "#realm_builder",
3838
},
3939
],
40+
facets: {
41+
"fuchsia.test": {
42+
"deprecated-allowed-packages": [ "test_manager" ],
43+
},
44+
},
4045
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@
2727
to: "#realm_builder",
2828
},
2929
],
30+
facets: {
31+
"fuchsia.test": {
32+
"deprecated-allowed-packages": [ "test_manager" ],
33+
},
34+
},
3035
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,9 @@
5252
to: "#realm_builder",
5353
},
5454
],
55+
facets: {
56+
"fuchsia.test": {
57+
"deprecated-allowed-packages": [ "test_manager" ],
58+
},
59+
},
5560
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,9 @@
3939
to: "#realm_builder",
4040
},
4141
],
42+
facets: {
43+
"fuchsia.test": {
44+
"deprecated-allowed-packages": [ "test_manager" ],
45+
},
46+
},
4247
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,9 @@
5050
to: "#realm_builder",
5151
},
5252
],
53+
facets: {
54+
"fuchsia.test": {
55+
"deprecated-allowed-packages": [ "test_manager" ],
56+
},
57+
},
5358
}

0 commit comments

Comments
 (0)