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-13750] Remove UNSUPPORTED: remote_run from test cases. #56147

Open
typesanitizer opened this issue Oct 17, 2020 · 2 comments
Open

[SR-13750] Remove UNSUPPORTED: remote_run from test cases. #56147

typesanitizer opened this issue Oct 17, 2020 · 2 comments
Labels
compiler The Swift compiler in itself task

Comments

@typesanitizer
Copy link

Previous ID SR-13750
Radar rdar://problem/70401105
Original Reporter @typesanitizer
Type Task
Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Task
Assignee None
Priority Medium

md5: 1166b06a9c7acae94d7cb1907a756f55

Issue Description:

Here is a full list of test cases which are using UNSUPPORTED: remote_run.

test/IRGen/prespecialized-metadata/class-class-flags-run.swift:// UNSUPPORTED: remote_run
test/IRGen/prespecialized-metadata/struct-outmodule-run.swift:// UNSUPPORTED: remote_run
test/IRGen/prespecialized-metadata/struct-multi-conformance.swift:// UNSUPPORTED: remote_run
test/IRGen/entrypoint-section-run.cpp:// UNSUPPORTED: remote_run
test/Sanitizers/tsan-libdispatch.swift:// UNSUPPORTED: remote_run
test/Sanitizers/tsan-norace-deinit-run-time.swift:// UNSUPPORTED: remote_run
test/Sanitizers/asan.swift:// UNSUPPORTED: remote_run
test/Sanitizers/sanitizer_coverage.swift:// UNSUPPORTED: remote_run
test/Sanitizers/tsan.swift:// UNSUPPORTED: remote_run
test/Sanitizers/tsan-static-exclusivity.swift:// UNSUPPORTED: remote_run
test/Sanitizers/symbolication.swift:// UNSUPPORTED: remote_run
test/Sanitizers/tsan-norace-block-release.swift:// UNSUPPORTED: remote_run
test/Interpreter/indirect_enum.swift:// UNSUPPORTED: remote_run
validation-test/stdlib/XCTest.swift:// UNSUPPORTED: remote_run
validation-test/execution/arc_36509461.swift:// UNSUPPORTED: remote_run

This does not express the right semantics. 🙁 If the test needs to be disabled on a particular architecture, then we should do that instead.

@typesanitizer
Copy link
Author

cc @nate-chandler for the first 4 tests.

@typesanitizer
Copy link
Author

@swift-ci create

@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
compiler The Swift compiler in itself task
Projects
None yet
Development

No branches or pull requests

1 participant