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