Description
Previous ID | SR-5845 |
Radar | None |
Original Reporter | uraimo (JIRA User) |
Type | Bug |
Attachment: Download
Environment
Linux (Ubuntu Mate 16.04LTS) on RaspberryPi2 (armv7).
Additional Detail from JIRA
Votes | 14 |
Component/s | Compiler |
Labels | Bug, Linux, Swift4, arm, armv7 |
Assignee | None |
Priority | Medium |
md5: 89656a20308e60932675f896da49f4a4
Issue Description:
Compiling the latest sources from swift-4.0-branch I'm seeing multiple test failures, among those Runtime/weak-reference-racetests.swift (that makes SPM build fail) and a good amount of tests in *stdlib/ErrorHandling.swift (issues with throw and try!)*._
Despite the name, the weak-reference-racetests issue does not seem to be related to race conditions as the name would imply. I'm opening a separate issue (SR-5846) for that since it's what I'm investigating right now.
I'm attaching the full output, but to recap what is failing:
Failing Tests (16):
Swift(linux-armv7) :: Runtime/weak-reference-racetests.swift
Swift(linux-armv7) :: Runtime/backtrace.swift
Swift(linux-armv7) :: SILOptimizer/specialize_partial_apply.swift
Swift(linux-armv7) :: stdlib/ErrorHandling.swift
Swift(linux-armv7) :: stdlib/Runtime.swift.gyb
Swift(linux-armv7) :: stdlib/ParameterPassing.swift.gyb
Swift(linux-armv7) :: IRGen/c_layout.sil
Swift(linux-armv7) :: ClangImporter/clang_builtins.swift
Swift(linux-armv7) :: SILOptimizer/redundant_load_elim.sil
Swift(linux-armv7) :: IRGen/condfail.sil
Swift(linux-armv7) :: stdlib/Error.swift
Swift(linux-armv7) :: Interpreter/wildcard_dispatch_on_catch.swift
Swift(linux-armv7) :: Interpreter/throwing_initializers.swift
Swift(linux-armv7) :: Interpreter/protocol_initializers.swift
Swift(linux-armv7) :: Interpreter/errors.swift
Swift(linux-armv7) :: Interpreter/dynamic_self.swift
Expected Passes : 2773
Expected Failures : 85
Unsupported Tests : 898
Unexpected Failures: 16
I opened this umbrella bug to leave a trace of the issue but plan on opening separate reports for the bug I'll try to tackle.