WebKit Bugzilla
Attachment 342592 Details for
Bug 186573
: test262/Runner.pm: fix one test (can't find jsc)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186573-20180612164920.patch (text/plain), 1.50 KB, created by
valerie
on 2018-06-12 13:49:21 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
valerie
Created:
2018-06-12 13:49:21 PDT
Size:
1.50 KB
patch
obsolete
>Subversion Revision: 232768 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 599e234f0a2d23cbee97680245a954430263b81a..606536b0c4c4c3112c57c9d7a8bc938124123858 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,13 @@ >+2018-06-12 Valerie R Young <valerie@bocoup.com> >+ >+ test262/Runner.pm: fix one test (can't find jsc) >+ https://bugs.webkit.org/show_bug.cgi?id=186573 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/webkitperl/test262_unittest/test262-runner-tests.pl: >+ fix subtest to use mock JSC >+ > 2018-06-12 Tim Horton <timothy_horton@apple.com> > > Add a API test for r232601 >diff --git a/Tools/Scripts/webkitperl/test262_unittest/test262-runner-tests.pl b/Tools/Scripts/webkitperl/test262_unittest/test262-runner-tests.pl >index c1c2eb14b952c971f6a4e641e0d1cefd8ed371d6..e043860fe5b07f97876c7550a4d780b9ea3cd4cb 100755 >--- a/Tools/Scripts/webkitperl/test262_unittest/test262-runner-tests.pl >+++ b/Tools/Scripts/webkitperl/test262_unittest/test262-runner-tests.pl >@@ -148,7 +148,8 @@ my $test262loc = "--t262 $mockTest262"; > my ($expectationsFH, $expectationsFile) = tempfile(); > my $expect = "--expectations $expectationsFile"; > my $test = "--test-only test/fail.js"; >-my $cmd = qq($runner --save --ignore-expectations $test262loc $test $expect); >+my $jsc = "--jsc $mockTest262/mock-jsc-fail.pl"; >+my $cmd = qq($runner --save --ignore-expectations $jsc $test262loc $test $expect); > qx($cmd); > > my $expectedExpectationsFile = "$Bin/fixtures/expectations-compare.yaml";
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 186573
: 342592