root/t/var

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @24553 [24553] 3 weeks moritz [t] and [t/spec] * more smartlinks * moved …
(edit) @22458 [22458] 3 months moritz [t] move assigning_refs.t to spec/
(edit) @22125 [22125] 4 months moritz [t] move var/is_readonly.t to spec
(edit) @22124 [22124] 4 months moritz [t] moved var/var.t to spec/
(edit) @22122 [22122] 4 months moritz [t] moved chained.t to spec/, don't rely on the exact output of .perl and …
(edit) @22121 [22121] 4 months moritz [t] move lazy.t to spec/
(edit) @22118 [22118] 4 months moritz [t] moved tests for let and temp to spec/
(edit) @22090 [22090] 4 months lwall [t] clean up various calls to try, system, etc
(edit) @21835 [21835] 5 months lwall [symbolic_deref.t] commented out illegal syntax
(edit) @21799 [21799] 5 months lwall [STD vs t] now passes 99.22% For parsing sanity, :: is no longer …
(edit) @21734 [21734] 5 months lwall various buglets, STD now parses 94% of t/
(edit) @21719 [21719] 5 months lwall [STD] detect obsolete use of =cut [t/*.t] delete obsolete uses of =cut
(edit) @21511 [21511] 6 months moritz [spec] moved var/is_rw.t to spec/
(edit) @21510 [21510] 6 months moritz [spec] moved var/is_copy.t to spec/
(edit) @21344 [21344] 6 months Auzon [gsoc_spectest] moved state.t into spec/ and cleaned a smartlink
(edit) @21341 [21341] 6 months Auzon [gsoc_spectest] move constant.t in spec
(edit) @21260 [21260] 6 months moritz [t] removed duplicate my.t tests
(edit) @21257 [21257] 6 months moritz [t] remove duplicate tests
(edit) @21255 [21255] 6 months moritz [t] more updates to t/var/my.t
(edit) @21254 [21254] 6 months moritz [t] updated 'my' tests
(edit) @21147 [21147] 6 months moritz [spec] updated t/state.t - need more review before moving it to spec/
(edit) @21070 [21070] 7 months moritz [t] removed redundant test
(edit) @21068 [21068] 7 months moritz [spec] moved two tests to a different file (which will follow in next …
(edit) @20870 [20870] 7 months Auzon [gsoc_spectest] adding more tests for S02 variable name syntax. (added 2 …
(edit) @20490 [20490] 8 months Auzon s/use v6-alpha;$/use v6;/; Also catching a few other mentions of …
(edit) @20420 [20420] 8 months moritz set svn properties on all .t files below t/ find t/ -type -f name '*.t' | …
(edit) @20230 [20230] 9 months cosimo [t/spec] autovivification test script moved to spec/S09
(edit) @20228 [20228] 9 months cosimo [t/spec] Moved var/autoref.t to spec S02/
(edit) @20226 [20226] 9 months cosimo [t/spec] var/type.t moved to S02 spec test. Hackaton!
(edit) @17643 [17643] 16 months moritz passing_the_pair_class_to_a_sub.t: fixed smartlink
(edit) @17558 [17558] 17 months moritz t/var/var.t: one more smartlink, more needed
(edit) @17557 [17557] 17 months sunnavy supplemented the tests of the first position reserved pseudo-package names
(edit) @17230 [17230] 17 months darkwolf little canges in t/var/let.t & t/var/temp, need to check
(edit) @17183 [17183] 18 months bcmb Correct smart links in several test scripts
(edit) @16451 [16451] 20 months moritz removed :todo from succeeding tests in var/my.t
(edit) @15822 [15822] 22 months unobe * updated all legacy smartlinks syntax in test suite * updated …
(edit) @15818 [15818] 22 months unobe * fixed broken smartlinks and added a few more (each() mentioned in S02)
(edit) @15700 [15700] 22 months lwall test whether one constant can be defined in terms of another constant
(edit) @15667 [15667] 22 months audreyt * chained.t: update declarator list.
(edit) @15558 [15558] 22 months audreyt * state.t: move away irrelevant .perl artifact vs testing
(edit) @15294 [15294] 23 months audreyt * constant.t: unTODO
(edit) @14969 [14969] 2 years tumulus More hash/array autovivification tests.
(edit) @14968 [14968] 2 years tumulus Fixing autovivification tests: extracting a value from a …
(edit) @14951 [14951] 2 years perlDreamer all existing smart links resolved
(edit) @14934 [14934] 2 years lwall Retargeted links that moved from S06 to S02.
(edit) @14894 [14894] 2 years audreyt * unTODO passing tests related to binding with array/hash elems as LHS.
(edit) @14881 [14881] 2 years szabgab test if Int and Str really restricts scalar to integer and string
(edit) @14757 [14757] 2 years avar * Fixed more smartlinks
(edit) @14657 [14657] 2 years lwall Might as well add test of workaround variant to make sure that doesn't …
(edit) @14656 [14656] 2 years lwall Off by one on previous test
(edit) @14655 [14655] 2 years lwall [t/var/state.t] fib test that …
(edit) @14639 [14639] 2 years audreyt * t/var/let.t: All tests passed, 0 TODOs.
(edit) @14208 [14208] 2 years audreyt * default_scalar.t: "for 1..3 { $_++ }" should die, not survive.
(edit) @14029 [14029] 2 years audreyt * default_scalar.t: "say $out," is bogus; change it to "$out.say()".
(edit) @14011 [14011] 2 years audreyt * Massive round of unTODO now that references don't recursively autoderef.
(edit) @13938 [13938] 2 years audreyt * t/var/contextual.t: $+THIS_IS_NOT_IN_ENV should fail.
(edit) @13914 [13914] 2 years putter [t/var/contextual.t] Covert two eval_ok's which were added while r13913
(edit) @13913 [13913] 2 years putter In t/ (mostly), converted eval_ok and eval_is to ok(eval and is(eval. The …
(edit) @13912 [13912] 2 years yiyihu r14002@HomePc?: xinming | 2006-10-05 13:24:08 +0000 Add a test for …
(edit) @13879 [13879] 2 years audreyt * Lots of cleanup in t/ to avoid incorrect use of hash dereferences.
(edit) @13680 [13680] 2 years audreyt * unTODO =:= nonbug
(edit) @13608 [13608] 2 years audreyt * symbolic_deref.t: $*IN should be compared with ===, not =:=.
(edit) @13607 [13607] 2 years audreyt * temp.t: TODO a pseudo-regression -- this test was passing because =:= …
(edit) @13301 [13301] 2 years markstos [t/var] Everything in here has at least one smart link now. (7 added) …
(edit) @13297 [13297] 2 years markstos [t/var] merge two autovivificatoin tests
(edit) @13291 [13291] 2 years markstos [t/var] Some smart linking work, doc clean-up.
(edit) @13280 [13280] 2 years lwall Great metaoperator renaming: ref -> WHAT, SKID -> WHICH, META -> HOW
(edit) @12994 [12994] 2 years audreyt * More test triaging…
(edit) @12984 [12984] 2 years audreyt * s/try/do/ in t/var/type.t now we parses "my Int $f"
(edit) @12983 [12983] 2 years audreyt * t/var/var.t: this is no longer allowed: my $x; { $x = …
(edit) @12972 [12972] 2 years audreyt * change "env $x" into "my $x is context" as noticed by clkao++. note …
(edit) @12801 [12801] 2 years audreyt * some t/ unbreaking using new syntax. (note that "&f = {...}" was …
(edit) @12791 [12791] 2 years trey Un-todoing 77 tests that now pass. There are still a couple passing todos …
(edit) @12718 [12718] 2 years markstos A new failing test case for my. audreyt confirmed it should work, but emit …
(edit) @12196 [12196] 2 years luqui Conjected that state variables do not leak outside of cloned closures. See …
(edit) @11630 [11630] 2 years lwall Control keywords are not functions, and it just propagates confusion to …
(edit) @11426 [11426] 3 years lwall Discouraging constructs that look like subscripts but aren't.
(edit) @11256 [11256] 3 years Darren_Duncan updated all 539 t/*.t files so that they 'use v6-alpha;' rather than 'use …
(edit) @11196 [11196] 3 years audreyt * Sweeping change over all t/*.t t/*.pm files to make them executable with …
(edit) @10882 [10882] 3 years audreyt * unTODO the state.t test that works now
(edit) @10666 [10666] 3 years audreyt * intentional regression: sacrifice the macro expansion of state $x = …
(edit) @10663 [10663] 3 years audreyt * another round of triaging…
(edit) @10657 [10657] 3 years audreyt * corrected various tests testing ::Class etc for truth, which has been …
(edit) @10642 [10642] 3 years audreyt * my.t: This test was bogus: try { $undeclared } as it is a …
(edit) @10624 [10624] 3 years audreyt * However, fix the tests so they don't depend on the ::Int->"Int" …
(edit) @10622 [10622] 3 years audreyt * unTODO 15 more passing subtests.
(edit) @10612 [10612] 3 years spinclad - untodo 63 passing todo's
(edit) @10608 [10608] 3 years audreyt * fix parsefails in tests.
(edit) @10492 [10492] 3 years audreyt * more triaging
(edit) @10474 [10474] 3 years audreyt * $a = $b = $c = 3; The $b and $c here should be rvalues.
(edit) @10361 [10361]