Reviewers: Jakob,
Message:
PTAL
Description:
Migrate more tests from blink repository.
The stand-alone test driver is changed a bit:
- Don't use the errorMessage list. It is used differently in the embedded
driver. There it collects parser errors - instead of failure messages.
- Remove html links in description texts. Some test descriptions print a web
reference.
The migrated tests fall into 3 categories:
1. Tests outside fast/js
2. Tests that print FAIL messages (and also expect those) - these tests
should
be examined later if they make sense at all
3. Tests with html links in the test description
Please review this at https://codereview.chromium.org/20280003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
A test/webkit/fast/js/JSON-parse-reviver-expected.txt
A test/webkit/fast/js/JSON-parse-reviver.js
A test/webkit/fast/js/Object-defineProperty-expected.txt
A test/webkit/fast/js/Object-defineProperty.js
A test/webkit/fast/js/Object-getOwnPropertyNames-expected.txt
A test/webkit/fast/js/Object-getOwnPropertyNames.js
A test/webkit/fast/js/arguments-expected.txt
A test/webkit/fast/js/arguments.js
A test/webkit/fast/js/array-bad-time-expected.txt
A + test/webkit/fast/js/array-bad-time.js
A + test/webkit/fast/js/array-float-delete-expected.txt
A + test/webkit/fast/js/array-float-delete.js
A test/webkit/fast/js/array-functions-non-arrays-expected.txt
A test/webkit/fast/js/array-functions-non-arrays.js
A test/webkit/fast/js/array-prototype-properties-expected.txt
A test/webkit/fast/js/array-prototype-properties.js
A test/webkit/fast/js/array-slow-put-expected.txt
A + test/webkit/fast/js/array-slow-put.js
A + test/webkit/fast/js/array-tostring-ignore-separator-expected.txt
A + test/webkit/fast/js/array-tostring-ignore-separator.js
A test/webkit/fast/js/basic-strict-mode-expected.txt
A test/webkit/fast/js/basic-strict-mode.js
A test/webkit/fast/js/caller-property-expected.txt
A test/webkit/fast/js/caller-property.js
A + test/webkit/fast/js/date-big-setmonth-expected.txt
A + test/webkit/fast/js/date-big-setmonth.js
A + test/webkit/fast/js/date-negative-setmonth-expected.txt
A + test/webkit/fast/js/date-negative-setmonth.js
A + test/webkit/fast/js/date-preserve-milliseconds-expected.txt
A + test/webkit/fast/js/date-preserve-milliseconds.js
A + test/webkit/fast/js/date-toisostring-expected.txt
A + test/webkit/fast/js/date-toisostring.js
A + test/webkit/fast/js/end-in-string-escape-expected.txt
A + test/webkit/fast/js/end-in-string-escape.js
A + test/webkit/fast/js/exception-properties-expected.txt
A + test/webkit/fast/js/exception-properties.js
A + test/webkit/fast/js/exception-registerfile-shrink-expected.txt
A + test/webkit/fast/js/exception-registerfile-shrink.js
A + test/webkit/fast/js/excessive-comma-usage-expected.txt
A + test/webkit/fast/js/excessive-comma-usage.js
A test/webkit/fast/js/function-apply-expected.txt
A test/webkit/fast/js/function-apply.js
A + test/webkit/fast/js/function-constructor-error-expected.txt
A + test/webkit/fast/js/function-constructor-error.js
A test/webkit/fast/js/function-toString-parentheses-expected.txt
A test/webkit/fast/js/function-toString-parentheses.js
A + test/webkit/fast/js/function-toString-semicolon-insertion-expected.txt
A + test/webkit/fast/js/function-toString-semicolon-insertion.js
A test/webkit/fast/js/modify-non-references-expected.txt
A + test/webkit/fast/js/modify-non-references.js
A + test/webkit/fast/js/native-error-prototype-expected.txt
A + test/webkit/fast/js/native-error-prototype.js
A test/webkit/fast/js/number-toString-expected.txt
A test/webkit/fast/js/number-toString.js
A test/webkit/fast/js/number-tofixed-expected.txt
A test/webkit/fast/js/number-tofixed.js
A test/webkit/fast/js/number-toprecision-expected.txt
A test/webkit/fast/js/number-toprecision.js
A test/webkit/fast/js/numeric-escapes-in-string-literals-expected.txt
A + test/webkit/fast/js/numeric-escapes-in-string-literals.js
A test/webkit/fast/js/object-bad-time-expected.txt
A + test/webkit/fast/js/object-bad-time.js
A + test/webkit/fast/js/object-extra-comma-expected.txt
A + test/webkit/fast/js/object-extra-comma.js
A + test/webkit/fast/js/object-prototype-constructor-expected.txt
A + test/webkit/fast/js/object-prototype-constructor.js
A + test/webkit/fast/js/object-prototype-properties-expected.txt
A + test/webkit/fast/js/object-prototype-properties.js
A + test/webkit/fast/js/object-prototype-toLocaleString-expected.txt
A + test/webkit/fast/js/object-prototype-toLocaleString.js
A test/webkit/fast/js/object-slow-put-expected.txt
A + test/webkit/fast/js/object-slow-put.js
A test/webkit/fast/js/parser-syntax-check-expected.txt
A test/webkit/fast/js/parser-syntax-check.js
A test/webkit/fast/js/primitive-property-access-edge-cases-expected.txt
A test/webkit/fast/js/primitive-property-access-edge-cases.js
A + test/webkit/fast/js/read-modify-eval-expected.txt
A test/webkit/fast/js/read-modify-eval.js
A + test/webkit/fast/js/regexp-bol-expected.txt
A + test/webkit/fast/js/regexp-bol-with-multiline-expected.txt
A + test/webkit/fast/js/regexp-bol-with-multiline.js
A + test/webkit/fast/js/regexp-bol.js
A + test/webkit/fast/js/regexp-extended-characters-crash-expected.txt
A + test/webkit/fast/js/regexp-extended-characters-crash.js
A + test/webkit/fast/js/regexp-lastindex-expected.txt
A + test/webkit/fast/js/regexp-lastindex.js
A + test/webkit/fast/js/regexp-look-ahead-expected.txt
A + test/webkit/fast/js/regexp-look-ahead.js
A test/webkit/fast/js/regexp-no-extensions-expected.txt
A test/webkit/fast/js/regexp-no-extensions.js
A + test/webkit/fast/js/regexp-non-capturing-groups-expected.txt
A + test/webkit/fast/js/regexp-non-capturing-groups.js
A + test/webkit/fast/js/regexp-non-greedy-parentheses-expected.txt
A + test/webkit/fast/js/regexp-non-greedy-parentheses.js
A + test/webkit/fast/js/regexp-range-out-of-order-expected.txt
A + test/webkit/fast/js/regexp-range-out-of-order.js
A + test/webkit/fast/js/regexp-ranges-and-escaped-hyphens-expected.txt
A test/webkit/fast/js/regexp-ranges-and-escaped-hyphens.js
A + test/webkit/fast/js/regexp-stack-overflow-expected.txt
A test/webkit/fast/js/regexp-stack-overflow.js
A test/webkit/fast/js/regexp-unicode-handling-expected.txt
A test/webkit/fast/js/regexp-unicode-handling.js
A + test/webkit/fast/js/reserved-words-strict-expected.txt
A + test/webkit/fast/js/reserved-words-strict.js
A + test/webkit/fast/js/stack-overflow-arrity-catch-expected.txt
A + test/webkit/fast/js/stack-overflow-arrity-catch.js
A + test/webkit/fast/js/string-capitalization-expected.txt
A test/webkit/fast/js/string-capitalization.js
A test/webkit/fast/js/string-split-conformance-expected.txt
A test/webkit/fast/js/string-split-conformance.js
A + test/webkit/fast/js/string-split-double-empty-expected.txt
A + test/webkit/fast/js/string-split-double-empty.js
A + test/webkit/fast/js/string-split-ignore-case-expected.txt
A + test/webkit/fast/js/string-split-ignore-case.js
A + test/webkit/fast/js/toString-exception-expected.txt
A + test/webkit/fast/js/toString-exception.js
A + test/webkit/fast/js/toString-overrides-expected.txt
A + test/webkit/fast/js/toString-overrides.js
A + test/webkit/fast/regex/alternative-length-miscalculation-expected.txt
A + test/webkit/fast/regex/alternative-length-miscalculation.js
A + test/webkit/fast/regex/assertion-expected.txt
A test/webkit/fast/regex/assertion.js
A + test/webkit/fast/regex/constructor-expected.txt
A + test/webkit/fast/regex/constructor.js
A test/webkit/fast/regex/dotstar-expected.txt
A test/webkit/fast/regex/dotstar.js
A + test/webkit/fast/regex/early-acid3-86-expected.txt
A + test/webkit/fast/regex/early-acid3-86.js
A + test/webkit/fast/regex/ecma-regex-examples-expected.txt
A + test/webkit/fast/regex/ecma-regex-examples.js
A + test/webkit/fast/regex/invalid-range-in-class-expected.txt
A + test/webkit/fast/regex/invalid-range-in-class.js
A test/webkit/fast/regex/lastIndex-expected.txt
A test/webkit/fast/regex/lastIndex.js
A + test/webkit/fast/regex/malformed-escapes-expected.txt
A + test/webkit/fast/regex/malformed-escapes.js
A + test/webkit/fast/regex/non-capturing-backtracking-expected.txt
A + test/webkit/fast/regex/non-capturing-backtracking.js
A + test/webkit/fast/regex/overflow-expected.txt
A + test/webkit/fast/regex/overflow.js
A test/webkit/fast/regex/parentheses-expected.txt
A test/webkit/fast/regex/parentheses.js
A test/webkit/fast/regex/pcre-test-4-expected.txt
A test/webkit/fast/regex/pcre-test-4.js
A + test/webkit/fast/regex/quantified-assertions-expected.txt
A + test/webkit/fast/regex/quantified-assertions.js
A + test/webkit/fast/regex/repeat-match-waldemar-expected.txt
A + test/webkit/fast/regex/repeat-match-waldemar.js
A test/webkit/fast/regex/toString-expected.txt
A test/webkit/fast/regex/toString.js
A test/webkit/fast/regex/unicodeCaseInsensitive-expected.txt
A test/webkit/fast/regex/unicodeCaseInsensitive.js
M test/webkit/resources/standalone-pre.js
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.