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
],

exir/emit/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_emit.py",
77
],
8-
supports_static_listing = True,
98
deps = [
109
"//caffe2:torch",
1110
"//caffe2/functorch:functorch_src",

exir/serialize/test/TARGETS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ python_unittest(
55
srcs = [
66
"test_program.py",
77
],
8-
supports_static_listing = True,
98
deps = [
109
"//executorch/exir:schema",
1110
"//executorch/exir/serialize:lib",
@@ -18,7 +17,6 @@ python_unittest(
1817
srcs = [
1918
"test_flatbuffer.py",
2019
],
21-
supports_static_listing = True,
2220
deps = [
2321
"//executorch/exir/serialize:lib",
2422
],

exir/tests/TARGETS

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ python_unittest(
110110
srcs = [
111111
"test_error.py",
112112
],
113-
supports_static_listing = True,
114113
deps = [
115114
"//executorch/exir:error",
116115
],
@@ -121,7 +120,6 @@ python_unittest(
121120
srcs = [
122121
"test_serialize.py",
123122
],
124-
supports_static_listing = True,
125123
deps = [
126124
":lib",
127125
"//executorch/exir:print_program",
@@ -134,7 +132,6 @@ python_unittest(
134132
srcs = [
135133
"test_tensor.py",
136134
],
137-
supports_static_listing = True,
138135
deps = [
139136
"//caffe2:torch",
140137
"//executorch/exir:lib",
@@ -160,7 +157,6 @@ python_unittest(
160157
srcs = [
161158
"test_op_convert.py",
162159
],
163-
supports_static_listing = True,
164160
deps = [
165161
":test_lib", # @manual
166162
"//caffe2:torch",
@@ -174,7 +170,6 @@ python_unittest(
174170
srcs = [
175171
"test_memory_planning.py",
176172
],
177-
supports_static_listing = True,
178173
deps = [
179174
":asr_joiner",
180175
"//caffe2:torch",
@@ -195,7 +190,6 @@ python_unittest(
195190
srcs = [
196191
"test_experimental.py",
197192
],
198-
supports_static_listing = True,
199193
deps = [
200194
":models",
201195
"//caffe2:torch",
@@ -213,7 +207,6 @@ python_unittest(
213207
"test_passes.py",
214208
],
215209
preload_deps = [":test_lib"],
216-
supports_static_listing = True,
217210
deps = [
218211
":control_flow_models",
219212
":lib",
@@ -246,7 +239,6 @@ python_unittest(
246239
srcs = [
247240
"test_pass_infra.py",
248241
],
249-
supports_static_listing = True,
250242
deps = [
251243
"//caffe2:torch",
252244
"//executorch/exir:lib",
@@ -261,7 +253,6 @@ python_unittest(
261253
srcs = [
262254
"test_quant_lowering_custom_backend_pass.py",
263255
],
264-
supports_static_listing = True,
265256
deps = [
266257
"//caffe2:torch",
267258
"//executorch/backends:backend_api",
@@ -282,7 +273,6 @@ python_unittest(
282273
srcs = [
283274
"test_common.py",
284275
],
285-
supports_static_listing = True,
286276
deps = [
287277
"//caffe2:torch",
288278
"//executorch/exir:common",
@@ -294,7 +284,6 @@ python_unittest(
294284
srcs = [
295285
"test_verification.py",
296286
],
297-
supports_static_listing = True,
298287
deps = [
299288
"//caffe2:torch",
300289
"//executorch/exir:lib",
@@ -311,7 +300,6 @@ python_unittest(
311300
srcs = [
312301
"test_delegate.py",
313302
],
314-
supports_static_listing = True,
315303
deps = [
316304
":lib",
317305
":models",
@@ -328,7 +316,6 @@ python_unittest(
328316
srcs = [
329317
"test_quant_fusion_pass.py",
330318
],
331-
supports_static_listing = True,
332319
deps = [
333320
":lib",
334321
"//caffe2:torch",
@@ -344,7 +331,6 @@ python_unittest(
344331
srcs = [
345332
"test_quantization.py",
346333
],
347-
supports_static_listing = True,
348334
deps = [
349335
"//caffe2:torch",
350336
"//executorch/exir:lib",
@@ -409,7 +395,6 @@ python_unittest(
409395
srcs = [
410396
"test_dynamic_shape_propagation.py",
411397
],
412-
supports_static_listing = True,
413398
deps = [
414399
":models",
415400
"//executorch/exir:lib",
@@ -422,7 +407,6 @@ python_unittest(
422407
srcs = [
423408
"test_arg_validator.py",
424409
],
425-
supports_static_listing = True,
426410
deps = [
427411
"//caffe2:torch",
428412
"//executorch/exir:lib",

extension/pybindings/test/TARGETS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ python_unittest(
1111
srcs = [
1212
"test.py",
1313
],
14-
supports_static_listing = True,
1514
deps = [
1615
"//caffe2:torch",
1716
"//caffe2:torch_fx",

extension/pytree/test/TARGETS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ python_unittest(
1616
srcs = [
1717
"test.py",
1818
],
19-
supports_static_listing = True,
2019
deps = [
2120
"//caffe2:torch",
2221
"//executorch/extension/pytree:pybindings",

kernels/prim_ops/test/TARGETS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ python_unittest(
1111
srcs = [
1212
"test_prim_ops.py",
1313
],
14-
supports_static_listing = True,
1514
deps = [
1615
"//caffe2:torch",
1716
"//executorch/exir/passes:prim_ops_py_registry",

kernels/quantized/test/TARGETS

Lines changed: 0 additions & 1 deletion
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
deps = [
1615
"//caffe2:torch",
1716
"//executorch/exir/dialects:lib",

kernels/test/TARGETS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ define_common_targets()
1212
python_unittest(
1313
name = "gen_supported_features_test",
1414
srcs = ["gen_supported_features_test.py"],
15-
supports_static_listing = True,
1615
deps = [
1716
"fbsource//third-party/pypi/pyyaml:pyyaml",
1817
":gen_supported_features_lib",

sdk/etdump/tests/TARGETS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ python_unittest(
88
srcs = [
99
"serialize_test.py",
1010
],
11-
supports_static_listing = True,
1211
deps = [
1312
"//executorch/sdk/etdump:schema",
1413
"//executorch/sdk/etdump:serialize",

test/end2end/TARGETS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ python_unittest(
3535
srcs = [
3636
"test_end2end.py",
3737
],
38-
supports_static_listing = True,
3938
deps = [
4039
":exported_module",
4140
":register_scratch_meta_fns",
@@ -67,7 +66,6 @@ python_unittest(
6766
srcs = [
6867
"test_end2end.py",
6968
],
70-
supports_static_listing = True,
7169
deps = [
7270
":exported_module",
7371
":register_scratch_meta_fns",

0 commit comments

Comments
 (0)