Skip to content

Conversation

@hnrklssn
Copy link
Member

@hnrklssn hnrklssn commented Nov 5, 2025

These tests require the 'std_span' feature, but that feature was previously only added in the test/Interop test suite. As a result these tests would never run.

@hnrklssn
Copy link
Member Author

hnrklssn commented Nov 5, 2025

@swift-ci please smoke test

Copy link
Contributor

@j-hui j-hui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like you are missing this definition:

def get_target_os():
    import re
    (run_cpu, run_vendor, run_os, run_version) = re.match('([^-]+)-([^-]+)-([^0-9]+)(.*)', config.variant_triple).groups()
    return run_os

These tests require the 'std_span' feature, but that feature was
previously only added in the test/Interop test suite. As a result these
tests would never run.
@hnrklssn hnrklssn force-pushed the enable-cxxspan-tests branch from becba71 to 0aa8722 Compare November 6, 2025 01:02
@hnrklssn
Copy link
Member Author

hnrklssn commented Nov 6, 2025

@swift-ci please smoke test

1 similar comment
@hnrklssn
Copy link
Member Author

hnrklssn commented Nov 6, 2025

@swift-ci please smoke test

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.

2 participants