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

Fix issue_15149 test for the SGX target #114172

Merged
merged 1 commit into from
Jul 29, 2023

Conversation

raoulstrackx
Copy link
Contributor

PR #112390 moved tests to std. Unfortunately, this caused the issue_15149 test to be enabled for the SGX target. This is incorrect as the SGX target does not support the env::current_exe() call.

@rustbot
Copy link
Collaborator

rustbot commented Jul 28, 2023

r? @cuviper

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Jul 28, 2023
@raoulstrackx
Copy link
Contributor Author

r? @workingjubilee

@rustbot rustbot assigned workingjubilee and unassigned cuviper Jul 28, 2023
@raoulstrackx
Copy link
Contributor Author

@workingjubilee could you also review this PR? Thank you!

@raoulstrackx raoulstrackx force-pushed the raoul/fix_process-spawning_test branch from b8161dc to 8548689 Compare July 28, 2023 12:48
@workingjubilee
Copy link
Member

@bors r+ rollup=always

@bors
Copy link
Contributor

bors commented Jul 28, 2023

📌 Commit 8548689 has been approved by workingjubilee

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 28, 2023
@workingjubilee
Copy link
Member

Oh, so this came up because you're only running libstd tests in rust-sgx CI, not UI tests, right?

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jul 28, 2023
…g_test, r=workingjubilee

Fix issue_15149 test for the SGX target

PR rust-lang#112390 moved tests to std. Unfortunately, this caused the `issue_15149` test to be enabled for the SGX target. This is incorrect as the SGX target does not support the `env::current_exe()` call.
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 29, 2023
…iaskrgr

Rollup of 7 pull requests

Successful merges:

 - rust-lang#113773 (Don't attempt to compute layout of type referencing error)
 - rust-lang#114107 (Prevent people from assigning me as a PR reviewer)
 - rust-lang#114124 (tests/ui/proc-macro/*: Migrate FIXMEs to check-pass)
 - rust-lang#114171 (Fix switch-stdout test for none unix/windows platforms)
 - rust-lang#114172 (Fix issue_15149 test for the SGX target)
 - rust-lang#114173 (btree/map.rs: remove "Basic usage" text)
 - rust-lang#114174 (doc: replace wrong punctuation mark)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 68dc159 into rust-lang:master Jul 29, 2023
@rustbot rustbot added this to the 1.73.0 milestone Jul 29, 2023
@raoulstrackx
Copy link
Contributor Author

raoulstrackx commented Jul 29, 2023

Oh, so this came up because you're only running libstd tests in rust-sgx CI, not UI tests, right?

Yes that's right.

@workingjubilee workingjubilee added the O-SGX Target: SGX label Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-SGX Target: SGX S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants