Skip to content

Commit

Permalink
Remove failing bash evaluation tests
Browse files Browse the repository at this point in the history
Due to the prescence of a '*' character in the sed/grep regex string
which is correctly interpreted as a glob conservatively.
  • Loading branch information
BolunThompson committed Jan 23, 2025
1 parent 7b3cb4a commit e957f08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion evaluation/tests/test_evaluation_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,11 @@ pipeline_microbenchmarks=(
# # # # micro_1000 # Not being run anymore, as it is very slow. Tests whether the compiler is fast enough. It is a huge pipeline without any computation.
)
bash_skip=(
# has '*' characters in the sed which is conservatively caught as a glob
# have '*' characters in the regex which is conservatively caught as a glob
# by the bash expansion
sed-test
minimal_grep_stdin
minimal_grep
)


Expand Down

0 comments on commit e957f08

Please sign in to comment.