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

Unified Diff: test/cctest/wasm/test-run-wasm-64.cc

Issue 1812853002: Moved the ExternalReferenceTable class to src/external-reference-table.cc/.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase. 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
« no previous file with comments | « src/snapshot/serializer-common.cc ('k') | tools/external-reference-check.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/wasm/test-run-wasm-64.cc
diff --git a/test/cctest/wasm/test-run-wasm-64.cc b/test/cctest/wasm/test-run-wasm-64.cc
index be98a858340157a2cd6115e7ba949c1cc1608624..fbd594845303cba68f3780c7ead6764e7cd1a555 100644
--- a/test/cctest/wasm/test-run-wasm-64.cc
+++ b/test/cctest/wasm/test-run-wasm-64.cc
@@ -73,10 +73,10 @@
V(I64Clz, true) \
V(I64Popcnt, !MIPS_OR_X87) \
V(I32ConvertI64, true) \
- V(I64SConvertF32, false) \
- V(I64SConvertF64, false) \
- V(I64UConvertF32, false) \
- V(I64UConvertF64, false) \
+ V(I64SConvertF32, true) \
+ V(I64SConvertF64, true) \
+ V(I64UConvertF32, true) \
+ V(I64UConvertF64, true) \
V(I64SConvertI32, true) \
V(I64UConvertI32, true) \
V(F32SConvertI64, true) \
« no previous file with comments | « src/snapshot/serializer-common.cc ('k') | tools/external-reference-check.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698