Skip to content

Commit 0e8b5bf

Browse files
Add requires lines to tests
1 parent 86b2cca commit 0e8b5bf

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

llvm/utils/mlgo-utils/tests/corpus/combine_training_corpus_script.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# REQUIRES: python-38, absl, system-linux
2+
13
## Testing that the combine_trainig_corpus script works as expected when
24
## invoked.
35

llvm/utils/mlgo-utils/tests/corpus/extract_ir_script.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# REQUIRES: python-38, absl, system-linux
2+
13
## Test that invoking the extract_ir script work as expected.
24

35
# RUN: rm -rf %t.dir && mkdir %t.dir

llvm/utils/mlgo-utils/tests/corpus/make_corpus_script.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# REQUIRES: python-38, absl, system-linux
2+
13
## Testing that the make_corpus script works as expected when invoked.
24

35
# RUN: rm -rf %t.dir && mkdir %t.dir

0 commit comments

Comments
 (0)