WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit dfbc42f

Browse files
dgryskideadprogram
authored andcommitted
testdata: some more packages for the test corpus
ahocorasick no longer times out during interp. I don't believe this is because we fixed a bug in interp but rather because "something" (garbage collector fixes?) has moved the tree building to runtime.
1 parent e356daa commit dfbc42f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

testdata/corpus.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
- repo: github.com/dgryski/go-spooky
9090
- repo: github.com/dgryski/go-spritz
9191
- repo: github.com/dgryski/go-timewindow
92+
- repo: github.com/dgryski/go-tinylz
9293
- repo: github.com/dgryski/go-tinymap
9394
- repo: github.com/dgryski/go-trigram
9495
- repo: github.com/dgryski/go-twine
@@ -269,7 +270,7 @@
269270
- repo: github.com/cloudflare/bm
270271
- repo: github.com/cloudflare/bn256
271272
tags: generic
272-
#- repo: cloudflare/ahocorasick # interp timeout building regexps in test
273+
- repo: github.com/cloudflare/ahocorasick
273274
#- repo: github.com/google/open-location-code # unfortunately, Go discards the test files
274275
# version: master
275276
# skipwasi: true # needs file access
@@ -281,3 +282,6 @@
281282
version: v2
282283
- repo: github.com/soypat/mu8
283284
- repo: github.com/brandondube/pctl
285+
- repo: github.com/julienschmidt/httprouter
286+
- repo: github.com/openhistogram/circonusllhist
287+
skipwasi: true # math.MaxInt64 (untyped int constant 9223372036854775807) overflows int

0 commit comments

Comments
 (0)