root/t/operators

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @24204 [24204] 5 weeks moritz [t] move flip-flop.t to spec/
(edit) @24203 [24203] 5 weeks moritz [t] cleanup of flip-flop.t
(edit) @24202 [24202] 5 weeks moritz [t] move operator_overloading.t to spec/
(edit) @22432 [22432] 3 months moritz [t] move operators/recursive_definition.t to spec/, and add a simpler test …
(edit) @22412 [22412] 4 months moritz [t] merge and_precedence.t into precedence.t
(edit) @22350 [22350] 4 months moritz [t] moved listquote.t to spec/, deleted bogus tests, and rewrote many …
(edit) @22144 [22144] 4 months moritz [t] moved operators/hyper.t to spec/
(edit) @22130 [22130] 4 months moritz [t] really delete duplicate test
(edit) @22129 [22129] 4 months moritz [t] move tests for is (tighter|equiv|looser) to spec/
(edit) @22128 [22128] 4 months moritz [t] moved a few tests to spec/
(edit) @22120 [22120] 4 months moritz [t] move tests for spaceship operator to spec/
(edit) @22119 [22119] 4 months moritz [t] move misc operator tests to spec/
(edit) @22115 [22115] 4 months moritz [t/spec] moved array binding tests to spec/
(edit) @22112 [22112] 4 months moritz [t] moved hash binding tests to spec/
(edit) @22108 [22108] 4 months moritz [t] moved scalar binding tests to spec/
(edit) @22106 [22106] 4 months moritz [t] moved operator precedence tests to spec/
(edit) @22103 [22103] 4 months moritz [t] move context_forcers.t to spec/
(edit) @22101 [22101] 4 months moritz [t] simpliefied tests a bit, removed duplicate tests
(edit) @22100 [22100] 4 months moritz [t] removed operators/relational.t, which is mostly integrated …
(edit) @22099 [22099] 4 months moritz [t/spec] moved operators/identity.t to spec/
(edit) @22097 [22097] 4 months moritz [t] move operators/brainos.t to spec/
(edit) @22094 [22094] 4 months moritz [t] * update TASKS * moved operators/smartmatch.t to spec/
(edit) @22007 [22007] 5 months moritz [t] some fixes for try as a function
(edit) @21917 [21917] 5 months Auzon [gsoc_spectest] added some feed tasks to TASKS. Moved feed.t into spec, …
(edit) @21831 [21831] 5 months lwall [STD] limit scope of user-defined ops to work around p5 limitation on …
(edit) @21830 [21830] 5 months lwall [STD] refine nibbler to avoid LTM for now avoid feeding canmatch() …
(edit) @21819 [21819] 5 months lwall [STD vs t] user-defined prefix, infix, and postfix ops now derive new …
(edit) @21789 [21789] 5 months lwall [STD vs t] more Mutually Assured Construction
(edit) @21734 [21734] 5 months lwall various buglets, STD now parses 94% of t/
(edit) @21722 [21722] 5 months lwall [t/*] fix all the rands and $*PID."... instances
(edit) @21719 [21719] 5 months lwall [STD] detect obsolete use of =cut [t/*.t] delete obsolete uses of =cut
(edit) @21233 [21233] 6 months Auzon [gsoc_spectest] reorganization of reduce tests
(edit) @21188 [21188] 6 months Auzon [gsoc_spectest] staging commit for fudging arith.t
(edit) @21184 [21184] 6 months Auzon [gsoc_spectest] reorganization and smartlinks for filetest.t
(edit) @21156 [21156] 6 months Auzon [gsoc_spectest] added some range tests for *..*. Also added some tests for …
(edit) @21143 [21143] 6 months moritz [spec] moved numify.t to spec/, started fudging
(edit) @21140 [21140] 6 months moritz [spec] moved short_circuit.t to spec/, fixed POD, shortened test …
(edit) @21139 [21139] 6 months moritz [t] removed redundant tests
(edit) @21135 [21135] 6 months moritz [spec] moved ternary.t to spec/
(edit) @21133 [21133] 6 months moritz [spec] moved operators/repeat.t to t/spec/, fixed POD
(edit) @21132 [21132] 6 months moritz [spec] moved operators/inc.t to spec/. rakudo says "Null PCM access in …
(edit) @21131 [21131] 6 months moritz [t] operators/inc.t: shanged tests from dies_ok to eval_dies_ok
(edit) @21114 [21114] 6 months Auzon [gsoc_spectest] reorganization and a few more tests for ===, eqv, and …
(edit) @20873 [20873] 7 months Auzon [gsoc_spectest] added more quoting tests. removed kwid from quoting.t and …
(edit) @20490 [20490] 8 months Auzon s/use v6-alpha;$/use v6;/; Also catching a few other mentions of …
(edit) @20437 [20437] 8 months Eevee [t/spec] operators/cross-metaop.t moved to spec/S03
(edit) @20420 [20420] 8 months moritz set svn properties on all .t files below t/ find t/ -type -f name '*.t' | …
(edit) @20348 [20348] 8 months putter t/operators/arith.t: .nextwith tailcalls commented out to help …
(edit) @19806 [19806] 11 months lwall move assign.t into t/spec
(edit) @19805 [19805] 11 months lwall [t/operators/assign.t] mods to new assignment semantics
(edit) @19706 [19706] 12 months cosimo [t] Test suite: refactored `eqv' tests under S29-any/eqv.t
(edit) @19703 [19703] 12 months cosimo [t] Refactored cmp tests under t/spec/S29-any
(edit) @19702 [19702] 12 months cosimo [t] Test suite: refactored some operators/numify.t tests under …
(edit) @19332 [19332] 12 months szabgab some more value identity tests
(edit) @19307 [19307] 12 months pmichaud add some comments to existing tests about refactoring targets.
(edit) @19212 [19212] 13 months ferreira r202@dracma: perl | 2007-12-13 15:46:46 -0200 fixed smarlink errors in …
(edit) @19200 [19200] 13 months ferreira r187@dracma: perl | 2007-12-12 17:41:50 -0200 ?&, ?|, ? work coercing …
(edit) @19199 [19199] 13 months ferreira r186@dracma: perl | 2007-12-12 17:36:40 -0200 added basic tests for …
(edit) @19197 [19197] 13 months ferreira r180@dracma: perl | 2007-12-12 17:24:08 -0200 fix todo test: ?| produces …
(edit) @19196 [19196] 13 months ferreira r179@dracma: perl | 2007-12-12 17:17:01 -0200 these tests had wrong …
(edit) @19190 [19190] 13 months ferreira r173@dracma: perl | 2007-12-12 15:11:55 -0200 bool coercion to …
(edit) @19189 [19189] 13 months ferreira r168@dracma: perl | 2007-12-12 12:15:51 -0200 tests for boolean coertion …
(edit) @18692 [18692] 15 months lwall A few more precedence tests
(edit) @17874 [17874] 16 months moritz cross-metaop.t: removed redundant, broken smartlink
(edit) @17870 [17870] 16 months ryporter Fix how the range operator handles rationals
(edit) @17701 [17701] 16 months lwall s:g/err/orelse/
(edit) @17603 [17603] 17 months moritz t/operators/flip-flop.t: removed obsolete unless..else
(edit) @17488 [17488] 17 months sunnavy more quoting tests for bracketing characters with Ps/Pe properties
(edit) @17465 [17465] 17 months sunnavy added quoting tests for U+298D/U+298E and U+301D/U+301E
(edit) @17458 [17458] 17 months sartak r37412@onn: sartak | 2007-08-26 14:19:57 -0400 Add failing test for …
(edit) @17183 [17183] 18 months bcmb Correct smart links in several test scripts
(edit) @17179 [17179] 18 months bcmb Update smart links and correct 1 test script.
(edit) @17099 [17099] 18 months masak [t/operators/auto.t] * added tests for auto-decrementing of string …
(edit) @16856 [16856] 18 months lidden Test for interpolation into double quoted strings.
(edit) @16788 [16788] 19 months lwall Correct test count, add test that 4 ! doesn't see user-defined …
(edit) @16787 [16787] 19 months lidden Test for precedence of postfix operator.
(edit) @16619 [16619] 20 months moritz reorganized smartlinks in t/operator/binding/scalars.t
(edit) @16526 [16526] 20 months moritz patch and test cases for zero or negative argument to 'x' and 'xx' …
(edit) @16514 [16514] 20 months moritz t/operators/relational.t: fixed smartlink for cmp (pointed to eqv before)
(edit) @16508 [16508] 20 months moritz t/operators/precedence/self-defined.t: added prefix <-> postfix tests, …
(edit) @16426 [16426] 20 months moritz splitted t/operators/precedence.t in …
(edit) @16401 [16401] 20 months audreyt * operator_overloading.t - eval()ify the nasty tests.
(edit) @16399 [16399] 20 months audreyt * ternary.t: More eval()ify and comment about the true cause of failure.
(edit) @16289 [16289] 20 months rhr Fixes to t/operators/precedence.t
(edit) @16280 [16280] 20 months moritz t/operators/precendence.t: fixed braino s/postfix/prefix/, rhr++
(edit) @16279 [16279] 20 months moritz added tests for "is tighter", "is looser", "is equiv" …
(edit) @16138 [16138] 21 months Darren_Duncan added test to t/operators/ternary.t that an expression having both ??open …
(edit) @16034 [16034] 21 months Darren_Duncan added test t/operators/brainos.t which checks that a =~ invocation dies at …