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
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion testdata/corpus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
- repo: github.com/dgryski/go-spooky
- repo: github.com/dgryski/go-spritz
- repo: github.com/dgryski/go-timewindow
- repo: github.com/dgryski/go-tinylz
- repo: github.com/dgryski/go-tinymap
- repo: github.com/dgryski/go-trigram
- repo: github.com/dgryski/go-twine
Expand Down Expand Up @@ -269,7 +270,7 @@
- repo: github.com/cloudflare/bm
- repo: github.com/cloudflare/bn256
tags: generic
#- repo: cloudflare/ahocorasick # interp timeout building regexps in test
- repo: github.com/cloudflare/ahocorasick
#- repo: github.com/google/open-location-code # unfortunately, Go discards the test files
# version: master
# skipwasi: true # needs file access
Expand All @@ -281,3 +282,6 @@
version: v2
- repo: github.com/soypat/mu8
- repo: github.com/brandondube/pctl
- repo: github.com/julienschmidt/httprouter
- repo: github.com/openhistogram/circonusllhist
skipwasi: true # math.MaxInt64 (untyped int constant 9223372036854775807) overflows int
Loading