-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SR-3273] 1 test unexpected failure on Linux From Scratch (LFS) #45861
Comments
Comment by Vladislav Dembskiy (JIRA) With latest checkout the same error still exists |
Comment by Vladislav Dembskiy (JIRA) With latest swift checkout the same test failure. |
Comment by Vladislav Dembskiy (JIRA) With latest swift checkout I have got the same test failure. $ swift Mar 17 20:45:51 ved-hp-lfs7 systemd-coredump[15433]: Process 15425 (lldb-server) of user 1000 dumped core. Stack trace of thread 15425: |
Comment by Vladislav Dembskiy (JIRA) REPL is working now but backtraice test still fail. Testing Time: 8391.86s Expected Passes : 8831 2 warning(s) in tests. Failed while running tests for swift (check-swift-all-linux-x86_64) Swift version 4.0-dev (LLVM 3df4892fbe, Clang 1a30829a18, Swift 8d888b5) |
Comment by Vladislav Dembskiy (JIRA) After fresh checkout I have got another failing test: Expected Passes : 8931 2 warning(s) in tests. |
Comment by Vladislav Dembskiy (JIRA) I did fresh checkout and got an old error: Expected Passes : 9117 2 warning(s) in tests. |
Comment by Vladislav Dembskiy (JIRA) After fresh checkout I have got new pkgconfig test error: Test Suite 'PkgConfigTests' started at 2017-08-10 05:34:31.845 |
Environment
Linux hp-ved-lfs 4.8.10 #1 SMP Mon Nov 21 18:53:41 MSK 2016 x86_64 GNU/Linux
clang version 3.9.0 (tags/RELEASE_390/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
python --version
Python 2.7.12
python3 --version
Python 3.5.2
ld.gold --version
GNU gold (GNU Binutils 2.27) 1.12
Additional Detail from JIRA
md5: c7fba57aaaf4e0312b2fdfd60d1ae644
relates to:
Issue Description:
Today I have cloned new git files and tried to install SWIFT on LFS.
During test phase I have got the following results:
********************
Failing Tests (1):
Swift(linux-x86_64) :: Runtime/linux-fatal-backtrace.swift
Expected Passes : 7950
Expected Failures : 71
Unsupported Tests : 878
Unexpected Failures: 1
The same error I got on Gentoo. Please, see https://bugs.swift.org/browse/SR-2966
But LFS uses more recent build tools versions. Does it mean that the bug is a Swift internal?
The text was updated successfully, but these errors were encountered: