Commit e409734
committed
tests/capi: dump Lua samples
mkdir /tmp/corpus
RUNS=1 ctest -R luaL_loadbuffer_proto_test --verbose
/home/sergeyb/sources/lua-c-api-tests/build/tests/capi/luaL_loadbuffer_proto/luaL_loadbuffer_proto_test -print_final_stats=1 -print_pcs=1 -reduce_inputs=1 -reload=1 -runs=1 -workers=22 -timeout=5 -jobs=5 /home/sergeyb/sources/lua-c-api-tests/corpus/corpus/luaL_loadbuffer_proto_test
LUA_FUZZER_VERBOSE=1 LPM_DUMP_NATIVE_INPUT=1 /home/sergeyb/sources/lua-c-api-tests/build/tests/capi/luaL_loadbuffer_proto/luaL_loadbuffer_proto_test -print_final_stats=1 -print_pcs=1 -reduce_inputs=1 -reload=1 -runs=1 -workers=22 -timeout=5 /home/sergeyb/sources/lua-c-api-tests/corpus/corpus/luaL_loadbuffer_proto_test 2>&1 | tee log.txt
```
mkdir /tmp/lua-corpus/
go install github.com/yuin/gopher-lua/cmd/glua
stat $GOPATH/bin/glua
for f in /tmp/lua-corpus/*; do echo $f; glua $f; done
```1 parent fc84243 commit e409734
File tree
1 file changed
+9
-0
lines changed- tests/capi/luaL_loadbuffer_proto
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
304 | 308 | | |
305 | 309 | | |
306 | 310 | | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
307 | 316 | | |
308 | 317 | | |
309 | 318 | | |
| |||
0 commit comments