]> git.parisson.com Git - pdf.js.git/commit
Report results properly to test.py from driver.js.
authorKalervo Kujala <kkujala@>
Tue, 16 Aug 2011 22:33:00 +0000 (01:33 +0300)
committersbarman <sbarman@L3CWZ5T.(none)>
Thu, 18 Aug 2011 20:53:26 +0000 (13:53 -0700)
commit6fc25241cceaea916225a6ce5ce822a62af138ea
treeb64e1c888e83fbc13cbda510298411c85abeddce
parent8acc31ec83f424fafc54133abfa94c8867fbb02c
Report results properly to test.py from driver.js.

If the PDFDoc creation failed in driver.js then that was not informed back to
test.py. This lead to State.remaining being off by one. And that did not let
the test to end as expected. Instead the test hung indefinitely.

This change now reveals TEST-UNEXPECTED-FAIL which was hidden previously.
test/driver.js