root/t/spec

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @24845 [24845] 18 minutes Util [t/spec] Typo - s/ precendence / precedence /
(edit) @24843 [24843] 105 minutes azawawi [t/spec] Added test for required whitespace after a built-in statement …
(edit) @24841 [24841] 5 hours pmichaud [t/spec]: Unfudge passing rakudo todo test from lexicals-and-attributes.t
(edit) @24840 [24840] 5 hours pmichaud [t/spec]: Unfudge passing rakudo todo test from 99problems-01-to-10.t
(edit) @24839 [24839] 5 hours pmichaud [t/spec]: Unfudge passing todo test in instance.t (RT #61100)
(edit) @24838 [24838] 5 hours pmichaud [t/spec]: Unfudge passing todo in passing-arrays.t .
(edit) @24837 [24837] 5 hours pmichaud [t/spec]: unfudge passing rakudo test in main.t.
(edit) @24836 [24836] 5 hours pmichaud [rakudo]: Unfudge passing todo in assign.t.
(edit) @24835 [24835] 6 hours pmichaud [t/spec]: #?rakudo skip some tests that may be incorrect.
(edit) @24834 [24834] 6 hours pmichaud [t/spec]: #?rakudo skip a test in 99problems-51-to-60.t
(edit) @24833 [24833] 6 hours jnthn [t/spec] Remove some Win32-specific logic on a test that saw us flunk it …
(edit) @24832 [24832] 7 hours moritz [t/spec] hack subtypes.t to get right plan even if an eval() failed
(edit) @24831 [24831] 7 hours jnthn [t/spec] Correct test count.
(edit) @24830 [24830] 9 hours moritz [t/spec] tests for ~ in regexes with mutually recursive rules
(edit) @24829 [24829] 9 hours moritz [t/spec] more tests for ~ in regexes
(edit) @24824 [24824] 15 hours pmichaud [t/spec]: #?rakudo skip an odd test in multiple.t.
(edit) @24821 [24821] 20 hours pmichaud [t/spec]: Clean up passing-hashes.t, remove unneeded "returns Void"
(edit) @24820 [24820] 20 hours pmichaud [t/spec]: #?rakudo skip test for nameless anonymous classes
(edit) @24816 [24816] 21 hours pmichaud [rakudo]: Change a 'todo' to 'skip' for non-existent Rat type in num.t.
(edit) @24815 [24815] 21 hours pmichaud [t/spec]: #?rakudo skip a test involving non-working Block isa check
(edit) @24814 [24814] 22 hours pmichaud [t/spec]: Remove unneeded "returns Void" from hash.t
(edit) @24812 [24812] 22 hours moritz [t/spec] add and fix a few smartlinks
(edit) @24811 [24811] 23 hours moritz [t/spec] first tests for ~ in regexes
(edit) @24810 [24810] 23 hours jnthn [t/spec] Modify test that re-declared a variable (but isn't testing for …
(edit) @24808 [24808] 26 hours pmichaud [t/spec] Update namespace.t spec.
(edit) @24804 [24804] 40 hours pmichaud [t/spec]: Change a #?todo to a #?skip for rakudo in for.t .
(edit) @24797 [24797] 2 days moritz [t/spec] correct some OO tests that I broke before, masak++
(edit) @24788 [24788] 3 days moritz [t/spec] update a fudge message
(edit) @24787 [24787] 3 days moritz [t/spec] tests for writing to array and hash attributes
(edit) @24786 [24786] 3 days moritz [t/spec] test for NaN NaN
(edit) @24776 [24776] 4 days moritz [t/spec] test that (undef min 2) doesn't die
(edit) @24773 [24773] 4 days moritz [t/spec] unfudge a few tests, found by autounfudge
(edit) @24772 [24772] 4 days moritz [t/spec] really test for #61868 this time
(edit) @24771 [24771] 4 days moritz [t/spec] test for RT #61868 (slicing with empty range)
(edit) @24767 [24767] 4 days moritz [t] and [t/spec] * more tests for slurpy args + is copy/is rw * moved …
(edit) @24766 [24766] 4 days pmichaud [t/spec]: Fix erroneous test in S12-class/parent_attributes.t .
(edit) @24751 [24751] 6 days masak [t/spec/S29-str/unpack.t] two fixes: * fixed one erroneous test …
(edit) @24750 [24750] 6 days szabgab fixing parentheses, masak++
(edit) @24749 [24749] 6 days masak [t/spec/S29-str/pack.t] changed \001 to \o001 some places
(edit) @24747 [24747] 6 days szabgab add pack/unpack tests from perl 5 source code
(edit) @24746 [24746] 6 days masak [t/spec/S29-str/unpack.t] removed mismatched right paren
(edit) @24743 [24743] 6 days szabgab basic unpack() test
(edit) @24731 [24731] 8 days unobe [t/spec] S05 - Moved P5/Perl5 modifier tests into spec (rakudo can't parse …
(edit) @24716 [24716] 9 days unobe [t/spec]: S05 - Moved some capturing tests and added a few
(edit) @24713 [24713] 9 days Ovid Trying to make this fudgeable test work. Need to understand fudge …
(edit) @24710 [24710] 9 days Ovid Trying to make this suitable for "make spectest" with Rakudo. The skip …
(edit) @24709 [24709] 9 days Ovid Add test to check autovivification of accessing a top-level hash element. …
(edit) @24706 [24706] 9 days lwall [undef.t] there is no my() function...declarators require space
(edit) @24693 [24693] 10 days pmichaud [t/spec]: Correct tests for definedness in undef.t .
(edit) @24692 [24692] 10 days pmichaud [t/spec]: #?rakudo skip tests involving non-existent StrPos?.
(edit) @24679 [24679] 11 days pmichaud [t/spec]: Eliminate some "Redeclared variable" warnings in tests
(edit) @24672 [24672] 12 days pmichaud [t/spec]: Remove some duplicate my declarations in hash.t .
(edit) @24665 [24665] 12 days schwarzer fix broken smartlinks - do not use format specifier in paragraph …
(edit) @24659 [24659] 13 days lwall [range-by.t] fix parsefail
(edit) @24655 [24655] 13 days masak [t/spec/S03-operators] added range-by.t with tests for ranges modified …
(edit) @24654 [24654] 13 days moritz [t/spec] some small test additions and unfudges
(edit) @24638 [24638] 2 weeks pmichaud [rakudo]: unfudge a pointy block test for rakudo
(edit) @24637 [24637] 2 weeks pmichaud [t/spec]: Update skip message in rakudo fudge.
(edit) @24636 [24636] 2 weeks pmichaud [rakudo]: Unfudge a pointy block test for rakudo.
(edit) @24635 [24635] 2 weeks pmichaud [t/spec]: Unfudge some tests for rakudo.
(edit) @24634 [24634] 2 weeks pmichaud [t/spec]: Unfudge some pointy block tests.
(edit) @24633 [24633] 2 weeks pmichaud [t/spec]: Unfudge arity tests on blocks and pointy subs.
(edit) @24621 [24621] 2 weeks pmichaud [t/spec]: Fix error in kv.t test.
(edit) @24614 [24614] 2 weeks cspenser Update plan for range tests.
(edit) @24613 [24613] 2 weeks cspenser More tests for infinite ranges.
(edit) @24610 [24610] 2 weeks moritz [t/spec] unfudge some last/next/redo tests for rakudo
(edit) @24608 [24608] 2 weeks moritz [t/spec] some unfudges in next.t
(edit) @24607 [24607] 2 weeks moritz [t] and [t/spec] * moved NaN.t, ref.t, trusts.t and fail.t to spec/ * …
(edit) @24602 [24602] 2 weeks pmichaud [t/spec]: Update map/grep/reduce/kv tests to work with scalar invocants.
(edit) @24597 [24597] 2 weeks pmichaud [t/spec]: Add test for list context and infix:<Z>
(edit) @24596 [24596] 2 weeks pmichaud [t/spec]: Remove a suspicious test.
(edit) @24594 [24594] 2 weeks leto Tests for sprintf %s handling of NaN and Inf
(edit) @24593 [24593] 2 weeks pmichaud [t/spec] Unfudge some redo tests.
(edit) @24577 [24577] 3 weeks zev typo in test description
(edit) @24571 [24571] 3 weeks pmichaud [t/spec]: Unfudge some more rakudo tests.
(edit) @24570 [24570] 3 weeks pmichaud [t/spec]: Adjust plan for test added to reduce.t in r24567.
(edit) @24569 [24569] 3 weeks zev additional substitution tests
(edit) @24567 [24567] 3 weeks bacek [spec] Added test to one element list reduce.
(edit) @24562 [24562] 3 weeks pmichaud [t/spec]: unfudge passing tests in arity.t
(edit) @24561 [24561] 3 weeks moritz [t/spec] move a test to ../pugs/ that seems to be not generally relevant
(edit) @24559 [24559] 3 weeks moritz [t] move oo/methods/ref.t to spec/
(edit) @24555 [24555] 3 weeks moritz [t/spec] test that .first and .reduce work on ranges
(edit) @24554 [24554] 3 weeks moritz [t/spec] * added tests for $obj.@candidates(@args) and other indirect …
(edit) @24553 [24553] 3 weeks moritz [t] and [t/spec] * more smartlinks * moved …
(edit) @24549 [24549] 3 weeks pmichaud [t/spec]: Unfudge tests for whatever star in array slices.
(edit) @24548 [24548] 3 weeks pmichaud [t/spec]: Unfudge a spectest in do.t.
(edit) @24547 [24547] 3 weeks pmichaud [rakudo]: Unfudge some Complex tests.
(edit) @24546 [24546] 3 weeks pmichaud [t/spec]: unfudge some tests relating to Inf/NaN .
(edit) @24544 [24544] 3 weeks pmichaud [t/spec]: Some rakudo fudge updates, not yet ready for spectest …
(edit) @24543 [24543] 3 weeks pmichaud [t/spec]: unfudge more tests for rakudo (assign.t)
(edit)