root/t/magicals

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @21719 [21719] 5 months lwall [STD] detect obsolete use of =cut [t/*.t] delete obsolete uses of =cut
(edit) @20547 [20547] 8 months Auzon [gsoc_spectest] Test reorganization.
(edit) @20546 [20546] 8 months Auzon dollar_underscore.t -> dollar_bang.t since the test is really about $! and …
(edit) @20490 [20490] 8 months Auzon s/use v6-alpha;$/use v6;/; Also catching a few other mentions of …
(edit) @16402 [16402] 20 months audreyt * t/magicals/sub.t: Work around a parsing glitch, and reverse a test …
(edit) @15977 [15977] 21 months yiyihu r15039@HomePc?: xinming | 2007-01-11 23:49:51 +0800 Make local branch for …
(edit) @15822 [15822] 22 months unobe * updated all legacy smartlinks syntax in test suite * updated …
(edit) @14755 [14755] 2 years avar * Smartlinked to S02
(edit) @14754 [14754] 2 years avar * Fixed smartlinks
(edit) @14753 [14753] 2 years avar * Fixed smartlink
(edit) @14752 [14752] 2 years avar * Fixed smartlink to point correctly to the synopsis
(edit) @13804 [13804] 2 years audreyt * Fix magickal line numbers in t/magicals/.
(edit) @13618 [13618] 2 years audreyt * More s/main::/Main::/ fixes.
(edit) @13604 [13604] 2 years audreyt * splatty_in_caller_position.t: It's f(|@args), not f(*@args).
(edit) @13081 [13081] 2 years avar * That's 'bar' apperently, not 'foo', danm you metasyntactic variable …
(edit) @13080 [13080] 2 years avar * Further testcases for &?ROUTINE, sorry if these break
(edit) @12370 [12370] 2 years agentz fixed many more broken smartlinks in the test suite with help from …
(edit) @12305 [12305] 2 years agentz [t] * fixed all the malformed magic links in t/*/*.t and t/*/*/*.t ** the …
(edit) @11853 [11853] 2 years lwall Start changing !~ to ~~, but I can't test until Parrot_exit gets sorted …
(edit) @11630 [11630] 2 years lwall Control keywords are not functions, and it just propagates confusion to …
(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) @10715 [10715] 3 years audreyt * $?SUBNAME is no more (not since tokyo hackathon); use &?ROUTINE.name …
(edit) @10523 [10523] 3 years audreyt * Now that env.t parses "use GLOBAL <%ENV>" correctly, change the test …
(edit) @10492 [10492] 3 years audreyt * more triaging
(edit) @10205 [10205] 3 years lwall any<a b c> is not the same as any <a b c>, continued
(edit) @10201 [10201] 3 years eric256 r19478@feather: eric256 | 2006-05-01 21:54:08 +0200 added comma to …
(edit) @9990 [9990] 3 years yiyihu Replaced &?SUB to &?ROUTINE in t and examples dir. Except for files which …
(edit) @9939 [9939] 3 years lwall Added * to %ENV and @ARGS that seem to be missing it (and aren't …
(edit) @8688 [8688] 3 years clkao Make t/magical/pid.t pass for jsperl5 backend. * Implement unlink(). * …
(edit) @8080 [8080] 3 years autrijus * to not conflict with keyword "fail" (now specced in S04), Test.pm's …
(edit) @7771 [7771] 3 years eric256 Converted all http links to use the L<" format
(edit) @6850 [6850] 3 years bsmith * Changed ??:: to ??!! in t/
(edit) @6191 [6191] 3 years iblech t/magicals/, t/builtins/io/: skip_rest if $*OS eq "browser".
(edit) @5991 [5991] 3 years iblech * t/magicals/dollar_underscore.t: s/eval/try/. * …
(edit) @5965 [5965] 3 years iblech * Test fixes: * magicals/subname.t, data_types/anon_block.t: unEVAL. * …
(edit) @5470 [5470] 4 years autrijus * more test cleanups.
(edit) @5001 [5001] 4 years iblech Fixed chomp($str) to not edit $str inplace. * Pugs.Prim -- Fixed the …
(edit) @4489 [4489] 4 years iblech t/ -- s/undef/undefine/ as appropriate
(edit) @4187 [4187] 4 years mugwump :todo / fix various tests for release - round 2
(edit) @4112 [4112] 4 years iblech More test suite cleanup -- remove svn:executable from four test scripts.
(edit) @3722 [3722] 4 years gaal s/nonces/nonce/ (English usage; …
(edit) @3702 [3702] 4 years autrijus * try {...} fix in tests.
(edit) @3676 [3676] 4 years iblech Test fixes (mostly unEVALs).
(edit) @3172 [3172] 4 years gaal cleanup temporary files in tests; add some more nonces
(edit) @3098 [3098] 4 years iblech Added OLDPWD and PS1 to the list of ignored env vars in env.t, too.
(edit) @3096 [3096] 4 years iblech Fixed env.t to not check %*ENV<SHLVL _>.
(edit) @3081 [3081] 4 years iblech Added test for %*ENV.exists().
(edit) @2937 [2937] 4 years iblech * Added the sual svn properties to src/, ext/, and t/. * Added EOLs at …
(edit) @2906 [2906] 4 years corion %*ENV now completely works on Win32 (getEnv, setEnv). getEnvironment …
(edit) @2743 [2743] 4 years iblech Added a comment to t/magicals/env.t. Consider the "bugreport" in my …
(edit) @2740 [2740] 4 years iblech Fixed env.t to not run a test twice when on win32-like. This is actually a …
(edit) @2736 [2736] 4 years iblech * Test.pm now tests for trueness instead of definedness of the :todo …
(edit) @2727 [2727] 4 years iblech Added EOLs at EOFs to t/.
(edit) @2715 [2715] 4 years corion setEnv implementation for Win32
(edit) @2698 [2698] 4 years corion $*PID now works on Win32
(edit) @2610 [2610] 4 years autrijus * make gaal's line_basic.t pass.
(edit) @2609 [2609] 4 years gaal add some (mostly failing) #line tests
(edit) @2548 [2548] 4 years autrijus * caller_pos.t now all passes.
(edit) @2487 [2487] 4 years autrijus * #line tests largely passes now.
(edit) @2483 [2483] 4 years iblech * EOLs at EOFs * Usual svn properties in t/
(edit) @2461 [2461] 4 years gaal basic tests for #line, see comment within for weird behavior
(edit) @2406 [2406] 4 years autrijus * change :todo(1) to :todo for greater clarity
(edit) @2382 [2382] 4 years corion Made the #line test :todo()
(edit) @2380 [2380] 4 years corion Added tests for $?CALLER::POSITION against #line and against column …
(edit) @2367 [2367] 4 years Stevan changing all occurences of require Test to use Test
(edit) @2257 [2257] 4 years Stevan removed all todo_* test functions in favor of the :todo(1) named parameter
(edit) @2098 [2098] 4 years iblech Added SVN properties in t/: svn:mime-type => "text/plain; …
(edit) @2097 [2097] 4 years iblech Added EOLs at EOFs.
(edit) @2090 [2090] 4 years corion Added test for modifying a constant
(edit) @2085 [2085] 4 years corion Added tests for $!
(edit) @2028 [2028] 4 years iblech Substituted '$?OS' by '$*OS' in tests, as they're checking the OS they …
(edit) @1921 [1921] 4 years autrijus * This be Pugs, version 6.2.0.
(edit) @1917 [1917] 4 years autrijus * pid.t skipped on win32
(edit) @1905 [1905] 4 years gaal add msys to windows junctions
(edit) @1790 [1790] 4 years iblech unTODOed two other tests which pass.
(edit) @1783 [1783] 4 years iblech * UnTODOed and unEVALed the tests for exists and delete. :) * Minor …
(edit) @1778 [1778] 4 years iblech Added some more tests for %*ENV. Note to lambdafolks: Entering '%*ENV;' in …
(edit) @1690 [1690] 4 years autrijus * try not use $ in system()
(edit) @1655 [1655] 4 years corion Fixed Win32 build fail, added test for $*PID differing between two …
(edit) @1361 [1361] 4 years theorbtwo Fix links. (Who tried to put syntatic quotes /inside/ the slashes of …
(edit) @1276 [1276] 4 years vladtz
(edit) @1202 [1202] 4 years Stevan TODOed all the tests in preparation for the 6.0.13 release
(edit) @1121 [1121] 4 years autrijus * $*EXECUTABLE_NAME and $*PROG_NAME
(edit) @1079 [1079] 4 years autrijus * $?EXECUTABLE_NAME and $PROGRAM_NAME
(edit) @1050 [1050] 4 years iblech Added some new tests.
(edit) @981 [981] 4 years Stevan un-TODO-ed all the tests and went through them to determine what needs to …
(edit) @899 [899] 4 years Stevan adding in some =pod sections along with more Syn-links
(edit) @896 [896] 4 years nothingmuch rename, rehaul and synlink $?FILE and $?LINE test
(edit)