Skip to content
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-9471] Swift 5.0 ParseableInterface/ModuleCache test failures on PowerPC64LE #51933

Open
swift-ci opened this issue Dec 11, 2018 · 3 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself ppc64le Architecture: 64-bit little-endian PowerPC textual interfaces

Comments

@swift-ci
Copy link
Collaborator

Previous ID SR-9471
Radar None
Original Reporter stamba (JIRA User)
Type Bug

Attachment: Download

Environment

PowerPC64LE(Little Endian) - Ubuntu 16.04.4 LTS

Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Bug, ParseableInterfaces, ppc64le
Assignee None
Priority Medium

md5: 16c870b6bb8829bc33bbfca207aeb9f1

Issue Description:

The following ParseableInterface/ModuleCache test failures are seen when Swift 5.0 toolchain is built on PowerPC64LE.

Invoked the build-toolchain to run the tests as follows :-
utils/build-toolchain srtbundle --test

**Following are the ParseableInterface/ModuleCache test failures:-

Swift(linux-powerpc64le) :: ParseableInterface/ModuleCache/force-module-loading-mode-archs.swift
Swift(linux-powerpc64le) :: ParseableInterface/ModuleCache/force-module-loading-mode-framework.swift
Swift(linux-powerpc64le) :: ParseableInterface/ModuleCache/force-module-loading-mode.swift

Are these tests valid for PowerPC64LE?

Attached are the error details of the failing tests.

ParseableInterface-ModuleCacheTestFailures.txt

@belkadan
Copy link
Contributor

Can't see why these would fail on PowerPC64LE.

@swift-ci
Copy link
Collaborator Author

Comment by Sarvesh Tamba (JIRA)

All 3 tests fail due to similar errors:-

error: NO-SUCH-MODULE: expected string not found in input
// NO-SUCH-MODULE: [[@line-1]]:8: error: no such module 'Lib'
^
error: cannot convert value of type 'FromInterface' to specified type 'X'

Are we missing anything?

@belkadan
Copy link
Contributor

The tests are trying to check that things fail to load. If they're succeeding, that's suspicious. But someone would have to actually go look at them.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself ppc64le Architecture: 64-bit little-endian PowerPC textual interfaces
Projects
None yet
Development

No branches or pull requests

3 participants