Commit 7289b869 authored by Kirill Smelkov's avatar Kirill Smelkov

X gogccrash: Crashes even withou TestΔBTreeAllStructs

parent 011c18fc
......@@ -11,9 +11,10 @@ cwd=$(pwd)
# runtest1
function runtest1() {
for i in `seq 100`; do
for i in `seq 1000`; do
echo -e "\n>>> #$i"
GOGC=1 $cwd/wcfs.test -test.v -test.run 'TestZBlk|TestΔBTail|TestΔBTreeAllStructs' || break
#GOGC=1 $cwd/wcfs.test -test.v -test.run 'TestZBlk|TestΔBTail|TestΔBTreeAllStructs' || break
GOGC=1 $cwd/wcfs.test -test.v -test.run 'TestZBlk|TestΔBTail' || break
done
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment