about summary refs log tree commit diff
path: root/src/test/incremental/thinlto
diff options
context:
space:
mode:
authorJonathan Turner <jonathandturner@users.noreply.github.com>2016-09-28 20:21:51 -0700
committerGitHub <noreply@github.com>2016-09-28 20:21:51 -0700
commit8f2c0005066682a341673172983924ae189b25d5 (patch)
tree465b0c49c2273dad2bf49e02d8a5778cdf803e76 /src/test/incremental/thinlto
parent725d0f5d6a2510b9caadd0cac4fb7ac323685e6c (diff)
parent300e13808e679e6224f51705794b234dfd8bf73a (diff)
downloadrust-8f2c0005066682a341673172983924ae189b25d5.tar.gz
rust-8f2c0005066682a341673172983924ae189b25d5.zip
Rollup merge of #36741 - matklad:no-flacky-test, r=alexcrichton
Remove CString drop test.

The test relies on the undefined behavior, and so may fail in some
circumstances. This can be worked around by stubbing a memory allocator
in the test, but it is a bit of work, and LLVM could still theoretically
eliminate the write of the zero byte in release mode (which is
intended).

So let's just remove the test and mark the function as inline. It
shouldn't be optimized away when inlined into the debug build of user's
code.

Supersedes #36607

r? @alexcrichton
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions