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

Unified Diff: pydir/wasm-run-torture-tests.py

Issue 1913153003: Subzero. Wasm. Implement sbrk and correctly do bounds checks. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review feedback Created 4 years, 8 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
Index: pydir/wasm-run-torture-tests.py
diff --git a/pydir/wasm-run-torture-tests.py b/pydir/wasm-run-torture-tests.py
index 874a50a978480c266f425319a05b4d893f38a7fa..dccb0a964af3b0508d70ffe3af7d4c0f260aca62 100755
--- a/pydir/wasm-run-torture-tests.py
+++ b/pydir/wasm-run-torture-tests.py
@@ -21,25 +21,8 @@ import sys
import threading
IGNORED_TESTS = set([
- 'loop-2f.c.wasm', # mmap not in MVP
- 'loop-2g.c.wasm', # mmap not in MVP
-
- '960521-1.c.wasm', # sbrk
- 'ipa-sra-2.c.wasm', # sbrk
- 'pr41463.c.wasm', # sbrk
- '20051113-1.c.wasm', # sbrk
- '990628-1.c.wasm', # sbrk
- 'pr41395-2.c.wasm', # sbrk
- 'pr42614.c.wasm', # sbrk
- 'pr41395-1.c.wasm', # sbrk
- '920810-1.c.wasm', # sbrk
- '20000914-1.c.wasm', # sbrk
- 'pr15262-1.c.wasm', # sbrk
- '941014-2.c.wasm', # sbrk
- 'va-arg-21.c.wasm', # sbrk
- '20020406-1.c.wasm', # sbrk
-
- # waterfall known failures
+ # The remaining tests are known waterfall failures
+
'20010122-1.c.wasm',
'20031003-1.c.wasm',
'20071018-1.c.wasm',
« no previous file with comments | « fetch-torture-tests.sh ('k') | runtime/wasm-runtime.cpp » ('j') | src/WasmTranslator.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698