build: rename the ivy compile mode 'local' to 'aot' (#26686)

PR Close #26686
This commit is contained in:
Igor Minar
2018-10-23 09:54:12 -07:00
parent e0d6782d26
commit ee0b857172
35 changed files with 59 additions and 60 deletions

View File

@ -12,7 +12,7 @@ ng_module(
),
module_name = "app_built",
tags = [
"fixme-ivy-local",
"fixme-ivy-aot",
"no-ivy-jit",
],
deps = [

View File

@ -11,7 +11,7 @@ ts_library(
],
),
tags = [
"fixme-ivy-local",
"fixme-ivy-aot",
"no-ivy-jit",
],
deps = [
@ -26,7 +26,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 = [

View File

@ -20,8 +20,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",

View File

@ -29,7 +29,7 @@ jasmine_node_test(
srcs = ["spec.js"],
data = [":flat_module_index"],
tags = [
"fixme-ivy-local",
"fixme-ivy-aot",
"no-ivy-jit",
],
)

View File

@ -43,7 +43,7 @@ jasmine_node_test(
"//packages/core:npm_package",
],
tags = [
"fixme-ivy-local",
"fixme-ivy-aot",
"no-ivy-jit",
],
deps = [
@ -81,7 +81,7 @@ jasmine_node_test(
"//packages/router:npm_package",
],
tags = [
"fixme-ivy-local",
"fixme-ivy-aot",
"no-ivy-jit",
],
deps = [
@ -116,7 +116,7 @@ jasmine_node_test(
"//packages/router:npm_package",
],
tags = [
"fixme-ivy-local",
"fixme-ivy-aot",
"no-ivy-jit",
],
deps = [

View File

@ -1,3 +1,3 @@
Tests in this directory should be run with:
bazel test --define=compile=local packages/compiler-cli/test/compliance:compliance
bazel test --define=compile=aot packages/compiler-cli/test/compliance:compliance

View File

@ -38,7 +38,7 @@ jasmine_node_test(
"//packages/core:npm_package",
],
tags = [
"fixme-ivy-local",
"fixme-ivy-aot",
"no-ivy-jit",
],
deps = [
@ -72,7 +72,7 @@ jasmine_node_test(
"//packages/forms:npm_package",
],
tags = [
"fixme-ivy-local",
"fixme-ivy-aot",
"no-ivy-jit",
],
deps = [

View File

@ -26,7 +26,7 @@ jasmine_node_test(
"//packages/router:npm_package",
],
tags = [
"fixme-ivy-local",
"fixme-ivy-aot",
"no-ivy-jit",
],
deps = [