prepack/scripts
Herman Venter 7c6dddf236 Make CircleCI fail if not enough 262 tests pass (#2263)
Summary:
Release note: fix test262 to fail CircleCI test if not enough tests pass

The check for the number of tests that pass returned 1 to its caller, who just ignored it and then returned 0. Instead of that, now just call process.exit(1) when the check fails.

Also updated the expected number of ES6 tests that pass. It appears that updating Babel had a positive effect on those. Possibly it also causes one more ES5 test to fail when running locally (but not on Circle). That might be because of an ES5 test that now times out and an ES6 test that now does not. I have not investigated this as it seems of little importance right now.
Pull Request resolved: https://github.com/facebook/prepack/pull/2263

Reviewed By: trueadm

Differential Revision: D8859210

Pulled By: hermanventer

fbshipit-source-id: 724dcde05927cc914f6f9517f14dc230b8b0ad2e
2018-07-16 08:44:59 -07:00
..
debug-fb-www.js Upgrade Prepack to Babel 7 (#2256) 2018-07-14 09:55:18 -07:00
detect_bad_deps.js Updating Flow to .76 (#2229) 2018-07-09 17:25:15 -07:00
generate-sourcemaps-test.js Prettier 1.13.4 fixes 2018-06-06 12:49:59 -07:00
instrumentor.js Upgrade Prepack to Babel 7 (#2256) 2018-07-14 09:55:18 -07:00
lint-config.js Upgrade ESlint to support ES2018 2018-05-31 17:04:35 -07:00
multi-runner.js Fix prettier and lint failures 2017-10-23 00:00:47 -07:00
prettier.js Ignore test262 for Prettier (#2242) 2018-07-11 07:23:38 -07:00
publish-gh-pages.sh Update build command to explictly invoke yarn build 2018-05-22 04:31:58 -07:00
test262-filters.yml Use integration api to run Test262 tests 2017-12-01 17:46:29 -08:00
test262-runner.js Make CircleCI fail if not enough 262 tests pass (#2263) 2018-07-16 08:44:59 -07:00
test262.js Prettier 1.13.4 fixes 2018-06-06 12:49:59 -07:00
test-error-handler.js Prettier 1.13.4 fixes 2018-06-06 12:49:59 -07:00
test-internal-react.js Prettier 1.13.4 fixes 2018-06-06 12:49:59 -07:00
test-internal.js Upgrade Prepack to Babel 7 (#2256) 2018-07-14 09:55:18 -07:00
test-node-cli-mode.sh Add minimal test case for the node-cli mode 2017-05-18 15:08:39 -07:00
test-residual.js Prettier 1.13.4 fixes 2018-06-06 12:49:59 -07:00
test-runner.js Upgrade Prepack to Babel 7 (#2256) 2018-07-14 09:55:18 -07:00
test-sourcemaps.sh Extract scripts from npm package (#463) 2017-04-26 12:26:18 -07:00
test-std-in.sh fix #1239 - Command-line based syntax errors now print location 2017-12-18 13:56:26 -08:00