Mobile/Fennec/Android: Difference between revisions

Jump to navigation Jump to search
Line 370: Line 370:
(lol! java).  But it is broken.  So instead, you need to launch the "SL4A" application and then click "testjs.py".  Choose the "terminal" icon to run the script in the built-in terminal.  You should then see trace-test's usual progress meter.
(lol! java).  But it is broken.  So instead, you need to launch the "SL4A" application and then click "testjs.py".  Choose the "terminal" icon to run the script in the built-in terminal.  You should then see trace-test's usual progress meter.


When all the tests finish, the failed tests and their output will be in the file /data/local/js/trace-test-failures.txt (it gets stomped on every test run, beware). See the results with
When all the tests finish, the failed tests and their output will be in the file /data/local/js/trace-test-failures.txt (it gets stomped on every test run, beware). You may need to mark the /data/local/js directory as writable by all in order for the script to sae its output. See the results with
  $ adb shell cat /data/local/js/trace-test-failures.txt
  $ adb shell cat /data/local/js/trace-test-failures.txt
  basic/testComparisons.js
  basic/testComparisons.js
546

edits

Navigation menu