test: Enable extern-fn-reachable test by klutzy · Pull Request #13741 · rust-lang/rust (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation6 Commits2 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

klutzy

It didn't work because it tried to call itself but symbols are not
exported as default in executables.

Note that fun5 is not internal anymore since it is in library.

Second commit removes/updates some old tests.

alexcrichton

@@ -0,0 +1,14 @@
#![crate_type = "dylib"]

Choose a reason for hiding this comment

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

I think this file will need a license header (due to tidy)

@klutzy

It didn't work because it tried to call itself but symbols are not exported as default in executables.

Note that fun5 is not internal anymore since it is in library.

@klutzy

@klutzy

Ugh. looks like mac32 also doesn't like tag-align-dyn-variants. (the test passes on mac64, android and win32)
Added ignore-macos.

@klutzy

@klutzy

(also updated run-pass/{tag-align-dyn-u64, tag-align-u64}.rs)

bors added a commit that referenced this pull request

Apr 25, 2014

@bors

It didn't work because it tried to call itself but symbols are not exported as default in executables.

Note that fun5 is not internal anymore since it is in library.

Second commit removes/updates some old tests.

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jan 13, 2025

@bors

…, r=

tests: Port extern-fn-reachable to rmake.rs

Part of rust-lang#121876.

Summary

This PR ports tests/run-make/extern-fn-reachable to use rmake.rs. Notable changes:

History

[^run-pass]: no longer a thing nowadays

Supersedes rust-lang#128314. Co-authored with @lolbinarycat.

r? @ghost

try-job: x86_64-msvc try-job: i686-msvc try-job: i686-mingw try-job: x86_64-mingw-1 try-job: x86_64-apple-1 try-job: aarch64-apple try-job: test-various

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jan 14, 2025

@bors

…, r=

tests: Port extern-fn-reachable to rmake.rs

Part of rust-lang#121876.

Summary

This PR ports tests/run-make/extern-fn-reachable to use rmake.rs. Notable changes:

History

[^run-pass]: no longer a thing nowadays

Supersedes rust-lang#128314. Co-authored with @lolbinarycat.

r? @ghost

try-job: x86_64-msvc try-job: i686-msvc try-job: i686-mingw try-job: x86_64-mingw-1 try-job: x86_64-apple-1 try-job: aarch64-apple try-job: test-various

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jan 16, 2025

@bors

…, r=lqd

tests: Port extern-fn-reachable to rmake.rs

Part of rust-lang#121876.

Summary

This PR ports tests/run-make/extern-fn-reachable to use rmake.rs. Notable changes:

History

[^run-pass]: no longer a thing nowadays

Supersedes rust-lang#128314. Co-authored with @lolbinarycat.

try-job: x86_64-msvc try-job: i686-msvc try-job: i686-mingw try-job: x86_64-mingw-1 try-job: x86_64-apple-1 try-job: aarch64-apple try-job: test-various