Skip to content

Commit 03f9b9c

Browse files
generatedunixname485339166882981facebook-github-bot
authored andcommitted
Clean-up on by default flag] prefix_/executorch/
Reviewed By: tarun292 Differential Revision: D48003455 fbshipit-source-id: 16ac5ce47a707bf3393456cedc1124f5809487a2
1 parent e2682a8 commit 03f9b9c

File tree

20 files changed

+0
-50
lines changed

20 files changed

+0
-50
lines changed

backends/qnnpack/test/TARGETS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ python_unittest(
1111
preload_deps = [
1212
"//executorch/kernels/quantized:custom_ops_generated_lib",
1313
],
14-
supports_static_listing = True,
1514
tags = ["long_running"],
1615
deps = [
1716
"//caffe2:torch",
@@ -34,7 +33,6 @@ python_unittest(
3433
preload_deps = [
3534
"//executorch/kernels/quantized:custom_ops_generated_lib",
3635
],
37-
supports_static_listing = True,
3836
tags = ["long_running"],
3937
deps = [
4038
"//caffe2:torch",

backends/test/TARGETS

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ python_unittest(
8686
srcs = [
8787
"test_backends.py",
8888
],
89-
supports_static_listing = True,
9089
deps = [
9190
":backend_with_compiler_demo",
9291
":hta_partitioner_demo",
@@ -117,7 +116,6 @@ python_unittest(
117116
srcs = [
118117
"test_backends_lifted.py",
119118
],
120-
supports_static_listing = True,
121119
deps = [
122120
":backend_with_compiler_demo",
123121
":hta_partitioner_demo",
@@ -148,7 +146,6 @@ python_unittest(
148146
srcs = [
149147
"test_graph_partition.py",
150148
],
151-
supports_static_listing = True,
152149
visibility = [
153150
"//executorch/...",
154151
"//executorch/test/...",
@@ -166,7 +163,6 @@ python_unittest(
166163
srcs = [
167164
"test_backends_nested.py",
168165
],
169-
supports_static_listing = True,
170166
deps = [
171167
":op_partitioner_demo",
172168
"//caffe2:torch",
@@ -191,7 +187,6 @@ python_unittest(
191187
srcs = [
192188
"test_utils.py",
193189
],
194-
supports_static_listing = True,
195190
deps = [
196191
"//caffe2:torch",
197192
"//executorch/backends:backend_api",

backends/test/demos/TARGETS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ python_unittest(
99
"//executorch/kernels/portable:custom_ops_generated_lib",
1010
"//executorch/kernels/quantized:custom_ops_generated_lib",
1111
],
12-
supports_static_listing = True,
1312
deps = [
1413
"//caffe2:torch",
1514
"//executorch/backends:backend_api",
@@ -34,7 +33,6 @@ python_unittest(
3433
preload_deps = [
3534
"//executorch/kernels/portable:custom_ops_generated_lib_aten",
3635
],
37-
supports_static_listing = True,
3836
deps = [
3937
"//caffe2:torch",
4038
"//executorch/backends:backend_api",

backends/test/demos/rpc/TARGETS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ python_unittest(
4545
# However, it's a better practice to build/link everything at earlier stage, instead of during runtime
4646
"//executorch/backends/test/demos/rpc:executor_backend_register",
4747
],
48-
supports_static_listing = True,
4948
deps = [
5049
":executor_backend_partitioner",
5150
":executor_backend_preprocess",

backends/xnnpack/test/TARGETS

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ python_unittest(
1111
"//executorch/kernels/portable:custom_ops_generated_lib",
1212
"//executorch/kernels/quantized:custom_ops_generated_lib",
1313
],
14-
supports_static_listing = True,
1514
tags = ["long_running"],
1615
deps = [
1716
"//caffe2:torch",
@@ -41,7 +40,6 @@ python_unittest(
4140
"//executorch/kernels/portable:custom_ops_generated_lib",
4241
"//executorch/kernels/quantized:custom_ops_generated_lib",
4342
],
44-
supports_static_listing = True,
4543
tags = ["long_running"],
4644
deps = [
4745
"//caffe2:torch",
@@ -72,7 +70,6 @@ python_unittest(
7270
"//executorch/kernels/portable:custom_ops_generated_lib",
7371
"//executorch/kernels/quantized:custom_ops_generated_lib",
7472
],
75-
supports_static_listing = True,
7673
tags = ["long_running"],
7774
deps = [
7875
"//caffe2:torch",
@@ -99,7 +96,6 @@ python_unittest(
9996
"test_xnnpack_passes.py",
10097
"test_xnnpack_utils_classes.py",
10198
],
102-
supports_static_listing = True,
10399
deps = [
104100
"//caffe2:torch",
105101
"//executorch/backends/canonical_partitioners:canonical_partitioner_lib",
@@ -114,7 +110,6 @@ python_unittest(
114110
srcs = [
115111
"ops/add.py",
116112
],
117-
supports_static_listing = True,
118113
deps = [
119114
"//caffe2:torch",
120115
"//executorch/backends/xnnpack/partition:xnnpack_partitioner",

bundled_program/tests/TARGETS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ python_unittest(
2323
srcs = [
2424
"test_bundle_data.py",
2525
],
26-
supports_static_listing = True,
2726
deps = [
2827
":lib",
2928
"//caffe2:torch",
@@ -39,7 +38,6 @@ python_unittest(
3938
srcs = [
4039
"test_serialize.py",
4140
],
42-
supports_static_listing = True,
4341
deps = [
4442
":lib",
4543
"//executorch/bundled_program:core",
@@ -53,7 +51,6 @@ python_unittest(
5351
srcs = [
5452
"test_config.py",
5553
],
56-
supports_static_listing = True,
5754
deps = [
5855
":lib",
5956
"//caffe2:torch",

examples/export/test/TARGETS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ python_unittest(
55
srcs = [
66
"test_export.py",
77
],
8-
supports_static_listing = True,
98
deps = [
109
"//caffe2:torch",
1110
"//executorch/examples/export:utils",

exir/dialects/backend/test/TARGETS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ python_unittest(
77
srcs = [
88
"test_backend_ops.py",
99
],
10-
supports_static_listing = True,
1110
deps = [
1211
"//caffe2:torch",
1312
"//executorch/exir/dialects:lib",

exir/dialects/edge/test/TARGETS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ python_unittest(
1010
resources = {
1111
"//executorch/exir/dialects/edge:edge_yaml": "edge.yaml",
1212
},
13-
supports_static_listing = True,
1413
tags = ["long_running"],
1514
deps = [
1615
"//caffe2:torch",
@@ -24,7 +23,6 @@ python_unittest(
2423
srcs = [
2524
"test_edge_ops.py",
2625
],
27-
supports_static_listing = True,
2826
deps = [
2927
"//caffe2:torch",
3028
"//executorch/exir/dialects:lib",

exir/dialects/test/TARGETS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ python_unittest(
55
srcs = [
66
"test_exir_dialect_ops.py",
77
],
8-
supports_static_listing = True,
98
deps = [
109
"//executorch/exir/dialects:lib",
1110
],

0 commit comments

Comments
 (0)