build: rename the ivy compile mode 'local' to 'aot' (#26686)
PR Close #26686
This commit is contained in:

committed by
Alex Rickabaugh

parent
a012ffbd5b
commit
cace4dea64
@ -23,8 +23,8 @@ jasmine_node_test(
|
||||
name = "test",
|
||||
bootstrap = ["angular/tools/testing/init_node_spec.js"],
|
||||
tags = [
|
||||
"fixme-ivy-aot",
|
||||
"fixme-ivy-jit",
|
||||
"fixme-ivy-local",
|
||||
],
|
||||
deps = [
|
||||
":test_lib",
|
||||
@ -35,8 +35,8 @@ jasmine_node_test(
|
||||
ts_web_test_suite(
|
||||
name = "test_web",
|
||||
tags = [
|
||||
"fixme-ivy-aot",
|
||||
"fixme-ivy-jit",
|
||||
"fixme-ivy-local",
|
||||
],
|
||||
deps = [
|
||||
":test_lib",
|
||||
|
@ -17,7 +17,7 @@ ts_library(
|
||||
testonly = True,
|
||||
srcs = ["aot_router_bootstrap.spec.ts"],
|
||||
tags = [
|
||||
"fixme-ivy-local",
|
||||
"fixme-ivy-aot",
|
||||
"no-ivy-jit",
|
||||
],
|
||||
deps = [
|
||||
@ -33,7 +33,7 @@ jasmine_node_test(
|
||||
name = "test",
|
||||
bootstrap = ["angular/tools/testing/init_node_spec.js"],
|
||||
tags = [
|
||||
"fixme-ivy-local",
|
||||
"fixme-ivy-aot",
|
||||
"no-ivy-jit",
|
||||
],
|
||||
deps = [
|
||||
|
@ -16,8 +16,8 @@ ts_library(
|
||||
ts_web_test_suite(
|
||||
name = "test_web",
|
||||
tags = [
|
||||
"fixme-ivy-aot",
|
||||
"fixme-ivy-jit",
|
||||
"fixme-ivy-local",
|
||||
],
|
||||
deps = [
|
||||
":test_lib",
|
||||
|
Reference in New Issue
Block a user