aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata/corpus.yaml
blob: f239c4f3f9662923bf7c1776f293c36b89e20264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
# This contains code from https://github.com/dgryski/tinygo-test-corpus

# The MIT License (MIT)

# Copyright (c) 2020 Damian Gryski <damian@gryski.com>

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:

# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.

# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

- repo: github.com/buger/jsonparser
- repo: github.com/dgryski/go-bloomindex
  tags: noasm
- repo: github.com/dgryski/go-arc
- repo: github.com/dgryski/go-camellia
- repo: github.com/dgryski/go-change
- repo: github.com/dgryski/go-chaskey
  tags: appengine noasm
  skipwasi: true # siphash has build tag issues
- repo: github.com/dgryski/go-clefia
- repo: github.com/dgryski/go-clockpro
- repo: github.com/dgryski/go-cobs
- repo: github.com/dgryski/go-cuckoof
  tags: pureno noasm
- repo: github.com/dgryski/go-discreterand
- repo: github.com/dgryski/go-expirecache
- repo: github.com/dgryski/go-factor
- repo: github.com/dgryski/go-farm
  tags: noasm
- repo: github.com/dgryski/go-fuzzstr
- repo: github.com/dgryski/go-hollow
- repo: github.com/dgryski/go-idea
- repo: github.com/dgryski/go-interp
  skipwasi: true # too slow on wasi
  slow: true
- repo: github.com/dgryski/go-intpat
- repo: github.com/dgryski/go-jump
- repo: github.com/dgryski/go-kcipher2
- repo: github.com/dgryski/go-ketama
- repo: github.com/dgryski/go-krcrypt
- repo: github.com/dgryski/go-linebreak
- repo: github.com/dgryski/go-linlog
- repo: github.com/dgryski/go-maglev
  tags: appengine # for dchest/siphash
  skipwasi: true
- repo: github.com/dgryski/go-marvin32
- repo: github.com/dgryski/go-md5crypt
- repo: github.com/dgryski/go-metro
  tags: noasm
- repo: github.com/dgryski/go-misty1
- repo: github.com/dgryski/go-mph
  tags: noasm
- repo: github.com/dgryski/go-mpchash
  tags: appengine # for dchest/siphash
  skipwasi: true
- repo: github.com/dgryski/go-neeva
- repo: github.com/dgryski/go-nibz
- repo: github.com/dgryski/go-nibblesort
- repo: github.com/dgryski/go-pcgr
- repo: github.com/dgryski/go-present
- repo: github.com/dgryski/go-quicklz
  skipwasi: true # not 32-bit compliant
- repo: github.com/dgryski/go-radixsort
- repo: github.com/dgryski/go-rbo
- repo: github.com/dgryski/go-rc5
- repo: github.com/dgryski/go-rc6
- repo: github.com/dgryski/go-s4lru
- repo: github.com/dgryski/go-sequitur
- repo: github.com/dgryski/go-sip13
  tags: noasm
- repo: github.com/dgryski/go-skinny
- repo: github.com/dgryski/go-skip32
- repo: github.com/dgryski/go-skipjack
- repo: github.com/dgryski/go-sparx
- repo: github.com/dgryski/go-spooky
- repo: github.com/dgryski/go-spritz
- repo: github.com/dgryski/go-timewindow
- repo: github.com/dgryski/go-tinymap
- repo: github.com/dgryski/go-trigram
- repo: github.com/dgryski/go-twine
- repo: github.com/dgryski/go-xoroshiro
- repo: github.com/dgryski/go-xoshiro
- repo: github.com/dgryski/go-zlatlong
- repo: github.com/dgryski/go-postings
  tags: noasm
- repo: golang.org/x/crypto
  tags: noasm
  subdirs:
  - pkg: argon2
  - pkg: bcrypt
  - pkg: blake2b
  - pkg: blake2s
  - pkg: blowfish
  - pkg: bn256
  - pkg: cast5
  - pkg: chacha20
    skipwasi: true # needs recover
  - pkg: chacha20poly1305
  - pkg: curve25519
  - pkg: ed25519
  - pkg: hkdf
  - pkg: md4
  - pkg: nacl/auth
  - pkg: nacl/box
  - pkg: nacl/secretbox
  - pkg: nacl/sign
  - pkg: openpgp/armor
  - pkg: openpgp/elgamal
  - pkg: openpgp/s2k
  - pkg: pbkdf2
  - pkg: pkcs12/internal/rc2
  - pkg: ripemd160
  - pkg: salsa20
  - pkg: scrypt
  - pkg: ssh/internal/bcrypt_pbkdf
  - pkg: tea
  - pkg: twofish
  - pkg: xtea
  #- pkg: cryptobyte # panic: unimplemented: reflect.OverflowInt()
  #- pkg: salsa20/salsa # panic: runtime error: index out of range
  #- pkg: sha3 # panic: unimplemented: (reflect.Type).NumMethod()
- repo: github.com/google/shlex
- repo: github.com/google/btree
- repo: github.com/google/der-ascii
  subdirs:
  - pkg: cmd/ascii2der
  - pkg: cmd/der2ascii
  - pkg: internal
- repo: github.com/google/hilbert
- repo: github.com/google/go-intervals
  subdirs:
    - pkg: intervalset
    - pkg: timespanset
      skipwasi: true # needs timezone stuff
- repo: github.com/google/okay
- repo: github.com/google/go-patchutils
  skipwasi: true # needs os.readdir
- repo: golang.org/x/text
  subdirs:
  - pkg: encoding
  - pkg: encoding/charmap
  - pkg: encoding/htmlindex
  - pkg: encoding/ianaindex
  - pkg: encoding/japanese
  - pkg: encoding/korean
  - pkg: encoding/simplifiedchinese
  - pkg: encoding/traditionalchinese
  - pkg: encoding/unicode
  - pkg: encoding/unicode/utf32
  - pkg: internal/format
  - pkg: internal/ucd
  - pkg: internal/tag
  - pkg: search
  - pkg: unicode/rangetable
  - pkg: message/catalog
  #- pkg: collate/build # panic: (reflect.Value).Interface: unexported
  #- pkg: feature/plural # TestSelect, TestOrdinal, TestCardinal fail
  #- pkg: internal/catmsg  # TestCodec fails
  #- pkg: internal/gen/bitfield # panic: unimplemented: (reflect.Type).Name()
  #- pkg: number # fails due to printf %T formatting
- repo: golang.org/x/image
  tags: noasm
  subdirs:
  #- pkg: bmp # needs  _time.startTimer
  - pkg: ccitt
  - pkg: colornames
  - pkg: draw
  - pkg: font
  - pkg: font/basicfont
  - pkg: font/opentype
  - pkg: font/plan9font
  - pkg: math/fixed
  - pkg: riff
  - pkg: webp
  - pkg: tiff
- repo: github.com/golang/geo
  subdirs:
  - pkg: r1
  - pkg: r2
  - pkg: r3
  - pkg: s1
  #- pkg: s2 # reflect.DeepEqual() -> MapKeys
- repo: github.com/golang/groupcache
  subdirs:
  - pkg: consistenthash
  - pkg: lru
- repo: github.com/armon/go-radix
- repo: github.com/armon/circbuf
- repo: github.com/VividCortex/gohistogram
- repo: github.com/cespare/xxhash
  tags: appengine
- repo: gonum.org/v1/gonum
- repo: gonum.org/v1/gonum
  tags: noasm appengine
  subdirs:
  - pkg: blas/blas32
  - pkg: blas/blas64
    skipwasi: true # needs recover
  - pkg: blas/cblas64
  - pkg: blas/cblas128
  - pkg: blas/gonum
    skipwasi: true # needs recover
  - pkg: cmplxs
    skipwasi: true # needs recover
  - pkg: cmplxs/cscalar
  - pkg: diff/fd
    skipwasi: true # needs recover
  - pkg: dsp/window
  - pkg: floats
    skipwasi: true # needs recover
  - pkg: floats/scalar
  - pkg: integrate
  - pkg: integrate/quad
  - pkg: internal/cmplx64
  - pkg: internal/testrand
  - pkg: interp
    skipwasi: true # needs recover
  - pkg: lapack/gonum
    skipwasi: true # takes too long
    slow: true
  - pkg: mathext
  - pkg: mathext/prng
  - pkg: optimize/convex/lp
    skipwasi: true # takes too long
  - pkg: optimize/functions
  - pkg: spatial/r2
  - pkg: spatial/r3
  - pkg: stat/distmat
  - pkg: stat/mds
  - pkg: stat/spatial
  - pkg: stat/distmv
    skipwasi: true # takes too long
    slow: true
  - pkg: stat/samplemv
    skipwasi: true # takes too long
  #- pkg: graph # ld.lld-11:  -- error: undefined symbol: reflect.mapiterkey (among other reflect errors)
  #- pkg: graph/topo # -- Reflect: Same as above
  #- 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)
  #- pkg: mat # -- panic: mat: row index out of range
  #- 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}"
  #- pkg: num/dualcmplx # TestFormat (similar to above)
  #- pkg: num/dualquat # TestFormat (similar to above)
  #- pkg: num/hyperdual # TestFormat (similar to above)
  #- pkg: num/quat # TestFormat (similar to above)
  #- pkg: optimize', # ld.lld-11: error: undefined symbol: golang.org/x/tools/container/intsets.havePOPCNT error: failed to link ...
  #- pkg: spatial/barneshut # panic: unimplemented: (reflect.Value).MapKeys()
  #- pkg: spatial/kdtree # panic: unimplemented: (reflect.Value).MapKeys()
  #- pkg: spatial/vptree # panic: unimplemented: (reflect.Value).MapKeys()
  #- pkg: stat # panic: stat: slice length mismatch
  #- pkg: stat/card # /usr/local/go/src/encoding/gob/decode.go:562:21: MakeMapWithSize not declared by package reflect
  #- pkg: stat/distuv # panic: distuv: cannot compute Mode for Beta != 0\
  #- pkg: stat/sampleuv # TestWeightedTimeSeeded requires t.Skip(), otherwise passes
  #- pkg: unit # All Format tests fail. Similar to `num` subpackages.

- repo: github.com/cloudflare/bm
- repo: github.com/cloudflare/bn256
  tags: generic
#- repo: cloudflare/ahocorasick # interp timeout building regexps in test
#- repo: github.com/google/open-location-code # unfortunately, Go discards the test files
#  version: master
#  skipwasi: true # needs file access
#  subdirs:
#  - pkg: go
- repo: github.com/chewxy/math32
  version: master
- repo: github.com/russross/blackfriday
  version: v2
- repo: github.com/soypat/mu8
- repo: github.com/brandondube/pctl