|
|
@ -117,20 +117,15 @@ src_prepare() { |
|
|
|
# IceUtil/stacktrace fails with USE=debug |
|
|
|
# skip udp test due to multicast |
|
|
|
# skip IceSSL tests due to requirement of internet connection |
|
|
|
# IceStorm/stress fails without USE=debug |
|
|
|
# IceGrid/admin fails, no idea why |
|
|
|
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" |
|
|
|
|
|
|
|
# mainly broken .ice files |
|
|
|
sed -i \ |
|
|
|
-e 's|allTests.py|allTests.py --rfilter=operations --rfilter=slicing\/objects|' \ |
|
|
|
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() { |
|
|
|