Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.
This repository was archived by the owner on May 11, 2022. It is now read-only.

fix broken build related to TestGoTestStackTrace #4

Description

@kamilsk
        	            	Diff:
290        	            	--- Expected
291        	            	+++ Actual
292        	            	@@ -8,9 +8,9 @@
293        	            	 
294        	            	-1: running [Created by testing.(*T).Run @ /usr/local/Cellar/go/1.15.6/libexec/src/testing/testing.go:1168]
295        	            	-    testing  /usr/local/Cellar/go/1.15.6/libexec/src/testing/testing.go:1072                             tRunner.func1.1(*T(#1), func(#2))
296        	            	-    testing  /usr/local/Cellar/go/1.15.6/libexec/src/testing/testing.go:1075                             tRunner.func1(*T(#3))
297        	            	-             /usr/local/Cellar/go/1.15.6/libexec/src/runtime/panic.go:969                                panic(interface{}(#1))
298        	            	+1: running [Created by testing.(*T).Run @ /home/travis/.gimme/versions/go1.15.8.linux.amd64/src/testing/testing.go:1168]
299        	            	+    testing  /home/travis/.gimme/versions/go1.15.8.linux.amd64/src/testing/testing.go:1072               tRunner.func1.1(*T(#1), func(#2))
300        	            	+    testing  /home/travis/.gimme/versions/go1.15.8.linux.amd64/src/testing/testing.go:1075               tRunner.func1(*T(#3))
301        	            	+             /home/travis/.gimme/versions/go1.15.8.linux.amd64/src/runtime/panic.go:969                  panic(interface{}(#1))
302        	            	     panicked /Users/ksamigullin/Development/public/testit/internal/testdata/panicked/panicked.go:19      TheBad.Divide(...)
303        	            	-    panicked /Users/ksamigullin/Development/public/testit/internal/testdata/panicked/panicked_test.go:13 TestTheBad_Divide(*T(#3))
304        	            	-    testing  /usr/local/Cellar/go/1.15.6/libexec/src/testing/testing.go:1123                             tRunner(*T(#3), func(0x114df50))
305        	            	+    panicked /Users/ksamigullin/Development/public/testit/internal/testdata/panicked/panicked_test.go:13 TestTheBad_Divide(#3)
306        	            	+    testing  /home/travis/.gimme/versions/go1.15.8.linux.amd64/src/testing/testing.go:1123               tRunner(*T(#3), func(0x114df50))

the problem is related to a different working directory and GOROOT

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions