Skip to content

Commit

Permalink
Sdk roll failure - add facet to allowlist test_manager and other pack…
Browse files Browse the repository at this point in the history
…ages. (flutter#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]>
  • Loading branch information
naudzghebre and lin-erik authored Nov 8, 2022
1 parent 6517ee8 commit c1200c4
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,14 @@
to: "#realm_builder",
},
],
// TODO(https://fxbug.dev/114584): Figure out how to bring these in as deps (if possible oot).
facets: {
"fuchsia.test": {
"deprecated-allowed-packages": [
"dart_aot_echo_server",
"test_manager",
"oot_dart_aot_runner"
],
},
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,14 @@
to: "#realm_builder",
},
],
// TODO(https://fxbug.dev/114584): Figure out how to bring these in as deps (if possible oot).
facets: {
"fuchsia.test": {
"deprecated-allowed-packages": [
"dart_jit_echo_server",
"test_manager",
"oot_dart_jit_runner"
],
},
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,19 @@
to: "#realm_builder",
},
],
// TODO(https://fxbug.dev/114584): Figure out how to bring these in as deps (if possible oot).
facets: {
"fuchsia.test": {
"deprecated-allowed-packages": [
"child-view",
"oot_flutter_aot_runner",
"oot_flutter_jit_runner",
"oot_flutter_jit_product_runner",
"oot_flutter_aot_product_runner",
"parent-view",
"test-ui-stack",
"test_manager",
],
},
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,21 @@
to: "#realm_builder",
},
],
// TODO(https://fxbug.dev/114584): Figure out how to bring these in as deps (if possible oot).
facets: {
"fuchsia.test": {
"deprecated-allowed-packages": [
"child-view",
"cursor",
"flatland-scene-manager-test-ui-stack",
"mouse-input-view",
"oot_flutter_aot_runner",
"oot_flutter_jit_runner",
"oot_flutter_jit_product_runner",
"oot_flutter_aot_product_runner",
"test_manager",
"test-ui-stack",
],
},
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,16 @@
to: "#realm_builder",
},
],
// TODO(https://fxbug.dev/114584): Figure out how to bring these in as deps (if possible oot).
facets: {
"fuchsia.test": {
"deprecated-allowed-packages": [
"oot_flutter_aot_runner",
"oot_flutter_jit_runner",
"oot_flutter_jit_product_runner",
"oot_flutter_aot_product_runner",
"test_manager",
],
},
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,18 @@
to: "#realm_builder",
},
],
// TODO(https://fxbug.dev/114584): Figure out how to bring these in as deps (if possible oot).
facets: {
"fuchsia.test": {
"deprecated-allowed-packages": [
"gfx-root-presenter-test-ui-stack",
"oot_flutter_aot_runner",
"oot_flutter_jit_runner",
"oot_flutter_jit_product_runner",
"oot_flutter_aot_product_runner",
"test_manager",
"touch-input-view",
],
},
},
}

0 comments on commit c1200c4

Please sign in to comment.