Changeset 252930 in webkit


Ignore:
Timestamp:
Nov 28, 2019 8:54:13 AM (4 years ago)
Author:
Diego Pino Garcia
Message:

test262-runner ends with SIGPIPE signal
https://bugs.webkit.org/show_bug.cgi?id=194816

Reviewed by Carlos Alberto Lopez Perez.

  • Scripts/test262/Runner.pm:

(main):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r252926 r252930  
     12019-11-28  Diego Pino Garcia  <dpino@igalia.com>
     2
     3        test262-runner ends with SIGPIPE signal
     4        https://bugs.webkit.org/show_bug.cgi?id=194816
     5
     6        Reviewed by Carlos Alberto Lopez Perez.
     7
     8        * Scripts/test262/Runner.pm:
     9        (main):
     10
    1112019-11-28  Aakash Jain  <aakash_jain@apple.com>
    212
  • trunk/Tools/Scripts/test262/Runner.pm

    r252564 r252930  
    402402    }
    403403
    404     my $count = 0;
    405     for my $parent (@parents) {
    406         my $child = $children[$count];
    407         print $child "END\n";
    408         $parent->close();
    409         $count++;
    410     }
    411 
    412404    $pm->wait_all_children;
    413405
Note: See TracChangeset for help on using the changeset viewer.