Lines Matching refs:tests
17 argument, supress the normal prepend-"tests/" behaviour for suite names
21 scope (currently the harness cannot handle running tests the overwrite the
31 Added version 5 and version 6 of V8 tests with modifications similar
32 to the version 4 tests so they'll work with the SunSpider test harness.
37 * tests/v8-v5: Added.
38 * tests/v8-v5/LIST: Added.
39 * tests/v8-v5/v8-crypto.js: Added.
40 * tests/v8-v5/v8-deltablue.js: Added.
41 * tests/v8-v5/v8-earley-boyer.js: Added.
42 * tests/v8-v5/v8-raytrace.js: Added.
43 * tests/v8-v5/v8-regexp.js: Added.
44 * tests/v8-v5/v8-richards.js: Added.
45 * tests/v8-v5/v8-splay.js: Added.
46 * tests/v8-v6: Added.
47 * tests/v8-v6/LIST: Added.
48 * tests/v8-v6/v8-crypto.js: Added.
49 * tests/v8-v6/v8-deltablue.js: Added.
50 * tests/v8-v6/v8-earley-boyer.js: Added.
51 * tests/v8-v6/v8-raytrace.js: Added.
52 * tests/v8-v6/v8-regexp.js: Added.
53 * tests/v8-v6/v8-richards.js: Added.
54 * tests/v8-v6/v8-splay.js: Added.
69 Browser-hosted version of SunSpider runs tests twice as many times as advertised
109 Sunspider parse-only tests don't run
114 * tests/parse-only/LIST:
177 … 1) Change how browser-hosted SunSpider loads tests - preload the content and write it in with
179 … 2) Reduce time between tests to 10ms from 500ms, so that power management doesn't keep the CPU
192 SunSpider/tests/string-base64.js does not compute a valid base64 encoded string
201 * tests/sunspider-0.9.1/string-base64.js:
250 …Each suite/version's set of tests are now in a separate subdirectory of tests/, with a file named …
251 enumerating the tests. Current suites are:
254 sunspider-0.9.1 - SunSpider suite with a few tests fixed (and a few more to come)
257 parse-only - some parser tests
268 * tests/LIST: Moved to tests/sunspider-0.9/ and tests/sunspider-0.9.1/
269 * tests/LIST-PARSE-ONLY: Moved to parse-only/LIST
270 * tests/LIST-UBENCH: Removed.
271 * tests/LIST-V8: Removed.
272 * tests/3d-cube.js: Moved to tests/sunspider-0.9 and tests/sunspider-0.9.1
273 * tests/3d-morph.js: ditto
274 * tests/3d-raytrace.js: ditto
275 * tests/access-binary-trees.js: ditto
276 * tests/access-fannkuch.js: ditto
277 * tests/access-nbody.js: ditto
278 * tests/access-nsieve.js: ditto
279 * tests/bitops-3bit-bits-in-byte.js: ditto
280 * tests/bitops-bits-in-byte.js: ditto
281 * tests/bitops-bitwise-and.js: ditto
282 * tests/bitops-nsieve-bits.js: ditto
283 * tests/controlflow-recursive.js: ditto
284 * tests/crypto-aes.js: ditto
285 * tests/crypto-md5.js: ditto
286 * tests/crypto-sha1.js: ditto
287 * tests/date-format-tofte.js: ditto
288 * tests/date-format-xparb.js: ditto
289 * tests/math-cordic.js: ditto
290 * tests/math-partial-sums.js: ditto
291 * tests/math-spectral-norm.js: ditto
292 * tests/regexp-dna.js: ditto
293 * tests/string-base64.js: ditto
294 * tests/string-fasta.js: ditto
295 * tests/string-tagcloud.js: ditto
296 * tests/string-unpack-code.js: ditto
297 * tests/string-validate-input.js: ditto
298 * tests/sunspider-0.9/: Added
299 * tests/sunspider-0.9/*.js: Moved from one level up
300 * tests/sunspider-0.9.1: Added.
301 * tests/sunspider-0.9.1/*.js: Moved from one level up.
302 * tests/v8-crypto.js: Moved to v8-v4/ directory.
303 * tests/v8-deltablue.js: ditto
304 * tests/v8-earley-boyer.js: ditto
305 * tests/v8-raytrace.js: ditto
306 * tests/v8-regexp.js: ditto
307 * tests/v8-richards.js: ditto
308 * tests/v8-splay.js: ditto
309 * tests/v8-v4: Added.
348 * tests/LIST-PARSE-ONLY: Added.
349 * tests/parse-only/concat-jquery-mootools-prototype.js: Added.
351 * tests/parse-only/jquery-1.3.2.js: Added.
353 * tests/parse-only/mootools-1.2.2-core-nc.js: Added.
355 * tests/parse-only/prototype-1.6.0.3.js: Added.
364 * tests/LIST-V8:
365 * tests/v8-crypto.js:
366 * tests/v8-deltablue.js:
367 * tests/v8-earley-boyer.js:
368 * tests/v8-raytrace.js:
369 * tests/v8-regexp.js: Added.
370 * tests/v8-richards.js:
371 * tests/v8-splay.js: Added.
391 Include SunSpider tests in production builds.
400 Added a few more tests to ubench
407 * tests/LIST-UBENCH:
408 * tests/ubench/function-correct-args.js: Added.
410 * tests/ubench/function-excess-args.js: Added.
432 * tests/regexp-dna.js:
468 * tests/LIST-V8: Added.
469 * tests/v8-crypto.js: Added.
470 * tests/v8-deltablue.js: Added.
471 * tests/v8-earley-boyer.js: Added.
472 * tests/v8-raytrace.js: Added.
473 * tests/v8-richards.js: Added.
499 * tests/LIST-SQUIRRELFISH: Removed.
513 - add newly working tests to squirrelfish list
515 * tests/LIST-SQUIRRELFISH: Add 3d-raytrace and string-unpack-code
521 - move ubench tests properly.
523 * tests/ubench: Added.
524 * tests/ubench/function-closure.js: Added.
525 * tests/ubench/function-empty.js: Added.
526 * tests/ubench/function-missing-args.js: Added.
527 * tests/ubench/function-sum.js: Added.
528 * tests/ubench/loop-empty-resolve.js: Added.
529 * tests/ubench/loop-empty.js: Added.
530 * tests/ubench/loop-sum.js: Added.
542 - make --squirrelfish mode use the real harness, but a reduced set of tests
547 * tests/LIST-SQUIRRELFISH:
548 * tests/LIST-UBENCH: Added.
549 * tests/squirrelfish: Moved to tests/ubench
557 * tests/squirrelfish/loop-resolve.js: Removed.
563 Add newly runnable tests to --squirrelfish mode.
565 * tests/LIST-SQUIRRELFISH:
576 all currently passing SunSpider tests.
586 --squirrelfish mode: pared down tests for squirrelfish to chew on.
589 * tests/LIST:
590 * tests/squirrelfish: Added.
591 * tests/squirrelfish/function-closure.js: Added.
592 * tests/squirrelfish/function-empty.js: Added.
593 * tests/squirrelfish/function-missing-args.js: Added.
594 * tests/squirrelfish/function-sum.js: Added.
595 * tests/squirrelfish/loop-empty-resolve.js: Added.
596 * tests/squirrelfish/loop-empty.js: Added.
597 * tests/squirrelfish/loop-resolve.js: Added.
598 * tests/squirrelfish/loop-sum.js: Added.
611 * sunspider: add an error message when ./tests/LIST is not found
782 - fix Date tests to work in command-line SpiderMonkey
784 * tests/date-format-tofte.js:
785 * tests/date-format-xparb.js:
869 - add more tests (probably the final set for now)
872 more string and object/array access tests.
874 * tests/LIST:
875 * tests/access-fannkuch.js: Added.
876 * tests/access-nbody.js: Added.
877 * tests/controlflow-recursive.js: Added.
878 * tests/date-format-tofte.js: Added.
879 * tests/date-format-xparb.js: Added.
880 * tests/regexp-dna.js: Added.
881 * tests/string-validate-input.js: Added.
893 - added crypto tests (already balanced)
895 * tests/LIST:
896 * tests/crypto-aes.js: Added.
897 * tests/crypto-md5.js: Added.
898 * tests/crypto-sha1.js: Added.
904 - rebalance new tests
906 Scaled the new tests so they take 400-600ms on a reasonably normal user setup:
910 This balances them with the existing tests.
912 * tests/access-binary-trees.js:
913 * tests/access-nsieve.js:
914 * tests/bitops-nsieve-bits.js:
915 * tests/math-partial-sums.js:
916 * tests/math-spectral-norm.js:
917 * tests/string-fasta.js:
924 --runs=<number>, --tests=<pattern, --shark, and --help
933 - Add more new tests, mostly from the computer language shootout. Not normalized yet.
936 * tests/LIST:
937 * tests/access-binary-trees.js: Added.
938 * tests/access-nsieve.js: Added.
939 * tests/bitops-nsieve-bits.js: Added.
940 * tests/math-partial-sums.js: Added.
941 * tests/math-spectral-norm.js: Added.
942 * tests/string-fasta.js: Added.
950 - Change the tests and the driver to avoid leaving large object
951 graphs hanging around, since that throws off the subsequent tests.
954 * tests/3d-cube.js:
955 * tests/3d-morph.js:
956 * tests/3d-raytrace.js:
957 * tests/bitops-bitwise-and.js:
958 * tests/string-base64.js:
959 * tests/string-tagcloud.js:
967 Scaled all the tests so they take 400-600ms on a reasonably normal user setup:
971 However, for some tests, IE7 was a huge outlier compared to other
972 major browsers. For those tests, I used Firefox 2.0.0.8 on the
975 * tests/3d-morph.js:
976 * tests/3d-raytrace.js:
977 * tests/bitops-3bit-bits-in-byte.js:
978 * tests/bitops-bits-in-byte.js:
979 * tests/bitops-bitwise-and.js:
980 * tests/math-cordic.js:
981 * tests/string-base64.js:
982 * tests/string-tagcloud.js:
983 * tests/string-unpack-code.js:
999 * tests/math-cordic.js:
1014 * tests/string-tagcloud.js: Remove stray print()
1022 * tests/string-base64.js: Added. Does base64 encoding and decoding.
1023 * tests/string-tagcloud.js: Added. Parses a JSON string and
1025 * tests/string-unpack-code.js: Added. Unpack compressed versions of
1027 * tests/LIST: Added the new tests.
1040 * tests/3d-cube.js: Added.
1041 * tests/3d-morph.js: Added.
1042 * tests/3d-raytrace.js: Added.
1043 * tests/LIST:
1070 * resources/TEMPLATE.html: Added. Template for browser-hosted tests.
1071 * make-hosted: Added. Script to generate browser-hosted tests.
1073 * hosted/sunspider-driver.html: Added. Driver for browser-hosted tests.
1075 tests.
1077 tests.
1078 * tests/LIST: Added. List of tests to use.
1079 * tests/bitops-3bit-bits-in-byte.js: Added. Some initial test content.
1080 * tests/bitops-bits-in-byte.js: Added. Ditto.
1081 * tests/bitops-bitwise-and.js: Added. Ditto.
1082 * tests/math-cordic.js: Added. Ditto.