WebKit Bugzilla
Attachment 362382 Details for
Bug 194816
: test262-runner ends with SIGPIPE signal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194816-20190219134102.patch (text/plain), 1.19 KB, created by
Diego Pino
on 2019-02-19 05:41:03 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Diego Pino
Created:
2019-02-19 05:41:03 PST
Size:
1.19 KB
patch
obsolete
>Subversion Revision: 241590 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 66115abde4558019d6f8d3434742bc3bd30056ad..5c925c433af515e76a5e7d6e1be76004fbd3ce71 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,13 @@ >+2019-02-19 Diego Pino Garcia <dpino@igalia.com> >+ >+ test262-runner ends with SIGPIPE signal >+ https://bugs.webkit.org/show_bug.cgi?id=194816 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/test262/Runner.pm: >+ (main): >+ > 2019-02-10 Darin Adler <darin@apple.com> > > Replace more uses of String::format with StringConcatenate (mostly non-Apple platform-specific cases) >diff --git a/Tools/Scripts/test262/Runner.pm b/Tools/Scripts/test262/Runner.pm >index e948a440c3cf928221a9e05c42ea9f77d98b752a..3777d26254f84e40176ce65be62a1b27a6c9a968 100755 >--- a/Tools/Scripts/test262/Runner.pm >+++ b/Tools/Scripts/test262/Runner.pm >@@ -401,14 +401,6 @@ sub main { > $_->close(); > } > >- my $count = 0; >- for my $parent (@parents) { >- my $child = $children[$count]; >- print $child "END\n"; >- $parent->close(); >- $count++; >- } >- > $pm->wait_all_children; > > # Read results from file into @results and close
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194816
:
362382
|
384441