Re: [ITA] llvm
Jeremy Drake via Cygwin-apps <[email protected]>
| Newsgroups | gmane.os.cygwin.applications |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 16 May 2025, Jeremy Drake via Cygwin-apps wrote: > On Wed, 14 May 2025, Jeremy Drake wrote: > > > On Tue, 13 May 2025, Jeremy Drake via Cygwin-apps wrote: > > > > > On Wed, 14 May 2025, Takashi Yano via Cygwin-apps wrote: > > > > > > > Test result of current clang local head: > > > > Total Discovered Tests: 46304 > > > > Skipped : 8 (0.02%) > > > > Unsupported : 181 (0.39%) > > > > Passed : 46059 (99.47%) > > > > Expectedly Failed: 31 (0.07%) > > > > Failed : 25 (0.05%) > > > > > > > > Test result of current llvm local head: > > > > Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. > > > > Hangs around 90% progress. I'll look into this issue. > > > > > > > > Test result of current lld local head: > > > > Total Discovered Tests: 1064 > > > > Unsupported: 10 (0.94%) > > > > Passed : 1054 (99.06%) > > > > > With your FIFO fix and https://github.com/llvm/llvm-project/pull/140353, > llvm tests no longer hang. > > Total Discovered Tests: 65227 > Skipped : 52 (0.08%) > Unsupported : 2196 (3.37%) > Passed : 62676 (96.09%) > Expectedly Failed: 193 (0.30%) > Failed : 110 (0.17%) I pushed update to 20.1.7 and synced patches with upstream, current test results: llvm: Total Discovered Tests: 65227 Skipped : 52 (0.08%) Unsupported : 2197 (3.37%) Passed : 62757 (96.21%) Expectedly Failed: 193 (0.30%) Failed : 28 (0.04%) clang: Total Discovered Tests: 46308 Skipped : 8 (0.02%) Unsupported : 181 (0.39%) Passed : 46069 (99.48%) Expectedly Failed: 31 (0.07%) Failed : 19 (0.04%) lld: Total Discovered Tests: 1066 Unsupported: 10 (0.94%) Passed : 1056 (99.06%)