summaryrefslogtreecommitdiff
path: root/test/spec/left-to-right.txt
Commit message (Collapse)AuthorAgeFilesLines
* update br_table validation rule + enforce module validity in spectest-interp ↵Keith Winstein2022-04-131-1/+1
| | | | (#1895)
* fix the interp/ tests, move the spec tests outBen Smith2016-09-291-0/+5
| | | | | Mostly just requires proper implementation of drop/tee_local in wasm-binary-reader-interpreter.c and wasm-interpreter.c.
* remove JavaScript engine testing (#89)Ben Smith2016-06-171-5/+0
| | | | | It's not really the appropriate place to handle it. Now that we have wasm-wast and wasm-interp, we can at least verify that the tools are internally consistent.
* update run-tests.py/other scripts for SM supportBen Smith2016-05-101-1/+1
|
* update v8, and fix testsBen Smith2016-04-291-1/+1
|
* nicer overriding of various executables w/ testingBen Smith2016-03-211-2/+1
| | | | | | | | | * run-tests.py now takes a `--d8-executable` flag * Added a `TOOL` directive to tests to reduce boilerplate * Change all tests to use the new `TOOL` directive * Factor out executable searching with fallback to find_exe.py This fixes issue #43.
* update v8, fix select order in binary formatBen Smith2016-02-081-5/+1
|
* update testsuite; condition comes last in selectBen Smith2016-02-041-1/+5
| | | | | | Select was changed to (select true_val false_val cond). There are new failures in test/spec/left-to-right.wast because the evaluation order is now incorrect in d8.
* update test suiteBen Smith2016-02-021-1/+1
|
* update v8-native, fixes many spec testsBen Smith2015-12-031-9/+3
|
* update v8-native-prototype, fixes some spec testsBen Smith2015-11-301-2/+2
| | | | labels.wast, i32.wast and i64.wast now pass.
* SKIP fewer spec tests, clean run-d8.py outputBen Smith2015-11-121-1/+8
| | | | | fac and unreachable are still skipped, they lock up my machine for about a minute when running through `make test`.
* use the testsuite repo for spec testsBen Smith2015-11-041-1/+1
|
* update spec repoBen Smith2015-10-161-10/+1
|
* nicer output from spec testsBen Smith2015-10-131-3/+0
| | | | Don't print successes, only failures. Also print file:line on error.
* change prefix for test file formatBen Smith2015-10-131-6/+8
| | | | | | | | | | | | | Use the comment characters for the s-expression format so the test files can easily be loaded into sexpr-wasm directly: ;;; KEY: VALUE (;; STDOUT ;;; some standard output ;;; STDOUT ;;)
* run spec tests that crashBen Smith2015-10-131-1/+12
| | | | | Rather than skipping tests that crash v8, run them but strip the callstack so the output is consistent.
* add new spec repo testsBen Smith2015-10-131-0/+4