]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/fix: disable reflect test under race detector (very slow)
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 9 Oct 2012 16:21:39 +0000 (20:21 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 9 Oct 2012 16:21:39 +0000 (20:21 +0400)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6642045

src/cmd/fix/reflect_test.go

index 032cbc74505b1327bcd3d5de1032d3554a93f257..a62027eb4be3c3ad6ac1b40c6126ca9114b57a10 100644 (file)
@@ -2,6 +2,9 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file
 
+// Too slow under race detector.
+// +build !race
+
 package main
 
 import (