• Home
  • Raw
  • Download

Lines Matching refs:Added

31         Added version 5 and version 6 of V8 tests with modifications similar
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.
220 * hosted/json2.js: Added. Incorporated from json.org
238 * hosted/versions.html: Added.
298 * tests/sunspider-0.9/: Added
300 * tests/sunspider-0.9.1: Added.
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.
369 * tests/v8-regexp.js: Added.
371 * tests/v8-splay.js: Added.
395 * SunSpider.make: Added.
396 * xcopy.excludes: Added.
400 Added a few more tests to ubench
408 * tests/ubench/function-correct-args.js: Added.
410 * tests/ubench/function-excess-args.js: Added.
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.
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.
548 * tests/LIST-UBENCH: Added.
575 Added a test list just for squirrelfish, and updated it to include
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.
693 * hosted/sunspider.css: Added.
739 * hosted/sunspider.html: Added intro text.
743 … * resources/sunspider-standalone-compare.js: Added. Calls the function in the way standalone mode
755 * sunspider: Added a "--base" option that records the current test as a baseline.
759 * sunspider-compare-results: Added logic to compare the baseline with the last
766 - Added list of ECMAScript3 features that SunSpider does not cover currently.
768 * UNCOVERED: Added.
791 * sunspider: Added --shark20 option, to run Shark at its highest sample
851 * resources/sunspider-compare-results.js: Added.
852 * sunspider-compare-results: Added.
871 Already balanced. Added date, regexp, control flow, and a few
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.
896 * tests/crypto-aes.js: Added.
897 * tests/crypto-md5.js: Added.
898 * tests/crypto-sha1.js: Added.
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.
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.
1038 Added some 3D-related test cases.
1040 * tests/3d-cube.js: Added.
1041 * tests/3d-morph.js: Added.
1042 * tests/3d-raytrace.js: Added.
1064 * TODO: Added. Remaining things that need to be done.
1065 * sunspider: Added. Perl script that acts as the standalone test driver.
1066 * resources/sunspider-standalone-driver.js: Added. JavaScript part
1068 * resources/sunspider-analyze-results.js: Added. JavaScript statistical
1070 * resources/TEMPLATE.html: Added. Template for browser-hosted tests.
1071 * make-hosted: Added. Script to generate browser-hosted tests.
1072 * hosted/sunspider.html: Added. Start page for browser-hosted test.
1073 * hosted/sunspider-driver.html: Added. Driver for browser-hosted tests.
1074 * hosted/sunspider-results.html: Added. Results page for browser-hosted
1076 * hosted/sunspider-record-result.js: Added. Helper file for browser-hosted
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.