Title: [235734] trunk/Tools
- Revision
- 235734
- Author
- [email protected]
- Date
- 2018-09-06 06:27:41 -0700 (Thu, 06 Sep 2018)
Log Message
[test262] Do not call keys on a reference
https://bugs.webkit.org/show_bug.cgi?id=189301
Patch by Xan Lopez <[email protected]> on 2018-09-06
Reviewed by Keith Miller.
* Scripts/test262/Runner.pm:
(UpdateResults):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (235733 => 235734)
--- trunk/Tools/ChangeLog 2018-09-06 12:38:47 UTC (rev 235733)
+++ trunk/Tools/ChangeLog 2018-09-06 13:27:41 UTC (rev 235734)
@@ -1,3 +1,13 @@
+2018-09-06 Xan Lopez <[email protected]>
+
+ [test262] Do not call keys on a reference
+ https://bugs.webkit.org/show_bug.cgi?id=189301
+
+ Reviewed by Keith Miller.
+
+ * Scripts/test262/Runner.pm:
+ (UpdateResults):
+
2018-09-06 David Kilzer <[email protected]>
svn-create-patch fails when svn mv is used on directory trees
Modified: trunk/Tools/Scripts/test262/Runner.pm (235733 => 235734)
--- trunk/Tools/Scripts/test262/Runner.pm 2018-09-06 12:38:47 UTC (rev 235733)
+++ trunk/Tools/Scripts/test262/Runner.pm 2018-09-06 13:27:41 UTC (rev 235734)
@@ -927,7 +927,7 @@
}
foreach my $path (keys(%{$expect})) {
- foreach my $mode (keys($expect->{$path})) {
+ foreach my $mode (keys(%{$expect->{$path}})) {
my $test = {
path => $path,
mode => $mode,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes