Changeset 62051 in webkit


Ignore:
Timestamp:
Jun 28, 2010 5:23:07 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-06-28 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

Restore webkit-runner.html for use with new tree builder
https://bugs.webkit.org/show_bug.cgi?id=41317

webkit-runner.html is very similar to runner.html, but it avoids some
tricky cases that are causing asserts. Using this simplified harness
will help us bring up the tree builder. We can remove it once we're up
to speed.

  • html5lib/webkit-runner-expected-html5.txt: Added.
  • html5lib/webkit-runner.html: Added.

2010-06-28 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

Restore webkit-runner.html for use with new tree builder
https://bugs.webkit.org/show_bug.cgi?id=41317

For now, we just want to run webkit-runner when we test-html5-parser.

  • Scripts/test-html5-parser:
Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r62046 r62051  
     12010-06-28  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Restore webkit-runner.html for use with new tree builder
     6        https://bugs.webkit.org/show_bug.cgi?id=41317
     7
     8        webkit-runner.html is very similar to runner.html, but it avoids some
     9        tricky cases that are causing asserts.  Using this simplified harness
     10        will help us bring up the tree builder.  We can remove it once we're up
     11        to speed.
     12
     13        * html5lib/webkit-runner-expected-html5.txt: Added.
     14        * html5lib/webkit-runner.html: Added.
     15
    1162010-06-28  Martin Robinson  <mrobinson@igalia.com>
    217
  • trunk/WebKitTools/ChangeLog

    r62049 r62051  
     12010-06-28  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Restore webkit-runner.html for use with new tree builder
     6        https://bugs.webkit.org/show_bug.cgi?id=41317
     7
     8        For now, we just want to run webkit-runner when we test-html5-parser.
     9
     10        * Scripts/test-html5-parser:
     11
    1122010-06-23  John Gregg  <johnnyg@google.com>
    213
  • trunk/WebKitTools/Scripts/test-html5-parser

    r61989 r62051  
    6060
    6161my @tests = (
    62     "html5lib/runner",
    63     "html5lib/webkit-resumer",
     62    "html5lib/webkit-runner",
    6463);
    6564
Note: See TracChangeset for help on using the changeset viewer.