Skip to content

Commit 1a04a68

Browse files
Disable Partest, s.reflect & existential tests
I used the following script: mkdir filtered filtered/pos filtered/neg filtered/run find tests/untried/???/ tests/pending/???/ -name *.scala | while read t; do grep --silent '.partest.' "$t" && ( pref=$(echo "$t" | cut -f 1-2 -d "/") type=$(echo "$t" | cut -f 3 -d "/") name=$(echo "$t" | cut -f 4 -d "/") echo "$pref/$type/$name" mv "$pref/$type/$name" "filtered/$type" base=$(basename $name .scala) mv "$pref/$type/$base.check" "filtered/$type" 2>/dev/null mv "$pref/$type/$base.flags" "filtered/$type" 2>/dev/null ) done mv filtered tests/untried/partest With '.partest.', '.reflect.' and ' forSome {'.
1 parent efa513e commit 1a04a68

File tree

1,137 files changed

+0
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,137 files changed

+0
-0
lines changed

0 commit comments

Comments
 (0)