WebKit Bugzilla
Attachment 348901 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]
Do not call keys on reference
0001-2018-09-05-Xan-Lopez-xan-igalia.com.patch (text/plain), 1.54 KB, created by
Xan Lopez
on 2018-09-05 02:27:59 PDT
(
hide
)
Description:
Do not call keys on reference
Filename:
MIME Type:
Creator:
Xan Lopez
Created:
2018-09-05 02:27:59 PDT
Size:
1.54 KB
patch
obsolete
>From 8c568df8b32a63f81a8455f0b6fa683e2bba484a 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] 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): >--- > 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