-
- Downloads
A new pinning system for the yaml-test-suite
The new system uses 2 branches instead of 3. They are `master` and `run-test-suite`. Pinning is no longer in tsv file. There are pin files for each supported master commit in the `env` dir. A pin file names the yaml-test-suite repo and data branch commit to use. It also lets you blacklist/whitelist which tests to use. The pin files can be symlinks. They can also include (source) and override other files. To specify pinning info for a PR you put it in your commit message. See ReadMe.md for more details.
Showing
- .gitignore 0 additions, 1 deletion.gitignore
- Makefile 24 additions, 28 deletionsMakefile
- ReadMe.md 63 additions, 31 deletionsReadMe.md
- bin/pin 0 additions, 38 deletionsbin/pin
- conf/pin.tsv 0 additions, 5 deletionsconf/pin.tsv
- env/blacklist-001 130 additions, 0 deletionsenv/blacklist-001
- env/pin-0032321756cee86a67171de425267c1d0d406092 6 additions, 0 deletionsenv/pin-0032321756cee86a67171de425267c1d0d406092
- env/pin-0092c82664d2e7f2f0faf21de660a7f1d1e54400 1 addition, 0 deletionsenv/pin-0092c82664d2e7f2f0faf21de660a7f1d1e54400
- env/pin-55a405c42069b05b20c1e53d3ed8c099d4815095 1 addition, 0 deletionsenv/pin-55a405c42069b05b20c1e53d3ed8c099d4815095
- env/pin-9deee01508bb3b8ad25822f53d91d9f54eae9a0b 1 addition, 0 deletionsenv/pin-9deee01508bb3b8ad25822f53d91d9f54eae9a0b
- env/pin-sample 25 additions, 0 deletionsenv/pin-sample
- lookup 132 additions, 0 deletionslookup
- test/libyaml-emitter.t 36 additions, 0 deletionstest/libyaml-emitter.t
- test/libyaml-parser-error.t 28 additions, 0 deletionstest/libyaml-parser-error.t
- test/libyaml-parser.t 33 additions, 0 deletionstest/libyaml-parser.t
- test/test-runner.bash 96 additions, 0 deletionstest/test-runner.bash
bin/pin
deleted
100755 → 0
conf/pin.tsv
deleted
100644 → 0
env/blacklist-001
0 → 100644
env/pin-sample
0 → 100644
lookup
0 → 100755
test/libyaml-emitter.t
0 → 100644
test/libyaml-parser-error.t
0 → 100644
test/libyaml-parser.t
0 → 100644
test/test-runner.bash
0 → 100644
Please register or sign in to comment