Arquivos
hhvm/hphp/test/quick/strict_extends.php.expect
T
Paul Tarjan b4d4e630c3 rewrite test running in php and cleanup test output
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.
2013-05-30 17:38:57 -07:00

4 linhas
15 B
Plaintext