Bug 207118

Summary: run-javascriptcore-tests: Don't split binary results
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ap, ryanhaddad, webkit-bug-importer, zhifei_fang
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Jonathan Bedard
Reported 2020-02-03 08:28:51 PST
Experience over the last 2 months has shown that attempting to split up results from a single JSC test binary doesn't really work. We should just report aggregated results for a single binary.
Attachments
Patch (4.15 KB, patch)
2020-02-03 08:30 PST, Jonathan Bedard
no flags
Jonathan Bedard
Comment 1 2020-02-03 08:30:41 PST
Jonathan Bedard
Comment 2 2020-02-03 08:32:15 PST
https://results.webkit.org/suites?suite=javascriptcore-tests demonstrates how my original approach basically failed.
Zhifei Fang
Comment 3 2020-02-03 10:13:36 PST
Comment on attachment 389515 [details] Patch unofficially r+, in long term we should unify all the test output format, and let those binaries generate that standard output
Aakash Jain
Comment 4 2020-02-03 10:23:34 PST
(In reply to Jonathan Bedard from comment #0) > Experience over the last 2 months has shown that attempting to split up results from a single JSC test binary doesn't really work. What's the issue?
Jonathan Bedard
Comment 5 2020-02-03 10:46:04 PST
(In reply to Aakash Jain from comment #4) > (In reply to Jonathan Bedard from comment #0) > > Experience over the last 2 months has shown that attempting to split up results from a single JSC test binary doesn't really work. > What's the issue? We can't really do it consistently, a sub-test which fails will sometimes have a different name than when it passes and often, exception messages will be tagged as actual test names.
Aakash Jain
Comment 6 2020-02-03 10:59:54 PST
rs=me
Jonathan Bedard
Comment 7 2020-02-03 11:37:43 PST
Radar WebKit Bug Importer
Comment 8 2020-02-03 11:41:44 PST
Note You need to log in before you can comment on or make changes to this bug.