WebKit Bugzilla
Attachment 348902 Details for
Bug 189301
: [test262] Do not call keys on a reference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
test262 key reference
test262-key-reference.patch (text/plain), 1.47 KB, created by
Xan Lopez
on 2018-09-05 02:49:56 PDT
(
hide
)
Description:
test262 key reference
Filename:
MIME Type:
Creator:
Xan Lopez
Created:
2018-09-05 02:49:56 PDT
Size:
1.47 KB
patch
obsolete
>From f4e337e6056714fc7e4dabf8c5f4b9e6fcf0be6c Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Xan=20L=C3=B3pez?= <xan@igalia.com> >Date: Wed, 5 Sep 2018 11:26:59 +0200 >Subject: [PATCH] [test262] Do not call keys on a reference > https://bugs.webkit.org/show_bug.cgi?id=189301 > >Reviewed by NOBODY (OOPS!). > >* Scripts/test262/Runner.pm: >(UpdateResults): >--- > Tools/ChangeLog | 10 ++++++++++ > Tools/Scripts/test262/Runner.pm | 2 +- > 2 files changed, 11 insertions(+), 1 deletion(-) > >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 9fc788dc430..801fe950198 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,13 @@ >+2018-09-05 Xan Lopez <xan@igalia.com> >+ >+ [test262] Do not call keys on a reference >+ https://bugs.webkit.org/show_bug.cgi?id=189301 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/test262/Runner.pm: >+ (UpdateResults): >+ > 2018-09-04 Don Olmstead <don.olmstead@sony.com> > > Add generic entrypoint and run loop in TestWebKitAPI >diff --git a/Tools/Scripts/test262/Runner.pm b/Tools/Scripts/test262/Runner.pm >index b5a7aabfe58..6af261df242 100755 >--- a/Tools/Scripts/test262/Runner.pm >+++ b/Tools/Scripts/test262/Runner.pm >@@ -927,7 +927,7 @@ sub UpdateResults { > } > > foreach my $path (keys(%{$expect})) { >- foreach my $mode (keys($expect->{$path})) { >+ foreach my $mode (keys(%{$expect->{$path}})) { > my $test = { > path => $path, > mode => $mode, >-- >2.17.1 >
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 189301
:
348901
| 348902