Skip to content

Commit 04ace4d

Browse files
aykevldeadprogram
authored andcommitted
corpus: make non-working packages easy to uncomment
This makes it easier to test for changes, just remove the hash sign in front of some packages to test them.
1 parent 87a4676 commit 04ace4d

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

testdata/corpus.yaml

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@
129129
- pkg: tea
130130
- pkg: twofish
131131
- pkg: xtea
132-
# chacha20 -- panic: chacha20: SetCounter attempted to rollback counter
133-
# cryptobyte -- panic: unimplemented: reflect.OverflowInt()
134-
# salsa20/salsa -- panic: runtime error: index out of range
135-
# sha3 -- panic: unimplemented: (reflect.Type).NumMethod()
132+
#- pkg: chacha20 # panic: chacha20: SetCounter attempted to rollback counter
133+
#- pkg: cryptobyte # panic: unimplemented: reflect.OverflowInt()
134+
#- pkg: salsa20/salsa # panic: runtime error: index out of range
135+
#- pkg: sha3 # panic: unimplemented: (reflect.Type).NumMethod()
136136
- repo: github.com/google/shlex
137137
- repo: github.com/google/btree
138138
- repo: github.com/google/der-ascii
@@ -167,15 +167,15 @@
167167
- pkg: search
168168
- pkg: unicode/rangetable
169169
- pkg: message/catalog
170-
# 'collate/build', # -- panic: (reflect.Value).Interface: unexported
171-
# 'feature/plural', # TestSelect, TestOrdinal, TestCardinal fail
172-
# 'internal/catmsg', # TestCodec fails
173-
# 'internal/gen/bitfield', # panic: unimplemented: (reflect.Type).Name()
174-
# 'number', # fails due to printf %T formatting
170+
#- pkg: collate/build # panic: (reflect.Value).Interface: unexported
171+
#- pkg: feature/plural # TestSelect, TestOrdinal, TestCardinal fail
172+
#- pkg: internal/catmsg # TestCodec fails
173+
#- pkg: internal/gen/bitfield # panic: unimplemented: (reflect.Type).Name()
174+
#- pkg: number # fails due to printf %T formatting
175175
- repo: golang.org/x/image
176176
tags: noasm
177177
subdirs:
178-
# - bmp: needs _time.startTimer
178+
#- pkg: bmp # needs _time.startTimer
179179
- pkg: ccitt
180180
- pkg: colornames
181181
- pkg: draw
@@ -193,7 +193,7 @@
193193
- pkg: r2
194194
- pkg: r3
195195
- pkg: s1
196-
# 's2' -- reflect.DeepEqual() -> MapKeys
196+
#- pkg: s2 # reflect.DeepEqual() -> MapKeys
197197
- repo: github.com/golang/groupcache
198198
subdirs:
199199
- pkg: consistenthash
@@ -236,40 +236,40 @@
236236
slow: true
237237
- pkg: stat/samplemv
238238
skipwasi: true # takes too long
239-
# 'blas/blas64', # -- TestDasum panic: blas: n < 0
240-
# 'blas/gonum', # -- panic: blas: n < 0
241-
# 'cmplxs', # -- TestAdd panic: cmplxs: slice lengths do not match
242-
# 'diff/fd', # -- panic: fd: slice length mismatch
243-
# 'floats', # -- panic: floats: destination slice length does not match input
244-
# 'graph', # ld.lld-11: -- error: undefined symbol: reflect.mapiterkey (among other reflect errors)
245-
# 'graph/topo', # -- Reflect: Same as above
246-
# 'internal/math32', # -- /usr/local/go/src/testing/quick/quick.go:273:11: fType.NumOut undefined (type reflect.Type has no field or method NumOut)
247-
# 'interp', # -- panic: interp: input slices have different lengths
248-
# 'mat', # -- panic: mat: row index out of range
249-
# 'num/dual', # -- TestFormat unexpected result for fmt.Sprintf("%#v", T{Real:1.1, Emag:2.1}): got:"T{Real:1.1, Emag:2.1}", want:"dual.Number{Real:1.1, Emag:2.1}" unexpected result for fmt.Sprintf("%#v", T{Real:-1.1, Emag:-2.1}): got:"T{Real:-1.1, Emag:-2.1}", want:"dual.Number{Real:-1.1, Emag:-2.1}"
250-
# 'num/dualcmplx', # -- TestFormat (similar to above)
251-
# 'num/dualquat', # -- TestFormat (similar to above)
252-
# 'num/hyperdual', # -- TestFormat (similar to above)
253-
# 'num/quat', # -- TestFormat (similar to above)
254-
# 'optimize', # // ld.lld-11: error: undefined symbol: golang.org/x/tools/container/intsets.havePOPCNT error: failed to link ...
255-
# 'spatial/barneshut', # -- panic: unimplemented: (reflect.Value).MapKeys()
256-
# 'spatial/kdtree', # -- panic: unimplemented: (reflect.Value).MapKeys()
257-
# 'spatial/vptree', # -- panic: unimplemented: (reflect.Value).MapKeys()
258-
# 'stat', # -- panic: stat: slice length mismatch
259-
# 'stat/card', # -- /usr/local/go/src/encoding/gob/decode.go:562:21: MakeMapWithSize not declared by package reflect
260-
# 'stat/distuv', # -- panic: distuv: cannot compute Mode for Beta != 0\
261-
# 'stat/sampleuv', # -- TestWeightedTimeSeeded requires t.Skip(), otherwise passes
262-
# 'unit', # -- All Format tests fail. Similar to `num` subpackages.
239+
#- pkg: blas/blas64 # -- TestDasum panic: blas: n < 0
240+
#- pkg: blas/gonum # -- panic: blas: n < 0
241+
#- pkg: cmplxs # -- TestAdd panic: cmplxs: slice lengths do not match
242+
#- pkg: diff/fd # -- panic: fd: slice length mismatch
243+
#- pkg: floats # -- panic: floats: destination slice length does not match input
244+
#- pkg: graph # ld.lld-11: -- error: undefined symbol: reflect.mapiterkey (among other reflect errors)
245+
#- pkg: graph/topo # -- Reflect: Same as above
246+
#- pkg: internal/math32 # -- /usr/local/go/src/testing/quick/quick.go:273:11: fType.NumOut undefined (type reflect.Type has no field or method NumOut)
247+
#- pkg: interp # -- panic: interp: input slices have different lengths
248+
#- pkg: mat # -- panic: mat: row index out of range
249+
#- pkg: num/dual # TestFormat unexpected result for fmt.Sprintf("%#v", T{Real:1.1, Emag:2.1}): got:"T{Real:1.1, Emag:2.1}", want:"dual.Number{Real:1.1, Emag:2.1}" unexpected result for fmt.Sprintf("%#v", T{Real:-1.1, Emag:-2.1}): got:"T{Real:-1.1, Emag:-2.1}", want:"dual.Number{Real:-1.1, Emag:-2.1}"
250+
#- pkg: num/dualcmplx # TestFormat (similar to above)
251+
#- pkg: num/dualquat # TestFormat (similar to above)
252+
#- pkg: num/hyperdual # TestFormat (similar to above)
253+
#- pkg: num/quat # TestFormat (similar to above)
254+
#- pkg: optimize', # ld.lld-11: error: undefined symbol: golang.org/x/tools/container/intsets.havePOPCNT error: failed to link ...
255+
#- pkg: spatial/barneshut # panic: unimplemented: (reflect.Value).MapKeys()
256+
#- pkg: spatial/kdtree # panic: unimplemented: (reflect.Value).MapKeys()
257+
#- pkg: spatial/vptree # panic: unimplemented: (reflect.Value).MapKeys()
258+
#- pkg: stat # panic: stat: slice length mismatch
259+
#- pkg: stat/card # /usr/local/go/src/encoding/gob/decode.go:562:21: MakeMapWithSize not declared by package reflect
260+
#- pkg: stat/distuv # panic: distuv: cannot compute Mode for Beta != 0\
261+
#- pkg: stat/sampleuv # TestWeightedTimeSeeded requires t.Skip(), otherwise passes
262+
#- pkg: unit # All Format tests fail. Similar to `num` subpackages.
263263

264264
- repo: github.com/cloudflare/bm
265265
- repo: github.com/cloudflare/bn256
266266
tags: generic
267-
# "cloudflare/ahocorasick" -- interp timeout building regexps in test
268-
# - repo: github.com/google/open-location-code # unfortunately, Go discards the test files
269-
# version: master
270-
# skipwasi: true # needs file access
271-
# subdirs:
272-
# - pkg: go
267+
#- repo: cloudflare/ahocorasick # interp timeout building regexps in test
268+
#- repo: github.com/google/open-location-code # unfortunately, Go discards the test files
269+
# version: master
270+
# skipwasi: true # needs file access
271+
# subdirs:
272+
# - pkg: go
273273
- repo: github.com/chewxy/math32
274274
tags: noasm
275275
version: master

0 commit comments

Comments
 (0)