[dev-libs/Ice] update test exclusions
This commit is contained in:
parent
b586fff57b
commit
b51ac3cc17
@ -117,20 +117,15 @@ src_prepare() {
|
|||||||
# IceUtil/stacktrace fails with USE=debug
|
# IceUtil/stacktrace fails with USE=debug
|
||||||
# skip udp test due to multicast
|
# skip udp test due to multicast
|
||||||
# skip IceSSL tests due to requirement of internet connection
|
# skip IceSSL tests due to requirement of internet connection
|
||||||
# IceStorm/stress fails without USE=debug
|
# IceGrid/admin fails, no idea why
|
||||||
sed -i \
|
sed -i \
|
||||||
-e 's|allTests.py|allTests.py --rfilter=IceUtil\/stacktrace --rfilter=udp --rfilter=IceSSL --rfilter=IceStorm\/stress|' \
|
-e 's|allTests.py|allTests.py --rfilter=IceUtil\/stacktrace --rfilter=udp --rfilter=IceSSL --rfilter=IceGrid\/admin|' \
|
||||||
cpp/Makefile || die "sed failed"
|
cpp/Makefile || die "sed failed"
|
||||||
|
|
||||||
# mainly broken .ice files
|
# mainly broken .ice files
|
||||||
sed -i \
|
sed -i \
|
||||||
-e 's|allTests.py|allTests.py --rfilter=operations --rfilter=slicing\/objects|' \
|
-e 's|allTests.py|allTests.py --rfilter=operations --rfilter=slicing\/objects|' \
|
||||||
python/Makefile || die "sed failed"
|
python/Makefile || die "sed failed"
|
||||||
|
|
||||||
# fails even on unicode locale
|
|
||||||
sed -i \
|
|
||||||
-e 's|allTests.py|allTests.py --rfilter=Slice\/unicodePaths|' \
|
|
||||||
ruby/Makefile || die "sed failed"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
Loading…
Reference in New Issue
Block a user