root/t/closure_traits

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @24767 [24767] 4 days moritz [t] and [t/spec] * more tests for slurpy args + is copy/is rw * moved …
(edit) @22514 [22514] 3 months moritz [t] move some tests to spec/, re-worked pre-post.t, some minor corrections …
(edit) @22195 [22195] 4 months moritz [t] one more closure_traits move, a bit more TODO (also added to TASKS)
(edit) @22194 [22194] 4 months moritz [t] moved some closure_traits/* tests to spec/, some small simplifications
(edit) @22193 [22193] 4 months moritz [t] moved check.t to spec/, simplified a bit
(edit) @21792 [21792] 5 months lwall [STD] let EXPR parse term after infix with a rule specified by the infix …
(edit) @20490 [20490] 8 months Auzon s/use v6-alpha;$/use v6;/; Also catching a few other mentions of …
(edit) @15856 [15856] 21 months agentz r405@agentz: agentz | 2007-04-08 21:52:19 +0800 pre_post.t - forgot to …
(edit) @15855 [15855] 21 months agentz r403@agentz: agentz | 2007-04-08 21:47:30 +0800 pre_post.t - fixed and …
(edit) @15691 [15691] 22 months moritz added POST tests with inheritance
(edit) @15666 [15666] 22 months moritz fixed broken pre_post.t test of inherited PREs
(edit) @15662 [15662] 22 months moritz added inheritance test to pre_post.t
(edit) @15547 [15547] 22 months moritz Added test cases for subs with multiple (two) PREs or POSTs
(edit) @15260 [15260] 2 years moritz Added tests for PRE and POST subroutine traits
(edit) @14411 [14411] 2 years mgrimes Fixed a number of old /regex/ style smartlinks and broken smartlinks.
(edit) @14027 [14027] 2 years audreyt * next.t: Change unneccessary eval to try{}, and add test descriptions.
(edit) @14026 [14026] 2 years audreyt * keep_undo.t: The test was assuming "return 0" is UNDO. That is not so; …
(edit) @14025 [14025] 2 years audreyt * first.t: Another off-by-one error in test.
(edit) @14024 [14024] 2 years audreyt * enter_leave.t: Correct an off-by-one misassumption in the test.
(edit) @14004 [14004] 2 years audreyt * next.t: The original ordering of LIFO was right for NEXT, so restore it.
(edit) @14002 [14002] 2 years audreyt * Restore the "while" test for next.t so at least that passes.
(edit) @13999 [13999] 2 years audreyt * prevert infinite loop in tests.
(edit) @13995 [13995] 2 years audreyt * t/closure_traits/exit_in_check.t: This should invoke END: END { say …
(edit) @13988 [13988] 2 years audreyt * descending_order.t: "first" was tested but never seen.
(edit) @13987 [13987] 2 years audreyt * closure_traits/ascending_order.t: plan number was off by one.
(edit) @13913 [13913] 2 years putter In t/ (mostly), converted eval_ok and eval_is to ok(eval and is(eval. The …
(edit) @13829 [13829] 2 years audreyt * next.t: fix plan number.
(edit) @13601 [13601] 2 years audreyt * Add missing svn:eol-style on test files.
(edit) @13374 [13374] 2 years lanny next.t: one small test sort.t: minor syntax changes
(edit) @13155 [13155] 2 years audreyt * next.t now runs just fine (even passes one subtests), so take away the …
(edit) @13150 [13150] 2 years audreyt * temporarily disable the lats two blocks in next.t as they were …
(edit) @13123 [13123] 2 years agentz [t/closure_traits/keep_undo.t] - more tests for multiple KEEP/UNDO blocks
(edit) @13118 [13118] 2 years agentz [t/closure_traits/enter_leave.t] - added many more tests for explicit …
(edit) @13116 [13116] 2 years agentz [t/closure_traits/enter_leave.t] - added this new test file to test ENTER …
(edit) @13114 [13114] 2 years agentz [t/closure_traits/in_loop.t] - updated the tests to reflect recent syn …
(edit) @13103 [13103] 2 years agentz [t/closure_traits/keep_undo.t] - added this new test file to test KEEP and …
(edit) @13102 [13102] 2 years agentz [t/closure_traits/first.t] - rewrote all the existing tests since the new …
(edit) @13097 [13097] 2 years agentz [t/closure_traits/next.t] - added this new test file to test NEXT …
(edit) @13068 [13068] 2 years agentz [t/closure_traits/start.t] - moved all the old tests from first.t to this …
(edit) @13065 [13065] 2 years agentz [t/closure_traits/init.t] - added one more smartlink. - cleaned up the …
(edit) @12370 [12370] 2 years agentz fixed many more broken smartlinks in the test suite with help from …
(edit) @12236 [12236] 2 years lwall s:g/FIRST/START/ (Note, didn't change firstBlock storage, since we …
(edit) @12219 [12219] 2 years luqui Deleted stupid comment.
(edit) @12218 [12218] 2 years luqui Expanded the closure_traits/first tests to demonstrate exactly what the …
(edit) @12206 [12206] 2 years luqui Got state variables and FIRST almost working (cloning with closures).
(edit) @12193 [12193] 2 years luqui Fixed the test that INIT runs only once, in spite of multiple copies of a …
(edit) @12192 [12192] 2 years luqui Reworked t/closure_traits/first.t to represent my interpretation …
(edit) @12185 [12185] 2 years agentz [t/closure_traits] removed the "obsolete" obsolete.t added in_loop.t with …
(edit) @12184 [12184] 2 years agentz [t/closure_traits/in_eval.t] fixed the FIRST test.
(edit) @12183 [12183] 2 years agentz [t/closure_traits] fixed an obvious bug in first.t
(edit) @12182 [12182] 2 years agentz [t/closure_traits] added tests to first.t to reflect today's IRC …
(edit) @12181 [12181] 2 years agentz [t/closure_traits/init.t] added tests for cases like INIT in nested scope …
(edit) @12180 [12180] 2 years agentz [t/closure_traits] renamed eval.t to in_eval.t
(edit) @12168 [12168] 2 years agentz [t/closure_traits] fixed a bug in first.t and also tidied it up.
(edit) @12167 [12167] 2 years agentz tidied up exit_in_begin.t and exit_in_check.t a bit.
(edit) @12166 [12166] 2 years agentz [t/closure_traits] added tests for FIRST {...} to interpolate.t. tweaked …
(edit) @12165 [12165] 2 years agentz [t/closure_traits/] simplified the rval parts of check.t and init.t fixed …
(edit) @12164 [12164] 2 years agentz [t/closure_traits/] multiple.t: fixed the expected CHECK running order in …
(edit) @12163 [12163] 2 years agentz [t/closure_traits/] rewrote ascending_order.t and descending_order.t …
(edit) @12159 [12159] 2 years luqui Simplified the CHECK and INIT tests.
(edit) @12157 [12157] 2 years agentz added t/closure_traits/interpolate.t to test BEGIN/CHECK/INIT/END blocks …
(edit) @12156 [12156] 2 years agentz [t/closure_traits/eval.t] added more tests to runtime-fired …
(edit) @12148 [12148] 2 years agentz readded check.t to t/closure_traits/
(edit) @12147 [12147] 2 years agentz moved t/statements/exit_in_begin.t and statements/exit_in_check.t into …
(edit) @12146 [12146] 2 years agentz moved t/statements/init.t to t/closure_traits/init.t
(edit) @12145 [12145] 2 years agentz moved t/statements/first.t to t/closure_traits/first.t
(add) @12144 [12144] 2 years agentz
Note: See TracRevisionLog for help on using the revision log.