Author: colink
Date: Wed Oct 3 10:26:13 2007
New Revision: 21796
Modified:
branches/unified_testing/BRANCH_TODO
Log:
[unified testing]
Update BRANCH_TODO, moving coding standard items down (and maybe removed later
since there isn't a testing standard).
Added a list of languanges, and how each does with runtests. I've hand tested
about 10 of them so far.
Modified: branches/unified_testing/BRANCH_TODO
==============================================================================
--- branches/unified_testing/BRANCH_TODO (original)
+++ branches/unified_testing/BRANCH_TODO Wed Oct 3 10:26:13 2007
@@ -16,12 +16,52 @@
DONE: Figure out a way to use existing prove switches AND t/harness
switches at the same time
(Getopt::Long and --)
-2) Write a coding standard test to make sure that t/* tests call out a location
- independent parrot/interpreter.
+2) Make TAP::Harness run top level and language harnesses cleanly, regardless
of
+ test implementation.
Fix shebang line issues in tests
-3) Make TAP::Harness run top level and language harnesses cleanly, regardless
of
- test implementation.
+Languages Status
+-----------------------------------------------------------------------------
+abc DONE
+amber NO TESTS
+APL parrot and pbc paths seem to be hardcoded
+BASIC NO TESTS
+befunge 1 Test, needs a lot of work
+bf Tests run from languages, not from languages/bf
+c99 Tests don't run
+cardinal Most/all tests fail with method __get_bool not found
+cola
+dotnet
+ecmascript
+forth
+HQ9plus
+jako
+lazy-k
+lisp
+lua
+m4
+nqp DONE (fixed shebang)
+ook
+parrot_compiler
+perl5
+perl6
+pheme DONE (added shebang, is that ok?)
+PIR
+plumhead
+pugs
+punie DONE
+pynie DONE (fixed shebang)
+regex
+scheme
+tap
+tcl
+unlambda
+urm
+WMLScript
+Zcode
+
+3) Write a coding standard test to make sure that t/* tests call out a location
+ independent parrot/interpreter.
4) Extend coding standard to cover language level tests.