diff options
author | David Terei <davidterei@gmail.com> | 2011-07-20 11:09:03 -0700 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2011-07-20 11:26:35 -0700 |
commit | 16514f272fb42af6e9c7674a9bd6c9dce369231f (patch) | |
tree | e4f332b45fe65e2a7a2451be5674f887b42bf199 /testsuite/tests/NOTES | |
parent | ebd422aed41048476aa61dd4c520d43becd78682 (diff) | |
download | haskell-16514f272fb42af6e9c7674a9bd6c9dce369231f.tar.gz |
Move tests from tests/ghc-regress/* to just tests/*
Diffstat (limited to 'testsuite/tests/NOTES')
-rw-r--r-- | testsuite/tests/NOTES | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/testsuite/tests/NOTES b/testsuite/tests/NOTES new file mode 100644 index 0000000000..a376f1db04 --- /dev/null +++ b/testsuite/tests/NOTES @@ -0,0 +1,34 @@ + +Deficiencies +~~~~~~~~~~~~ + +typecheck/should_compile tc056,tc115,tc116: stderr not checked + (maybe fixed; ToDo: check) + +typecheck/should_fail + Data82.hs Digraph.hs Digraph.stderr Inst82_1.hs Inst82_2.hs + have not been assimilated. + (are needed by tcfail082 but am not sure how to do multi-module + tests yet) + +rename/should_compile + rn037 issues + +stranal/should_compile + There are some failures in here due to unexpected stdouts + (the compiler isn't asked to generate any?) + +specialise/ + Contains complete progs. Not done yet. + +simpleCore/should_compile + simpl006 has extra bits + +deSugar/should_compile + cvh-ds-unboxed/ not done + +specialise/ + none of these are run in the old framework, so not included + in new. + + |