prepack/scripts
Jhalley Badua De Castro 2f17f59751 Fix: Test output percentage should round down instead of up
Summary:
Release notes: Percentage output of passing tests (passed tests / total tests) should be rounded down instead of up.

From an example I encountered earlier, when we had number of tests passed = 1157 and total tests = 1159, we would display, "Passed: 1157/1159 100%". We should instead display "Passed: 1157/1159 99%"
Closes https://github.com/facebook/prepack/pull/1260

Reviewed By: hermanventer

Differential Revision: D6558323

Pulled By: jhalley

fbshipit-source-id: 01751bacb83760ae49a56a9ef56983fee94487d2
2017-12-13 12:00:48 -08:00
..
detect_bad_deps.js Changed wrong use of console.log in the codebase to console.error 2017-12-12 16:34:24 -08:00
generate-sourcemaps-test.js Fix: Test output percentage should round down instead of up 2017-12-13 12:00:48 -08:00
instrumentor.js Always use fast traversal function when trivially possible. 2017-07-24 16:39:31 -07:00
multi-runner.js Fix prettier and lint failures 2017-10-23 00:00:47 -07:00
prettier.js Making Prettier a check-in gate 2017-07-07 11:35:32 -07:00
publish-gh-pages.sh Make master/docs a single source of truth for gh-pages 2017-12-12 12:10:05 -08:00
test262-filters.yml Use integration api to run Test262 tests 2017-12-01 17:46:29 -08:00
test262-runner.js Changed wrong use of console.log in the codebase to console.error 2017-12-12 16:34:24 -08:00
test262.js Implement to.js privately 2017-12-05 19:44:44 -08:00
test-error-handler.js Fix: Test output percentage should round down instead of up 2017-12-13 12:00:48 -08:00
test-internal.js Fix: Test output percentage should round down instead of up 2017-12-13 12:00:48 -08:00
test-node-cli-mode.sh Add minimal test case for the node-cli mode 2017-05-18 15:08:39 -07:00
test-react.js Changed wrong use of console.log in the codebase to console.error 2017-12-12 16:34:24 -08:00
test-residual.js Fix: Test output percentage should round down instead of up 2017-12-13 12:00:48 -08:00
test-runner.js Fix: Test output percentage should round down instead of up 2017-12-13 12:00:48 -08:00
test-sourcemaps.sh Extract scripts from npm package (#463) 2017-04-26 12:26:18 -07:00
test-std-in.sh Change cli stdout output to stderr for exceptional cases 2017-11-30 12:55:59 -08:00