WebKit Bugzilla
Attachment 373451 Details for
Bug 199489
: run-javascriptcore-tests won't report test results for testmasm, testair, testb3, testdfg and test api
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-199489-20190703200756.patch (text/plain), 1.35 KB, created by
Zhifei Fang
on 2019-07-03 20:07:57 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Zhifei Fang
Created:
2019-07-03 20:07:57 PDT
Size:
1.35 KB
patch
obsolete
>Subversion Revision: 247030 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 54929459bab8d23208efb4666e627e62f2e0de08..a956feafcc275779fb0d725aa88678d04b41a2d6 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,13 @@ >+2019-07-03 Zhifei Fang <zhifei_fang@apple.com> >+ >+ run-javascript-core-test won't report json results for testmasm, testair, testb3, testdfg and test api >+ https://bugs.webkit.org/show_bug.cgi?id=199489 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/run-javascriptcore-tests: >+ (runTest): >+ > 2019-07-01 Alex Christensen <achristensen@webkit.org> > > Add new decidePolicyForNavigationAction SPI with preferences and userInfo >diff --git a/Tools/Scripts/run-javascriptcore-tests b/Tools/Scripts/run-javascriptcore-tests >index cfe61a277418d19b07640f05deec57af548c980f..9559458da2b9c8f781a2abc71b2b7b3d5b699aa9 100755 >--- a/Tools/Scripts/run-javascriptcore-tests >+++ b/Tools/Scripts/run-javascriptcore-tests >@@ -401,10 +401,10 @@ sub runTest { > if (defined($jsonFileName)) { > my $testStatus = ($exitStatus == 0)? JSON::PP::true: JSON::PP::false; > $jsonData{$jsonTestStatusName} = $testStatus; >+ writeJsonDataIfApplicable(); > } > >- if ($testResult && $failFast) { >- writeJsonDataIfApplicable(); >+ if ($failFast) { > exit exitStatus($testResult); > } > }
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 199489
:
373451
|
373665
|
373779
|
373850
|
373866
|
373956
|
374024
|
374026
|
374251
|
374306
|
374307
|
374627
|
374690
|
374738