]> Cypherpunks repositories - gostls13.git/commit
regexp: exclude exhaustive RE2 test from running under race detector.
authorDavid Symonds <dsymonds@golang.org>
Fri, 19 Jul 2013 13:44:22 +0000 (23:44 +1000)
committerDavid Symonds <dsymonds@golang.org>
Fri, 19 Jul 2013 13:44:22 +0000 (23:44 +1000)
commit9bfb69187fc76cce47032111f4cbe055a28704ae
treee253061aa11e623de72817f92a84ec3669846c03
parentdf3e6ce4b1df508624082d31abb24300f9057b86
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
src/pkg/regexp/exec2_test.go [new file with mode: 0644]
src/pkg/regexp/exec_test.go