summaryrefslogtreecommitdiff
path: root/t/comp
Commit message (Expand)AuthorAgeFilesLines
* Calculate conflict markers instead of hardcodingAndrew Hewus Fresh2023-02-171-7/+4
* toke.c: deprecation warning for ' as a package separatorTony Cook2023-02-072-14/+33
* Fail attempts to pass anonsub to \$ prototype.Felipe Gasper2022-11-161-1/+22
* t/comp/require.t - add tests for module_true being offYves Orton2022-11-011-32/+86
* t/comp/require.t - add a way to disable the sleep 20Yves Orton2022-11-011-1/+1
* t/comp/require.t - test module_true with requiring empty filesYves Orton2022-11-011-2/+6
* Enable `use feature 'module_true'`chromatic2022-11-011-5/+180
* t/comp/retainedlines.t - test eval "UNITCHECK{die}" alsoYves Orton2022-09-051-1/+21
* pp_ctl.c - use try_yyparse() for evalYves Orton2022-09-051-3/+8
* retainedlines.t - deterministic results and fixup tests under failureYves Orton2022-08-281-2/+13
* toke.c - consistently refuse octal digit vars, and allow ${10} under strict.Yves Orton2022-07-301-6/+33
* changes to perl tests to handle perl without taint supportNeil Bowers2022-04-201-7/+8
* Print a deprecation warning if downgrading to a use VERSION below v5.11Paul "LeoNerd" Evans2022-02-131-3/+9
* `for my($k, $v) (%hash)` should not be a syntax errorNicholas Clark2021-10-192-8/+20
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-1/+1
* comp/require.tKarl Williamson2021-07-251-2/+1
* fix typo in comp/parser.tJohn Karr2020-11-241-6/+6
* comp/parser.t count two lines that were being tested to see if they crashedJohn Karr2020-11-241-7/+9
* t/comp: use \Q\E to avoid manual escapingNicolas R2020-08-122-24/+24
* eliminate recursion from yyl_fake_eof() into yyl_try()Tony Cook2020-05-211-1/+0
* test that many blank lines doesn't exhaust stack in the tokenizerTony Cook2020-05-211-1/+12
* toke.c - handle ${10} properly - Issue #12948Yves Orton2020-02-101-2/+8
* (perl #134061) move the test to t/uni/parser.tTony Cook2019-05-031-9/+1
* RT#134061: don't call pad_findmy_pvn() with invalid flagsAaron Crane2019-05-031-1/+9
* Fix t/comp/parser_run.t for EBCDICKarl Williamson2017-12-271-2/+2
* fix naming of some test temp filesZefram2017-11-141-3/+3
* localise $@ around source filtersZefram2017-11-131-0/+32
* prevent invalid memory access in S_check_uni (RT #132433)Lukas Mai2017-11-121-1/+7
* tests - remove useless setting in BEGINNicolas R2017-09-151-5/+1
* tests - Use set_up_inc helper to set @INCNicolas R2017-09-151-2/+2
* (perl #131949) adjust s in case peekspace() moves the line stringTony Cook2017-08-311-1/+11
* (perl #131836) avoid a use-after-free after parsing a "sub" keywordTony Cook2017-08-281-1/+9
* (perl #131793) sanely handle PL_linestart > PL_bufptrTony Cook2017-08-171-1/+8
* t/comp/parser.t: Skip test on 32-bit buildsKarl Williamson2017-07-121-7/+10
* Revert: Restrict code points to <= IV_MAXKarl Williamson2017-07-121-1/+1
* fix utf char > IV_MAX on 32-bit platformsDavid Mitchell2017-06-121-1/+1
* fix VMS test failHugo van der Sanden2017-02-261-6/+6
* [perl #130814] Add testcase, and new testfile t/comp/parser_run.tHugo van der Sanden2017-02-211-0/+28
* bump test count in t/comp/parser.tDavid Mitchell2017-02-191-1/+1
* [perl #130815] fix ck_return null-pointer deref on malformed codeAaron Crane2017-02-191-0/+6
* fix range op under aborted constant foldingZefram2017-01-271-1/+4
* handle errors in gen_constant_listZefram2017-01-221-1/+10
* Various .t's: Escape literal '}' and ']' in patternsKarl Williamson2017-01-131-1/+1
* yyparse(): extend parser stack before every shift.David Mitchell2016-12-101-1/+9
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-0/+2
* parser.t: Suppress warningFather Chrysostomos2016-09-041-1/+4
* [perl #129073] Assert failure: ${p{};sub p}()Father Chrysostomos2016-09-041-0/+3
* [perl #125679] Don’t make lvref ops on errorFather Chrysostomos2016-08-281-0/+3
* buffer overflow in "string terminator" err msgDavid Mitchell2016-08-161-1/+10
* Tired of looking up old bug numbersFather Chrysostomos2016-07-291-5/+5