Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(350)

Issue 11568043: code review 11568043: regexp: exclude exhaustive RE2 test from running under ... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by dsymonds
Modified:
11 years, 11 months ago
Reviewers:
dave
CC:
golang-dev, dave_cheney.net
Visibility:
Public.

Description

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 issue 5837.

Patch Set 1 #

Patch Set 2 : diff -r 7e8952db0133 https://code.google.com/p/go #

Patch Set 3 : diff -r 7e8952db0133 https://code.google.com/p/go #

Patch Set 4 : diff -r 353ca41927f1 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -7 lines) Patch
A src/pkg/regexp/exec2_test.go View 1 1 chunk +20 lines, -0 lines 0 comments Download
M src/pkg/regexp/exec_test.go View 1 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 4
dsymonds
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 11 months ago (2013-07-19 09:26:11 UTC) #1
dave_cheney.net
Rémy also has a fix pending for this issue. On 19/07/2013, at 19:26, dsymonds@golang.org wrote: ...
11 years, 11 months ago (2013-07-19 09:28:35 UTC) #2
dave_cheney.net
LGTM. Please add Update issue 5837 On Fri, Jul 19, 2013 at 7:28 PM, Dave ...
11 years, 11 months ago (2013-07-19 12:48:12 UTC) #3
dsymonds
11 years, 11 months ago (2013-07-19 13:44:31 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=c2eb7db7c980 ***

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 issue 5837.

R=golang-dev, dave
CC=golang-dev
https://codereview.appspot.com/11568043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b