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

Disable use-std-function.swift on ubuntu-24.10 #77002

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ahatanaka
Copy link
Contributor

The test is failing because a templated constructor of std::function with an rvalue-reference parameter is called, which isn't supported yet.

rdar://137637142

The test is failing because a templated constructor of std::function
with an rvalue-reference parameter is called, which isn't supported yet.

rdar://137637142
@ahatanaka
Copy link
Contributor Author

@swift-ci please test

@egorzhdan
Copy link
Contributor

@swift-ci please build toolchain Ubuntu 24.04

@ahatanaka
Copy link
Contributor Author

@swift-ci Please test macOS platform

@ahatanaka
Copy link
Contributor Author

The test failures on macOS look unrelated to the changes made in this PR.

Test Case '-[SwiftDocCTests.DeclarationsRenderSectionTests testAlternateDeclarations]' failed (1.482 seconds).
Test Suite 'DeclarationsRenderSectionTests' failed at 2024-10-15 21:46:27.535.
	 Executed 1 test, with 1 failure (0 unexpected) in 1.482 (1.482) seconds
Test Suite 'SwiftDocCPackageTests.xctest' failed at 2024-10-15 21:46:27.536.
	 Executed 1 test, with 1 failure (0 unexpected) in 1.482 (1.483) seconds
Test Suite 'Selected tests' failed at 2024-10-15 21:46:27.536.
	 Executed 1 test, with 1 failure (0 unexpected) in 1.482 (1.484) seconds

@ahatanaka ahatanaka marked this pull request as ready for review October 15, 2024 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants