Skip to content

Commit

Permalink
2008-06-13 Darin Adler <darin@apple.com>
Browse files Browse the repository at this point in the history
        * Scripts/make-js-test-wrappers: Added three more exceptions.



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@34522 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
darin@apple.com committed Jun 13, 2008
1 parent 25284df commit 49d3096
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WebKitTools/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2008-06-13 Darin Adler <darin@apple.com>

* Scripts/make-js-test-wrappers: Added three more exceptions.

2008-06-10 Joerg Bornemann <joerg.bornemann@trolltech.com>

Reviewed by Simon.
Expand Down
3 changes: 3 additions & 0 deletions WebKitTools/Scripts/make-js-test-wrappers
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,11 @@ for my $tfile (@templates) {
next if $file =~ /js-test-.*\.js$/;
next if $file =~ /SVGTestCase\.js/;
next if $file =~ m:resources/attr-case-sensitivity\.js$:;
next if $file =~ m:resources/codegen-temporaries-multiple-global-blocks-1\.js$:;
next if $file =~ m:resources/codegen-temporaries-multiple-global-blocks-2\.js$:;
next if $file =~ m:resources/frame-loading-via-document-write\.js$:;
next if $file =~ m:resources/intersectsNode\.js$:;
next if $file =~ m:resources/p-in-scope\.js$:;
next if $file =~ m:resources/script-element-gc\.js$:;
next if $file =~ m:resources/script-element-gc\.js$:;
next if $file =~ m:resources/script3\.js$:;
Expand Down

0 comments on commit 49d3096

Please sign in to comment.