regexp: exclude exhaustive RE2 test from running under race detector.
It is an expensive test to run, and even more so with -race, and causes timeouts on builders. It is doubtful that it would find a race that other tests in this package wouldn't, so there is little loss in excluding it. Update #5837. R=golang-dev, dave CC=golang-dev https://golang.org/cl/11568043
Showing
src/pkg/regexp/exec2_test.go
0 → 100644
Please register or sign in to comment