Changeset 54530 in webkit


Ignore:
Timestamp:
Feb 8, 2010 11:32:11 PM (14 years ago)
Author:
zherczeg@webkit.org
Message:

Add numerous parse-only tests.
https://bugs.webkit.org/show_bug.cgi?id=34019

Patch by Zoltan Herczeg <zherczeg@inf.u-szeged.hu> on 2010-02-09
Reviewed by Oliver Hunt.

The input file contains a lot of strings, and tests whether they are
valid JavaScript code snippets or contains various syntax errors.
No semantic checks: even if a tests throws an exception, which is not
syntax error, it is considered successfull.

  • fast/js/parser-syntax-check-expected.txt: Added.
  • fast/js/parser-syntax-check.html: Added.
  • fast/js/script-tests/parser-syntax-check.js: Added.

(runTest):
(valid):
(invalid):

Location:
trunk/LayoutTests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r54529 r54530  
     12010-02-09  Zoltan Herczeg  <zherczeg@inf.u-szeged.hu>
     2
     3        Reviewed by Oliver Hunt.
     4
     5        Add numerous parse-only tests.
     6        https://bugs.webkit.org/show_bug.cgi?id=34019
     7
     8        The input file contains a lot of strings, and tests whether they are
     9        valid JavaScript code snippets or contains various syntax errors.
     10        No semantic checks: even if a tests throws an exception, which is not
     11        syntax error, it is considered successfull.
     12
     13        * fast/js/parser-syntax-check-expected.txt: Added.
     14        * fast/js/parser-syntax-check.html: Added.
     15        * fast/js/script-tests/parser-syntax-check.js: Added.
     16        (runTest):
     17        (valid):
     18        (invalid):
     19
    1202010-02-08  Shinichiro Hamaji  <hamaji@chromium.org>
    221
Note: See TracChangeset for help on using the changeset viewer.