Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1208)

Unified Diff: test/mjsunit/wasm/asm-wasm-u32.js

Issue 1845443003: [wasm] Mask shift counts on architectures that don't implicitly mask. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« test/cctest/wasm/test-run-wasm.cc ('K') | « test/mjsunit/wasm/asm-wasm-i32.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/wasm/asm-wasm-u32.js
diff --git a/test/mjsunit/wasm/asm-wasm-u32.js b/test/mjsunit/wasm/asm-wasm-u32.js
index 946f05b6c0a5dcf5e767c6ebb76baea3f1523e85..455fe56235e30ec010b11d6840b9e74b4ed46684 100644
--- a/test/mjsunit/wasm/asm-wasm-u32.js
+++ b/test/mjsunit/wasm/asm-wasm-u32.js
@@ -197,9 +197,9 @@ var funcs = [
u32_and,
u32_or,
u32_xor,
-// TODO(titzer): u32_shl on arm
-// TODO(titzer): u32_shr on arm
-// TODO(titzer): u32_sar on arm
+ u32_shl,
+ u32_shr,
+ u32_sar,
u32_eq,
u32_ne,
u32_lt,
« test/cctest/wasm/test-run-wasm.cc ('K') | « test/mjsunit/wasm/asm-wasm-i32.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698