Searched refs:test_percent (Results 1 – 6 of 6) sorted by relevance
7 test_percent=2010 [[ $2 == "" ]] || test_percent=$215 ./run.sh $test_percent &
6 test_percent=207 [[ $1 == "" ]] || test_percent=$112 [ -f $test ] && ./strace -P $test_percent $test
12 ./go_go.sh [user][max_tests][test_percent]15 test_percent => percent of the syscalls to test
8 +extern int test_percent;64 + test_percent = atoi(optarg);106 +int test_percent = 20;230 + if ((random()%100) >= test_percent){
26 [[ "$3" == "" ]] || test_percent="$3"
32 def test_percent method in TestPatternLexer