Skip to content

Commit c13f46c

Browse files
mheverykara
authored andcommitted
fix(ivy): enable packages/core/test/render3 test for AoT (angular#26863)
PR Close angular#26863
1 parent 516af6c commit c13f46c

23 files changed

+465
-6549
lines changed

packages/core/test/bundling/hello_world_r2/BUILD.bazel

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ ng_module(
99
srcs = ["index.ts"],
1010
tags = [
1111
"ivy-only",
12-
"no-ivy-jit",
1312
],
1413
deps = [
1514
"//packages/core",
16-
"//packages/platform-browser-dynamic",
15+
"//packages/platform-browser",
1716
],
1817
)
1918

@@ -28,12 +27,11 @@ ng_rollup_bundle(
2827
entry_point = "packages/core/test/bundling/hello_world_r2/index.js",
2928
tags = [
3029
"ivy-only",
31-
"no-ivy-jit",
3230
],
3331
deps = [
3432
":hello_world",
3533
"//packages/core",
36-
"//packages/platform-browser-dynamic",
34+
"//packages/platform-browser",
3735
],
3836
)
3937

@@ -43,7 +41,6 @@ ts_library(
4341
srcs = glob(["*_spec.ts"]),
4442
tags = [
4543
"ivy-only",
46-
"no-ivy-jit",
4744
],
4845
deps = [
4946
"//packages:types",
@@ -63,7 +60,6 @@ jasmine_node_test(
6360
],
6461
tags = [
6562
"ivy-only",
66-
"no-ivy-jit",
6763
],
6864
deps = [":test_lib"],
6965
)

0 commit comments

Comments
 (0)