diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-05-13 19:01:53 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-05-13 19:01:53 -0700 |
commit | 9bed01c59d5f5fe0bbc9d025ae95cf3b9518d5a7 (patch) | |
tree | 8900b2665c83354fbab2cc206bb2843d2e2dcad5 /tests/017/qsort.expected | |
parent | 7872378ee23adf65c2bed5819a74811ed6e954fc (diff) | |
download | txr-9bed01c59d5f5fe0bbc9d025ae95cf3b9518d5a7.tar.gz txr-9bed01c59d5f5fe0bbc9d025ae95cf3b9518d5a7.tar.bz2 txr-9bed01c59d5f5fe0bbc9d025ae95cf3b9518d5a7.zip |
tests: first FFI regression test case.
* tests/017/qsort.expected: New file.
* tests/017/qsort.tl: New file.
* tests/common.tl (libc): New function.
* Makefile (tst/tests/017/%): Clear TXR_DBG_OPTS so the GC
stress test isn't applied to tests in this directory.
Diffstat (limited to 'tests/017/qsort.expected')
-rw-r--r-- | tests/017/qsort.expected | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/017/qsort.expected b/tests/017/qsort.expected new file mode 100644 index 00000000..a92d6c0e --- /dev/null +++ b/tests/017/qsort.expected @@ -0,0 +1,10 @@ +#("the" "quick" "brown" "fox" "jumped" "over" "the" "lazy" "dogs") +#("brown" "dogs" "fox" "jumped" "lazy" "over" "quick" "the" "the") +#("the" "quick" "brown" "fox" "jumped" "over" "the" "lazy" "dogs") +#("brown" "dogs" "fox" "jumped" "lazy" "over" "quick" "the" "the") +#("the" "quick" "brown" "fox" "jumped" "over" "the" "lazy" "dogs") +42 +#(nil nil nil nil nil nil nil nil nil) +#("the" "quick") +42 +#(nil nil) |