|
129 | 129 | - pkg: tea
|
130 | 130 | - pkg: twofish
|
131 | 131 | - 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() |
136 | 136 | - repo: github.com/google/shlex
|
137 | 137 | - repo: github.com/google/btree
|
138 | 138 | - repo: github.com/google/der-ascii
|
|
167 | 167 | - pkg: search
|
168 | 168 | - pkg: unicode/rangetable
|
169 | 169 | - 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 |
175 | 175 | - repo: golang.org/x/image
|
176 | 176 | tags: noasm
|
177 | 177 | subdirs:
|
178 |
| - # - bmp: needs _time.startTimer |
| 178 | + #- pkg: bmp # needs _time.startTimer |
179 | 179 | - pkg: ccitt
|
180 | 180 | - pkg: colornames
|
181 | 181 | - pkg: draw
|
|
193 | 193 | - pkg: r2
|
194 | 194 | - pkg: r3
|
195 | 195 | - pkg: s1
|
196 |
| - # 's2' -- reflect.DeepEqual() -> MapKeys |
| 196 | + #- pkg: s2 # reflect.DeepEqual() -> MapKeys |
197 | 197 | - repo: github.com/golang/groupcache
|
198 | 198 | subdirs:
|
199 | 199 | - pkg: consistenthash
|
|
236 | 236 | slow: true
|
237 | 237 | - pkg: stat/samplemv
|
238 | 238 | 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. |
263 | 263 |
|
264 | 264 | - repo: github.com/cloudflare/bm
|
265 | 265 | - repo: github.com/cloudflare/bn256
|
266 | 266 | 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 |
273 | 273 | - repo: github.com/chewxy/math32
|
274 | 274 | tags: noasm
|
275 | 275 | version: master
|
0 commit comments