about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2017-12-02 01:39:01 +0800
committerGitHub <noreply@github.com>2017-12-02 01:39:01 +0800
commitbd5a4af5cd13ddcd0f3ebfa965f3ed3de2431048 (patch)
tree922d79bd69493fd81db28b652870e00ae3b31ab4 /src/test
parentb86a47f860ff800eb9e9a46ca2b41eea20e97188 (diff)
parent666bb903000205a642f62a5bd3f6ccbdca47c5eb (diff)
downloadrust-bd5a4af5cd13ddcd0f3ebfa965f3ed3de2431048.tar.gz
rust-bd5a4af5cd13ddcd0f3ebfa965f3ed3de2431048.zip
Rollup merge of #46401 - alexcrichton:wasm-tests, r=arielb1
wasm: Update LLVM to fix a test

This commit updates LLVM with some tweaks to the integer <-> floating point
conversion instructions to ensure that `as` in Rust doesn't trap.

Closes #46298
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-pass/saturating-float-casts.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/saturating-float-casts.rs b/src/test/run-pass/saturating-float-casts.rs
index 4cd171f0ac0..c8fa49c62a0 100644
--- a/src/test/run-pass/saturating-float-casts.rs
+++ b/src/test/run-pass/saturating-float-casts.rs
@@ -10,7 +10,6 @@
 
 // Tests saturating float->int casts. See u128-as-f32.rs for the opposite direction.
 // compile-flags: -Z saturating-float-casts
-// ignore-wasm32-bare FIXME(#46298) needs upstream llvm fixes
 
 #![feature(test, i128, i128_type, stmt_expr_attributes)]
 #![deny(overflowing_literals)]