WebKit Bugzilla
Attachment 373665 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-20190708142917.patch (text/plain), 1.30 KB, created by
Zhifei Fang
on 2019-07-08 14:29:18 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Zhifei Fang
Created:
2019-07-08 14:29:18 PDT
Size:
1.30 KB
patch
obsolete
>Subversion Revision: 247229 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 583e45837387ddea6d1cc0a39a5a9cf31f3a2eb0..627c12e6b34f894b49eced857c9c307803aeb9c6 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,13 @@ >+2019-07-08 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-08 Jonathan Bedard <jbedard@apple.com> > > test-webkitpy: Explicitly use Python 2.7 lldb library >diff --git a/Tools/Scripts/run-javascriptcore-tests b/Tools/Scripts/run-javascriptcore-tests >index cfe61a277418d19b07640f05deec57af548c980f..2c834abd0708d3c9df2bb2731dc2819d75f6280f 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(); > 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