Blame SOURCES/golang-1.2-skipCpuProfileTest.patch

4d1d36
diff -r 87dea3f5ebe7 src/pkg/runtime/pprof/pprof_test.go
4d1d36
--- a/src/pkg/runtime/pprof/pprof_test.go	Fri Nov 29 08:32:31 2013 +1100
4d1d36
+++ b/src/pkg/runtime/pprof/pprof_test.go	Fri Jan 24 13:47:42 2014 -0500
4d1d36
@@ -32,7 +32,7 @@
4d1d36
 	})
4d1d36
 }
4d1d36
 
4d1d36
-func TestCPUProfileMultithreaded(t *testing.T) {
4d1d36
+func testCPUProfileMultithreaded(t *testing.T) {
4d1d36
 	buf := make([]byte, 100000)
4d1d36
 	defer runtime.GOMAXPROCS(runtime.GOMAXPROCS(2))
4d1d36
 	testCPUProfile(t, []string{"crc32.ChecksumIEEE", "crc32.Update"}, func() {