b4d4e630c3
I started cleaning up the perl script and then realized that it wasn't buying us much at all. So I changed the ##test/run## script to just do the executing of the ##hhvm## directly and printing the output.
While I was in there, I also made the ##verify_to_json.php## redundant by allowing different output formats, one of which fbmake can consume.
A good run looks like:
$ test/run test/slow/array
Running 68 tests in 20 threads
....................................................................
All tests passed. Ship it!
and a bad run looks like:
$ test/run test/zend/good/ext-bz2
Running 5 tests in 5 threads
....F
1 tests failed:
test/zend/good/ext-bz2/002.php
To run these by hand:
hphp/hhvm/hhvm --config test/zend/config.hdf -v Repo.Local.Mode=-- -v Repo.Central.Path=/data/users/ptarjan/other-git/fbcode/hphp/test/../../_bin/verify.hhbc -v Eval.Jit=true -v Eval.JitEnableRenameFunction=true -v Eval.EnableArgsInBacktraces=true --file test/zend/good/ext-bz2/002.php
I chose to not support the ##1..1## syntax since only 5 tests were using it.
4 linhas
15 B
Plaintext
4 linhas
15 B
Plaintext
1..2
|
|
ok 1
|
|
ok 2
|