# Failed test 'sanity: generated PIR successfully' # at t/compilers/pct/complete_workflow.t line 408. # got: '[SIGNAL 11]' # expected: '0' # Failed test 'sanity: generated actions file exists' # at t/compilers/pct/complete_workflow.t line 409. open '/home/jimk/work/parrot/t/compilers/pct/cQDr_4WRkP.pir': No such file or directory at lib/Parrot/BuildUtil.pm line 88. # Looks like you planned 54 tests but ran 8. # Looks like you failed 2 tests of 8 run. # Looks like your test exited with 2 just after 8. t/compilers/pct/complete_workflow.t .... 1..54 ok 1 - sanity: got name of grammar file ok 2 - sanity: grammar file exists ok 3 - sanity: generated PIR successfully ok 4 - sanity: generated parser file exists ok 5 - sanity: got name of action file ok 6 - sanity: action file exists not ok 7 - sanity: generated PIR successfully not ok 8 - sanity: generated actions file exists Dubious, test returned 2 (wstat 512, 0x200) Failed 48/54 subtests # Failed test 'two opers in sequence' # at t/compilers/pge/03-optable.t line 193. # Exited with error code: 1 # Received: # ResizablePMCArray: index out of bounds! # current instr.: 'parrot;PGE;OPTable;parse' pc 2030 (compilers/pge/PGE/OPTable.pir:604) # called from Sub 'main' pc 284 (/home/jimk/work/parrot/t/compilers/pge/03-optable_16.pir:43) # # Expected: # term:a (pos=1) # # Failed test 'infix missing rhs' # at t/compilers/pge/03-optable.t line 193. # Exited with error code: 1 # Received: # ResizablePMCArray: index out of bounds! # current instr.: 'parrot;PGE;OPTable;parse' pc 2030 (compilers/pge/PGE/OPTable.pir:604) # called from Sub 'main' pc 284 (/home/jimk/work/parrot/t/compilers/pge/03-optable_17.pir:43) # # Expected: # term:a (pos=1) # # Failed test 'nullterm disallowed' # at t/compilers/pge/03-optable.t line 193. # Exited with error code: 1 # Received: # ResizablePMCArray: index out of bounds! # current instr.: 'parrot;PGE;OPTable;parse' pc 2030 (compilers/pge/PGE/OPTable.pir:604) # called from Sub 'main' pc 284 (/home/jimk/work/parrot/t/compilers/pge/03-optable_34.pir:43) # # Expected: # term:a (pos=1) # # Looks like you failed 3 tests of 37. t/compilers/pge/03-optable.t ........... 1..37 ok 1 - Simple term ok 2 - Simple infix ok 3 - Simple infix ok 4 - left associativity ok 5 - left associativity ok 6 - left associativity ok 7 - tighter precedence ok 8 - tighter precedence ok 9 - left associativity ok 10 - left associativity ok 11 - left associativity ok 12 - looser precedence ok 13 - right associativity ok 14 - list associativity ok 15 - two terms in sequence not ok 16 - two opers in sequence not ok 17 - infix missing rhs ok 18 - postfix ok 19 - postfix ok 20 - prefix ok 21 - prefix ok 22 - prefix ltm ok 23 - prefix ltm ok 24 - circumfix parens ok 25 - extra close paren ok 26 - only close paren ok 27 - missing close paren ok 28 - mismatch close paren ok 29 - mixed tokens ok 30 - missing lhs term ok 31 - postcircumfix ok 32 - nows on postcircumfix ok 33 - nullterm in postcircumfix not ok 34 - nullterm disallowed ok 35 - loose list associativity in circumfix ok 36 - top-level stop token ok 37 - top-level stop token Dubious, test returned 3 (wstat 768, 0x300) Failed 3/37 subtests t/compilers/pge/perl6regex/01-regex.t .. ok 1 - [rx_metachars:2] dot (.) ok 2 - [rx_metachars:3] dot (.) ok 3 - [rx_metachars:4] dot (.) ok 4 - [rx_metachars:5] whitespace (\s) ok 5 - [rx_metachars:6] whitespace (\s) ok 6 - [rx_metachars:7] not whitespace (\S) ok 7 - [rx_metachars:8] not whitespace (\S) ok 8 - [rx_metachars:9] start and end of string (^) ok 9 - [rx_metachars:10] start and end of string (^) ok 10 - [rx_metachars:11] start and end of string (^) ok 11 - [rx_metachars:12] start and end of string (^) ok 12 - [rx_metachars:13] start and end of string ($) ok 13 - [rx_metachars:14] start and end of string ($) ok 14 - [rx_metachars:15] start and end of string ($) ok 15 - [rx_metachars:16] start and end of string (^) ok 16 - [rx_metachars:17] end of string ($) ok 17 - [rx_metachars:18] end of string ($) ok 18 - [rx_metachars:19] left word boundary, beginning of word ok 19 - [rx_metachars:20] left word boundary, mid-word ok 20 - [rx_metachars:21] left word boundary, end of word ok 21 - [rx_metachars:22] left word boundary, BOS ok 22 - [rx_metachars:23] left word boundary, EOS ok 23 - [rx_metachars:24] left word boundary, no word chars ok 24 - [rx_metachars:25] right word boundary, beginning of word ok 25 - [rx_metachars:26] right word boundary, mid-word ok 26 - [rx_metachars:27] right word boundary, end of word ok 27 - [rx_metachars:28] right word boundary, BOS ok 28 - [rx_metachars:29] right word boundary, EOS ok 29 - [rx_metachars:30] right word boundary, no word chars ok 30 - [rx_metachars:32] logical newline (\n) ok 31 - [rx_metachars:34] logical newline matches \r ok 32 - [rx_metachars:35] logical newline quantified ok 33 - [rx_metachars:36] logical newline (\n) ok 34 - [rx_metachars:37] logical newline matches \n\r ok 35 - [rx_metachars:39] logical newline matches \r\n ok 36 - [rx_metachars:40] logical newline (\n) ok 37 - [rx_metachars:41] not logical newline (\N) ok 38 - [rx_metachars:42] not logical newline (\N) ok 39 - [rx_metachars:43] not logical newline (\N) ok 40 - [rx_metachars:44] not logical newline (\N) ok 41 - [rx_metachars:45] not logical newline (\N) ok 42 - [rx_metachars:46] not logical newline (\N) ok 43 - [rx_metachars:47] not logical newline (\N) ok 44 - [rx_metachars:48] not logical newline (\N) ok 45 - [rx_metachars:49] not logical newline (\N) ok 46 - [rx_metachars:50] not logical newline (\N) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 2, found 'a' ok 47 - [rx_metachars:51] retired metachars (\A) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 2, found 'a' ok 48 - [rx_metachars:52] retired metachars (\A) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 5, found '' ok 49 - [rx_metachars:53] retired metachars (\Z) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 5, found '' ok 50 - [rx_metachars:54] retired metachars (\Z) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 5, found '' ok 51 - [rx_metachars:55] retired metachars (\z) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 5, found '' ok 52 - [rx_metachars:56] retired metachars (\z) ok 53 - [rx_metachars:57] comments (#) ok 54 - [rx_metachars:58] comments (#) ok 55 - [rx_metachars:59] comments (#) ok 56 - [rx_metachars:60] comments (#) ok 57 - [rx_metachars:61] comments (#) ok 58 - [rx_metachars:62] comments (#) ok 59 - [rx_metachars:63] line beginnings and endings (^^) ok 60 - [rx_metachars:65] line beginnings and endings (^^) ok 61 - [rx_metachars:66] line beginnings and endings (^^) ok 62 - [rx_metachars:68] line beginnings and endings (^^) ok 63 - [rx_metachars:69] line beginnings and endings ($$) ok 64 - [rx_metachars:71] line beginnings and endings ($$) ok 65 - [rx_metachars:72] line beginnings and endings ($$) ok 66 - [rx_metachars:74] line beginnings and endings ($$) ok 67 - [rx_metachars:75] alternation (|) ok 68 - [rx_metachars:76] alternation (|) ok 69 - [rx_metachars:77] alternation (|) ok 70 - [rx_metachars:78] alternation (|) ok 71 - [rx_metachars:79] alternation (|) ok 72 - [rx_metachars:80] alternation (|) ok 73 - [rx_metachars:81] alternation (|) ok 74 - [rx_metachars:82] alternation (|) ResizablePMCArray: index out of bounds! not ok 75 - [rx_metachars:83] alternation (|) - null right arg illegal ok 76 - [rx_metachars:84] alternation (|) - null left arg ignored rule error ok 77 - [rx_metachars:85] alternation (|) - null both args illegal ok 78 - [rx_metachars:86] alternation (|) - literal must be escaped rule error ok 79 - [rx_metachars:87] alternation (|) - literal must be escaped ok 80 - [rx_metachars:89] conjunction (&) ok 81 - [rx_metachars:90] conjunction (&) ok 82 - [rx_metachars:91] conjunction (&) ok 83 - [rx_metachars:92] conjunction (&) ok 84 - [rx_metachars:94] conjunction (&) ok 85 - [rx_metachars:96] conjunction (&) ok 86 - [rx_metachars:98] conjunction (&) ok 87 - [rx_metachars:100] conjunction (&) ResizablePMCArray: index out of bounds! not ok 88 - [rx_metachars:101] conjunction (&) - null right arg illegal rule error ok 89 - [rx_metachars:102] conjunction (&) - null left arg illegal rule error ok 90 - [rx_metachars:103] conjunction (&) - null both args illegal ok 91 - [rx_metachars:104] conjunction (&) - literal must be escaped rule error ok 92 - [rx_metachars:105] conjunction (&) - literal must be escaped not ok 93 # TODO [rx_metachars:107] alternation and conjunction (&|) - parse error ResizablePMCArray: index out of bounds! not ok 94 - [rx_metachars:108] alternation and conjunction (|&) - parse error ok 95 - [rx_metachars:109] leading alternation ignored ok 96 - [rx_metachars:110] leading alternation ignored ok 97 - [rx_metachars:111] leading alternation ignored ok 98 - [rx_metachars:112] leading alternation ignored Null PMC access in find_method('reduce') not ok 99 # TODO [rx_metachars:114] null pattern invalid perl6regex parse error: Alphanumeric metacharacters are reserved at offset 2, found 'a' ok 100 - [rx_metachars:115] retired metachars (\p) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 2, found '{' ok 101 - [rx_metachars:116] retired metachars (\p) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 2, found 'a' ok 102 - [rx_metachars:117] retired metachars (\P) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 2, found '{' ok 103 - [rx_metachars:118] retired metachars (\P) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 2, found 'a' ok 104 - [rx_metachars:119] retired metachars (\L...\E) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 2, found 'A' ok 105 - [rx_metachars:120] retired metachars (\L...\E) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 2, found 'a' ok 106 - [rx_metachars:121] retired metachars (\U...\E) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 2, found 'a' ok 107 - [rx_metachars:122] retired metachars (\U...\E) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 2, found 'a' ok 108 - [rx_metachars:123] retired metachars (\Q...\E) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 2, found 'a' ok 109 - [rx_metachars:124] retired metachars (\Q...\E) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 2, found 'a' ok 110 - [rx_metachars:125] retired metachars (\G) perl6regex parse error: Alphanumeric metacharacters are reserved at offset 2, found 'a' ok 111 - [rx_metachars:126] retired metachars (\1) ok 112 - [rx_metachars:128] 0-255 whitespace (\s) ok 113 - [rx_metachars:130] 0-255 horizontal whitespace (\h) ok 114 - [rx_metachars:131] 0-255 horizontal whitespace (\V) ok 115 - [rx_metachars:133] 0-255 vertical whitespace (\v) ok 116 - [rx_metachars:134] 0-255 horizontal whitespace (\h) ok 117 - [rx_metachars:135] 0-255 vertical whitespace (\v) ok 118 - [rx_metachars:137] unicode whitespace (\s) ok 119 - [rx_metachars:139] unicode whitespace (\h) ok 120 - [rx_metachars:140] unicode whitespace (\V) ok 121 - [rx_metachars:141] unicode whitespace (\v) ok 122 - [rx_metachars:142] horizontal tab (\t) ok 123 - [rx_metachars:143] horizontal tab (\t) ok 124 - [rx_metachars:144] horizontal tab (\t) ok 125 - [rx_metachars:145] horizontal tab (\t) ok 126 - [rx_metachars:146] not horizontal tab (\T) ok 127 - [rx_metachars:147] not horizontal tab (\T) ok 128 - [rx_metachars:148] not horizontal tab (\T) ok 129 - [rx_metachars:149] not horizontal tab (\T) ok 130 - [rx_metachars:150] not horizontal tab (\T) ok 131 - [rx_metachars:151] not horizontal tab (\T) ok 132 - [rx_metachars:152] return (\r) ok 133 - [rx_metachars:153] return (\r) ok 134 - [rx_metachars:154] return (\r) ok 135 - [rx_metachars:155] return (\r) ok 136 - [rx_metachars:156] not return (\R) ok 137 - [rx_metachars:157] not return (\R) ok 138 - [rx_metachars:158] not return (\R) ok 139 - [rx_metachars:159] not return (\R) ok 140 - [rx_metachars:160] not return (\R) ok 141 - [rx_metachars:161] not return (\R) ok 142 - [rx_metachars:162] formfeed (\f) ok 143 - [rx_metachars:163] formfeed (\f) ok 144 - [rx_metachars:164] formfeed (\f) ok 145 - [rx_metachars:165] formfeed (\f) ok 146 - [rx_metachars:166] not formfeed (\F) ok 147 - [rx_metachars:167] not formfeed (\F) ok 148 - [rx_metachars:168] not formfeed (\F) ok 149 - [rx_metachars:169] not formfeed (\F) ok 150 - [rx_metachars:170] not formfeed (\F) ok 151 - [rx_metachars:171] not formfeed (\F) ok 152 - [rx_metachars:173] escape (\e) ok 153 - [rx_metachars:175] escape (\e) ok 154 - [rx_metachars:176] escape (\e) ok 155 - [rx_metachars:177] escape (\e) ok 156 - [rx_metachars:178] not escape (\E) ok 157 - [rx_metachars:179] not escape (\E) ok 158 - [rx_metachars:180] not escape (\E) ok 159 - [rx_metachars:182] not escape (\E) ok 160 - [rx_metachars:184] not escape (\E) ok 161 - [rx_metachars:185] not escape (\E) ok 162 - [rx_metachars:186] hex (\x) ok 163 - [rx_metachars:187] hex (\x) ok 164 - [rx_metachars:188] hex (\x) ok 165 - [rx_metachars:189] hex (\x) ok 166 - [rx_metachars:190] hex (\x[]) ok 167 - [rx_metachars:191] hex (\x[]) ok 168 - [rx_metachars:192] hex (\x[]) ok 169 - [rx_metachars:193] hex (\x[]) ok 170 - [rx_metachars:194] hex (\x[]) ok 171 - [rx_metachars:195] hex (\x[]) ok 172 - [rx_metachars:196] hex (\x[]) ok 173 - [rx_metachars:197] not hex (\X) ok 174 - [rx_metachars:198] not hex (\X) ok 175 - [rx_metachars:199] not hex (\X) ok 176 - [rx_metachars:200] not hex (\X) ok 177 - [rx_metachars:201] not hex (\X) ok 178 - [rx_metachars:202] not hex (\X) ok 179 - [rx_metachars:203] not hex (\X[]) ok 180 - [rx_metachars:204] not hex (\X[]) ok 181 - [rx_metachars:205] not hex (\X[]) ok 182 - [rx_metachars:206] not hex (\X[]) ok 183 - [rx_metachars:207] not hex (\X[]) ok 184 - [rx_metachars:208] not hex (\X[]) ok 185 - [rx_metachars:209] hex (\x) ok 186 - [rx_metachars:210] hex (\x) ok 187 - [rx_metachars:211] hex (\x) ok 188 - [rx_metachars:212] hex (\x) ok 189 - [rx_metachars:213] hex (\x[]) ok 190 - [rx_metachars:214] hex (\x[]) ok 191 - [rx_metachars:215] hex (\x[]) ok 192 - [rx_metachars:216] hex (\x[]) ok 193 - [rx_metachars:217] hex (\x[]) ok 194 - [rx_metachars:218] hex (\x[]) ok 195 - [rx_metachars:219] hex (\x[]) ok 196 - [rx_metachars:220] not hex (\X) ok 197 - [rx_metachars:221] not hex (\X) ok 198 - [rx_metachars:222] not hex (\X) ok 199 - [rx_metachars:223] not hex (\X) ok 200 - [rx_metachars:224] not hex (\X) ok 201 - [rx_metachars:225] not hex (\X) ok 202 - [rx_metachars:226] not hex (\X[]) ok 203 - [rx_metachars:227] not hex (\X[]) ok 204 - [rx_metachars:228] not hex (\X[]) ok 205 - [rx_metachars:229] not hex (\X[]) ok 206 - [rx_metachars:230] not hex (\X[]) ok 207 - [rx_metachars:231] not hex (\X[]) ok 208 - [rx_metachars:232] octal (\o) ok 209 - [rx_metachars:233] octal (\o) ok 210 - [rx_metachars:234] octal (\o) ok 211 - [rx_metachars:235] octal (\o) ok 212 - [rx_metachars:236] octal (\o[]) ok 213 - [rx_metachars:237] octal (\o[]) ok 214 - [rx_metachars:239] octal (\o[]) ok 215 - [rx_metachars:240] octal (\o[]) ok 216 - [rx_metachars:241] octal (\o[]) ok 217 - [rx_metachars:242] not octal (\O) ok 218 - [rx_metachars:243] not octal (\O) ok 219 - [rx_metachars:244] not octal (\O) ok 220 - [rx_metachars:245] not octal (\O) ok 221 - [rx_metachars:246] not octal (\O) ok 222 - [rx_metachars:247] not octal (\O) ok 223 - [rx_metachars:248] not octal (\O[]) ok 224 - [rx_metachars:249] not octal (\O[]) ok 225 - [rx_metachars:250] not octal (\O[]) ok 226 - [rx_metachars:251] not octal (\O[]) ok 227 - [rx_metachars:252] not octal (\O[]) ok 228 - [rx_metachars:253] not octal (\O[]) ok 229 - [rx_metachars:254] word character ok 230 - [rx_metachars:255] word character ok 231 - [rx_metachars:256] not word character ok 232 - [rx_metachars:257] not word character ok 233 - [rx_metachars:258] digit ok 234 - [rx_metachars:259] digit ok 235 - [rx_metachars:260] not digit ok 236 - [rx_metachars:261] not digit ok 237 - [rx_quantifiers:3] star 2+ ok 238 - [rx_quantifiers:4] star 1 ok 239 - [rx_quantifiers:5] star 0 ok 240 - [rx_quantifiers:6] star 2+ ok 241 - [rx_quantifiers:7] star 1 ok 242 - [rx_quantifiers:8] star 0 ok 243 - [rx_quantifiers:10] plus 2+ ok 244 - [rx_quantifiers:11] plus 1 ok 245 - [rx_quantifiers:12] plus 0 ok 246 - [rx_quantifiers:13] plus 2+ ok 247 - [rx_quantifiers:14] plus 1 ok 248 - [rx_quantifiers:15] plus 0 ok 249 - [rx_quantifiers:17] ques 2+ ok 250 - [rx_quantifiers:18] ques 1 ok 251 - [rx_quantifiers:19] ques 0 ok 252 - [rx_quantifiers:20] ques 2+ ok 253 - [rx_quantifiers:21] ques 1 ok 254 - [rx_quantifiers:22] ques 0 ok 255 - [rx_quantifiers:24] star greedy 2+ ok 256 - [rx_quantifiers:25] star greedy 1 ok 257 - [rx_quantifiers:26] star greedy 0 ok 258 - [rx_quantifiers:27] star greedy 2+ ok 259 - [rx_quantifiers:28] star greedy 1 ok 260 - [rx_quantifiers:29] star greedy 0 ok 261 - [rx_quantifiers:31] plus greedy 2+ ok 262 - [rx_quantifiers:32] plus greedy 1 ok 263 - [rx_quantifiers:33] plus greedy 0 ok 264 - [rx_quantifiers:34] plus greedy 2+ ok 265 - [rx_quantifiers:35] plus greedy 1 ok 266 - [rx_quantifiers:36] plus greedy 0 ok 267 - [rx_quantifiers:38] ques greedy 2+ ok 268 - [rx_quantifiers:39] ques greedy 1 ok 269 - [rx_quantifiers:40] ques greedy 0 ok 270 - [rx_quantifiers:41] ques greedy 2+ ok 271 - [rx_quantifiers:42] ques greedy 1 ok 272 - [rx_quantifiers:43] ques greedy 0 ok 273 - [rx_quantifiers:45] star :greedy 2+ ok 274 - [rx_quantifiers:46] star :greedy 1 ok 275 - [rx_quantifiers:47] star :greedy 0 ok 276 - [rx_quantifiers:48] star :greedy 2+ ok 277 - [rx_quantifiers:49] star :greedy 1 ok 278 - [rx_quantifiers:50] star :greedy 0 ok 279 - [rx_quantifiers:52] plus :greedy 2+ ok 280 - [rx_quantifiers:53] plus :greedy 1 ok 281 - [rx_quantifiers:54] plus :greedy 0 ok 282 - [rx_quantifiers:55] plus :greedy 2+ ok 283 - [rx_quantifiers:56] plus :greedy 1 ok 284 - [rx_quantifiers:57] plus :greedy 0 ok 285 - [rx_quantifiers:59] ques :greedy 2+ ok 286 - [rx_quantifiers:60] ques :greedy 1 ok 287 - [rx_quantifiers:61] ques :greedy 0 ok 288 - [rx_quantifiers:62] ques :greedy 2+ ok 289 - [rx_quantifiers:63] ques :greedy 1 ok 290 - [rx_quantifiers:64] ques :greedy 0 ok 291 - [rx_quantifiers:66] star eager 2+ ok 292 - [rx_quantifiers:67] star eager 1 ok 293 - [rx_quantifiers:68] star eager 0 ok 294 - [rx_quantifiers:69] star eager 2+ ok 295 - [rx_quantifiers:70] star eager 1 ok 296 - [rx_quantifiers:71] star eager 0 ok 297 - [rx_quantifiers:73] plus eager 2+ ok 298 - [rx_quantifiers:74] plus eager 1 ok 299 - [rx_quantifiers:75] plus eager 0 ok 300 - [rx_quantifiers:76] plus eager 2+ ok 301 - [rx_quantifiers:77] plus eager 1 ok 302 - [rx_quantifiers:78] plus eager 0 ok 303 - [rx_quantifiers:80] ques eager 2+ ok 304 - [rx_quantifiers:81] ques eager 1 ok 305 - [rx_quantifiers:82] ques eager 0 ok 306 - [rx_quantifiers:83] ques eager 2+ ok 307 - [rx_quantifiers:84] ques eager 1 ok 308 - [rx_quantifiers:85] ques eager 0 ok 309 - [rx_quantifiers:87] star :eager 2+ ok 310 - [rx_quantifiers:88] star :eager 1 ok 311 - [rx_quantifiers:89] star :eager 0 ok 312 - [rx_quantifiers:90] star :eager 2+ ok 313 - [rx_quantifiers:91] star :eager 1 ok 314 - [rx_quantifiers:92] star :eager 0 ok 315 - [rx_quantifiers:94] plus :eager 2+ ok 316 - [rx_quantifiers:95] plus :eager 1 ok 317 - [rx_quantifiers:96] plus :eager 0 ok 318 - [rx_quantifiers:97] plus :eager 2+ ok 319 - [rx_quantifiers:98] plus :eager 1 ok 320 - [rx_quantifiers:99] plus :eager 0 ok 321 - [rx_quantifiers:101] ques :eager 2+ ok 322 - [rx_quantifiers:102] ques :eager 1 ok 323 - [rx_quantifiers:103] ques :eager 0 ok 324 - [rx_quantifiers:104] ques :eager 2+ ok 325 - [rx_quantifiers:105] ques :eager 1 ok 326 - [rx_quantifiers:106] ques :eager 0 ok 327 - [rx_quantifiers:108] star cut 2+ ok 328 - [rx_quantifiers:109] star cut 1 ok 329 - [rx_quantifiers:110] star cut 0 ok 330 - [rx_quantifiers:111] star cut 2+ ok 331 - [rx_quantifiers:112] star cut 1 ok 332 - [rx_quantifiers:114] plus cut 2+ ok 333 - [rx_quantifiers:115] plus cut 1 ok 334 - [rx_quantifiers:116] plus cut 0 ok 335 - [rx_quantifiers:117] plus cut 2+ ok 336 - [rx_quantifiers:118] plus cut 1 ok 337 - [rx_quantifiers:120] ques cut 2+ ok 338 - [rx_quantifiers:121] ques cut 1 ok 339 - [rx_quantifiers:122] ques cut 0 ok 340 - [rx_quantifiers:123] ques cut 2+ ok 341 - [rx_quantifiers:124] ques cut 1 ok 342 - [rx_quantifiers:126] star ratchet 2+ ok 343 - [rx_quantifiers:127] star ratchet 1 ok 344 - [rx_quantifiers:128] star ratchet 0 ok 345 - [rx_quantifiers:129] star ratchet 2+ ok 346 - [rx_quantifiers:130] star ratchet 1 ok 347 - [rx_quantifiers:132] plus ratchet 2+ ok 348 - [rx_quantifiers:133] plus ratchet 1 ok 349 - [rx_quantifiers:134] plus ratchet 0 ok 350 - [rx_quantifiers:135] plus ratchet 2+ ok 351 - [rx_quantifiers:136] plus ratchet 1 ok 352 - [rx_quantifiers:138] ques ratchet 2+ ok 353 - [rx_quantifiers:139] ques ratchet 1 ok 354 - [rx_quantifiers:140] ques ratchet 0 ok 355 - [rx_quantifiers:141] ques ratchet 2+ ok 356 - [rx_quantifiers:142] ques ratchet 1 ok 357 - [rx_quantifiers:144] star ratchet greedy 2+ ok 358 - [rx_quantifiers:145] star ratchet greedy 1 ok 359 - [rx_quantifiers:146] star ratchet greedy 0 ok 360 - [rx_quantifiers:147] star ratchet greedy 2+ ok 361 - [rx_quantifiers:148] star ratchet greedy 1 ok 362 - [rx_quantifiers:150] plus ratchet greedy 2+ ok 363 - [rx_quantifiers:151] plus ratchet greedy 1 ok 364 - [rx_quantifiers:152] plus ratchet greedy 0 ok 365 - [rx_quantifiers:153] plus ratchet greedy 2+ ok 366 - [rx_quantifiers:154] plus ratchet greedy 1 ok 367 - [rx_quantifiers:156] ques ratchet greedy 2+ ok 368 - [rx_quantifiers:157] ques ratchet greedy 1 ok 369 - [rx_quantifiers:158] ques ratchet greedy 0 ok 370 - [rx_quantifiers:159] ques ratchet greedy 2+ ok 371 - [rx_quantifiers:160] ques ratchet greedy 1 ok 372 - [rx_quantifiers:164] only one character ok 373 - [rx_quantifiers:165] two characters ok 374 - [rx_quantifiers:166] only one "a" character ok 375 - [rx_quantifiers:167] two "a" characters ok 376 - [rx_quantifiers:168] no "a" characters ok 377 - [rx_quantifiers:169] not two consecutive "a" characters ok 378 - [rx_quantifiers:170] two "a" characters ok 379 - [rx_quantifiers:171] three "a" characters ok 380 - [rx_quantifiers:172] four "a" characters ok 381 - [rx_quantifiers:173] four "a" characters ok 382 - [rx_quantifiers:174] six "a" characters ok 383 - [rx_quantifiers:175] two "a" characters (non-greedy) ok 384 - [rx_quantifiers:176] two "a" characters (non-greedy) ok 385 - [rx_quantifiers:177] six "a" characters (explicit greed) ok 386 - [rx_quantifiers:178] six "a" characters (explicit greed) ok 387 - [rx_quantifiers:179] two "a" characters (non-greedy) ok 388 - [rx_quantifiers:180] two "a" characters (non-greedy) ok 389 - [rx_quantifiers:181] three "a" characters (explicit greed) ok 390 - [rx_quantifiers:182] three "a" characters (explicit greed) ok 391 - [rx_quantifiers:185] only one character ok 392 - [rx_quantifiers:186] two characters ok 393 - [rx_quantifiers:187] only one "a" character ok 394 - [rx_quantifiers:188] two "a" characters ok 395 - [rx_quantifiers:189] no "a" characters ok 396 - [rx_quantifiers:190] not two consecutive "a" characters ok 397 - [rx_quantifiers:191] two "a" characters ok 398 - [rx_quantifiers:192] three "a" characters ok 399 - [rx_quantifiers:193] four "a" characters ok 400 - [rx_quantifiers:194] four "a" characters ok 401 - [rx_quantifiers:195] six "a" characters ok 402 - [rx_quantifiers:196] two "a" characters (non-greedy) ok 403 - [rx_quantifiers:197] two "a" characters (non-greedy) ok 404 - [rx_quantifiers:198] six "a" characters (explicit greed) ok 405 - [rx_quantifiers:199] six "a" characters (explicit greed) ok 406 - [rx_quantifiers:200] two "a" characters (non-greedy) ok 407 - [rx_quantifiers:201] two "a" characters (non-greedy) ok 408 - [rx_quantifiers:202] three "a" characters (explicit greed) ok 409 - [rx_quantifiers:203] three "a" characters (explicit greed) ok 410 - [rx_quantifiers:205] ** with a term ok 411 - [rx_quantifiers:206] **? with a term ok 412 - [rx_quantifiers:207] ** with term + ws ok 413 - [rx_quantifiers:208] ** under :sigspace ok 414 - [rx_quantifiers:209] ** under :sigspace w/o ws ok 415 - [rx_quantifiers:210] ** under :sigspace w/o ws ok 416 - [rx_backtrack:2] control not ok 417 # TODO [rx_backtrack:4] basic ok 418 - [rx_backtrack:5] basic ok 419 - [rx_backtrack:6] control ok 420 - [rx_backtrack:7] outside a group ok 421 - [rx_backtrack:8] cut on character class shortcut ok 422 - [rx_backtrack:9] cut on character class shortcut ok 423 - [rx_backtrack:10] control ok 424 - [rx_backtrack:11] inside a group ok 425 - [rx_backtrack:12] the default all group ok 426 - [rx_backtrack:14] simple backtrack still works ok 427 - [rx_backtrack:16] rule continues ok 428 - [rx_backtrack:17] full backtrack failure ok 429 - [rx_backtrack:18] full backtrack failure ok 430 - [rx_backtrack:20] group cut at top ok 431 - [rx_backtrack:21] rule cut at top ok 432 - [rx_backtrack:23] group cut in group ok 433 - [rx_backtrack:24] rule cut in group ok 434 - [rx_backtrack:25] no backtrack into group ok 435 - [rx_backtrack:26] no backtrack into subpattern ok 436 - [rx_backtrack:28] full backtrack failure ok 437 - [rx_backtrack:30] ratchet modifier ok 438 - [rx_backtrack:31] force backtracking ! ok 439 - [rx_charclass:2] character class ok 440 - [rx_charclass:4] character class ignores ws ok 441 - [rx_charclass:6] repeated character class ok 442 - [rx_charclass:7] anchored character class ok 443 - [rx_charclass:8] negated character class ok 444 - [rx_charclass:9] anchored optional character class ok 445 - [rx_charclass:10] negated optional character class ok 446 - [rx_charclass:11] repeated negated character class ok 447 - [rx_charclass:12] anchored negated character class ok 448 - [rx_charclass:13] anchored negated character class ok 449 - [rx_charclass:14] character range ok 450 - [rx_charclass:16] character range ignores ws ok 451 - [rx_charclass:17] character range ok 452 - [rx_charclass:18] character range ok 453 - [rx_charclass:19] character range ok 454 - [rx_charclass:20] character range ok 455 - [rx_charclass:21] negated character range ok 456 - [rx_charclass:23] negated allows ws ok 457 - [rx_charclass:24] negated character range not ok 458 # TODO [rx_charclass:26] illegal character range perl6regex parse error: Unescaped '-' in charlist (use '..' or '\-') at offset 2, found '-' ok 459 - [rx_charclass:27] unescaped hyphen ok 460 - [rx_charclass:28] escaped hyphen ok 461 - [rx_charclass:29] escaped hyphen ok 462 - [rx_charclass:30] negated escaped hyphen ok 463 - [rx_charclass:31] negated escaped hyphen ok 464 - [rx_charclass:32] escaped hyphen in range ok 465 - [rx_charclass:33] escaped hyphen in range ok 466 - [rx_charclass:34] escaped hyphen in range ok 467 - [rx_charclass:35] escaped hyphen in range ok 468 - [rx_charclass:36] escaped hyphen in range ok 469 - [rx_charclass:37] escaped hyphen in range ok 470 - [rx_charclass:38] negated escaped hyphen in range ok 471 - [rx_charclass:39] negated escaped hyphen in range ok 472 - [rx_charclass:40] negated escaped hyphen in range ok 473 - [rx_charclass:41] negated escaped hyphen in range ok 474 - [rx_charclass:42] escaped backslash ok 475 - [rx_charclass:43] escaped close bracket perl6regex parse error: Missing close '>' or ']>' in enumerated character class at offset 5, found '' ok 476 - [rx_charclass:44] unescaped backslash (or no closing brace) ok 477 - [rx_charclass:45] lt character class ok 478 - [rx_charclass:46] gt character class ok 479 - [rx_charclass:48] gt, lt character class ok 480 - [rx_charclass:50] lt, gt character class ok 481 - [rx_charclass:51] not gt, lt character class ok 482 - [rx_charclass:52] not lt, gt character class ok 483 - [rx_charclass:53] literal match (\') ok 484 - [rx_charclass:54] literal match (\') ok 485 - [rx_charclass:56] literal match with quote ok 486 - [rx_charclass:57] literal match with backslash ok 487 - [rx_charclass:58] literal match with quote ok 488 - [rx_charclass:60] literal match with backslash rule error not ok 489 # TODO [rx_charclass:62] literal match (\") rule error not ok 490 # TODO [rx_charclass:64] literal match (\") rule error not ok 491 # TODO [rx_charclass:66] literal match with quote rule error not ok 492 # TODO [rx_charclass:68] literal match with quote rule error not ok 493 # TODO [rx_charclass:70] literal match with backslash ResizablePMCArray: index out of bounds! not ok 494 # TODO [rx_charclass:72] literal match with interpolation ResizablePMCArray: index out of bounds! not ok 495 # TODO [rx_charclass:74] literal match with interpolation ok 496 - [rx_charclass:75] literal match with question mark ok 497 - [rx_charclass:76] literal match with lt ok 498 - [rx_charclass:77] literal match with lt and question mark ok 499 - [rx_charclass:78] non-matching literal match ok 500 - [rx_charclass:79] two enumerated ranges ok 501 - [rx_charclass:80] two enumerated ranges ok 502 - [rx_subrules:3] capturing builtin ok 503 - [rx_subrules:4] capturing builtin ok 504 - [rx_subrules:6] non-capturing builtin <.ident> ok 505 - [rx_subrules:7] non-capturing builtin <.name> ok 506 - [rx_subrules:9] word boundary \W\w ok 507 - [rx_subrules:10] word boundary \w\W ok 508 - [rx_subrules:11] BOS word boundary ok 509 - [rx_subrules:12] EOS word boundary ok 510 - [rx_subrules:13] \w\w word boundary ok 511 - [rx_subrules:14] \W\W word boundary ok 512 - [rx_subrules:15] nonword boundary \W\w ok 513 - [rx_subrules:16] nonword boundary \w\W ok 514 - [rx_subrules:17] BOS nonword boundary ok 515 - [rx_subrules:18] EOS nonword boundary ok 516 - [rx_subrules:19] \w\w nonword boundary ok 517 - [rx_subrules:20] \W\W nonword boundary ok 518 - [rx_subrules:22] ok 519 - [rx_subrules:23] <+upper> ok 520 - [rx_subrules:24] <+upper>+ ok 521 - [rx_subrules:25] ok 522 - [rx_subrules:26] <+lower> ok 523 - [rx_subrules:27] <+lower>+ ok 524 - [rx_subrules:28] ok 525 - [rx_subrules:29] <+alpha> ok 526 - [rx_subrules:30] <+alpha>+ ok 527 - [rx_subrules:31] ok 528 - [rx_subrules:32] <+digit> ok 529 - [rx_subrules:33] <+digit>+ ok 530 - [rx_subrules:34] ok 531 - [rx_subrules:35] <+xdigit> ok 532 - [rx_subrules:36] <+xdigit>+ ok 533 - [rx_subrules:37] ok 534 - [rx_subrules:38] <+space> ok 535 - [rx_subrules:39] <+space>+ ok 536 - [rx_subrules:40] ok 537 - [rx_subrules:41] <+blank> ok 538 - [rx_subrules:42] <+blank>+ ok 539 - [rx_subrules:43] ok 540 - [rx_subrules:44] <+cntrl> ok 541 - [rx_subrules:45] <+cntrl>+ ok 542 - [rx_subrules:46] ok 543 - [rx_subrules:47] <+punct> ok 544 - [rx_subrules:48] <+punct>+ ok 545 - [rx_subrules:49] ok 546 - [rx_subrules:50] <+alnum> ok 547 - [rx_subrules:51] <+alnum>+ ok 548 - [rx_subrules:52] union of character classes ok 549 - [rx_subrules:53] enumerated character classes ok 550 - [rx_subrules:54] whitespace is ignored within square brackets and after the initial + ok 551 - [rx_subrules:55] enumerated character classes variant ok 552 - [rx_subrules:56] enumerated character classes variant ok 553 - [rx_subrules:57] enumerated character classes variant ok 554 - [rx_subrules:58] enumerated character classes variant ok 555 - [rx_subrules:59] enumerated character classes variant ok 556 - [rx_subrules:60] whitespace is ignored within square brackets and after the initial - ok 557 - [rx_subrules:61] inverted character class ok 558 - [rx_subrules:62] inverted character class ok 559 - [rx_subrules:63] character class with no j ok 560 - [rx_subrules:64] character class with no j with ws ok 561 - [rx_subrules:65] character class with no j fail ok 562 - [rx_lookarounds:2] lookahead ok 563 - [rx_lookarounds:3] lookahead ok 564 - [rx_lookarounds:4] null ok 565 - [rx_lookarounds:5] negated lookahead ok 566 - [rx_lookarounds:7] lookbehind ok 567 - [rx_lookarounds:8] lookbehind ok 568 - [rx_lookarounds:9] lookbehind ok 569 - [rx_lookarounds:11] lookbehind ok 570 - [rx_lookarounds:12] lookbehind ok 571 - [rx_lookarounds:14] lookbehind ok 572 - [rx_lookarounds:15] lookbehind ok 573 - [rx_lookarounds:17] lookbehind ok 574 - [rx_lookarounds:18] lookbehind ok 575 - [rx_lookarounds:20] lookbehind ok 576 - [rx_lookarounds:22] lookbehind ok 577 - [rx_lookarounds:24] lookbehind ok 578 - [rx_lookarounds:26] lookbehind ok 579 - [rx_lookarounds:27] metasyntax with leading + (<+...>) ok 580 - [rx_lookarounds:28] metasyntax with leading + (<+...>) ok 581 - [rx_lookarounds:29] metasyntax with leading + (<+...>) ok 582 - [rx_lookarounds:31] null pattern () ok 583 - [rx_lookarounds:32] null pattern () ok 584 - [rx_lookarounds:33] null pattern () ok 585 - [rx_lookarounds:34] null pattern () ok 586 - [rx_lookarounds:35] null pattern () ok 587 - [rx_lookarounds:36] null pattern () ok 588 - [rx_lookarounds:38] fail pattern ResizablePMCArray: index out of bounds! not ok 589 - [rx_lookarounds:40] mismatched close ok 590 - [rx_lookarounds:42] one character and lookahead ok 591 - [rx_lookarounds:43] multiple characters and lookahead ok 592 - [rx_lookarounds:44] multiple characters and lookahead with a '<' ok 593 - [rx_lookarounds:45] greedy any character and lookahead with a '<' ok 594 - [rx_lookarounds:46] non-greedy any character and lookahead with a '<' ok 595 - [rx_captures:2] basic match ok 596 - [rx_captures:3] basic $0 ok 597 - [rx_captures:4] basic $1 ok 598 - [rx_captures:5] basic $2 ok 599 - [rx_captures:6] nested match ok 600 - [rx_captures:7] nested match ok 601 - [rx_captures:8] nested match ok 602 - [rx_captures:9] nested match ok 603 - [rx_captures:10] nested match ok 604 - [rx_captures:11] nested match ok 605 - [rx_captures:12] nested match ok 606 - [rx_captures:13] nested match ok 607 - [rx_captures:14] nested match ok 608 - [rx_captures:15] nested match ok 609 - [rx_captures:16] nested match ok 610 - [rx_captures:17] nested match ok 611 - [rx_captures:18] alt subpattern before group ok 612 - [rx_captures:19] alt subpattern in group ok 613 - [rx_captures:20] alt subpattern in group ok 614 - [rx_captures:21] alt subpattern after group ok 615 - [rx_captures:22] 2nd alt subpattern in group ok 616 - [rx_captures:23] 2nd alt subpattern after group ok 617 - [rx_captures:24] nested repeated captures ok 618 - [rx_captures:25] nested repeated captures ok 619 - [rx_captures:26] nested repeated captures ok 620 - [rx_captures:27] numbered aliases $1 ok 621 - [rx_captures:28] numbered aliases $2 ok 622 - [rx_captures:29] numbered aliases $7 ok 623 - [rx_captures:30] numbered aliases $8 ok 624 - [rx_captures:31] numbered aliases $4 ok 625 - [rx_captures:32] perl5 numbered captures $1 ok 626 - [rx_captures:33] perl5 numbered captures $1 ok 627 - [rx_captures:34] perl5 numbered captures $1 ok 628 - [rx_captures:35] perl5 numbered captures $1 ok 629 - [rx_captures:36] perl5 numbered captures $1 ok 630 - [rx_captures:38] named capture ok 631 - [rx_captures:40] named capture ok 632 - [rx_captures:42] mixing named and unnamed capture ok 633 - [rx_captures:44] mixing named and unnamed capture ok 634 - [rx_captures:46] multiple subrule captures in same scope ok 635 - [rx_captures:48] backreference ok 636 - [rx_captures:50] backreference at end of string ok 637 - [rx_captures:52] backref $1 ok 638 - [rx_captures:54] backref $1 ok 639 - [rx_captures:56] backref $1 ok 640 - [rx_captures:58] repeated dot capture ok 641 - [rx_captures:60] alias capture ok 642 - [rx_captures:61] alias capture ok 643 - [rx_modifiers:2] ignorecase (:i) ok 644 - [rx_modifiers:3] ignorecase (:i) ok 645 - [rx_modifiers:4] ignorecase (:i) ok 646 - [rx_modifiers:5] ignorecase (:i) ok 647 - [rx_modifiers:6] ignorecase (:i) ok 648 - [rx_modifiers:7] ignorecase (:ignorecase) ok 649 - [rx_modifiers:8] ignorecase (:ignorecase) ok 650 - [rx_modifiers:9] ignorecase (:ignorecase) ok 651 - [rx_modifiers:11] ignorecase, repetition (:i(0)) ok 652 - [rx_modifiers:12] ignorecase, repetition (:i(0)) ok 653 - [rx_modifiers:14] ignorecase, repetition (:i(1)) ok 654 - [rx_modifiers:16] ignorecase, repetition (:i(1)) ok 655 - [rx_modifiers:17] ignorecase, repetition (:i(1)) ok 656 - [rx_modifiers:19] ignorecase, repetition (:0i) ok 657 - [rx_modifiers:20] ignorecase, repetition (:0i) ok 658 - [rx_modifiers:22] ignorecase, repetition (:1i) ok 659 - [rx_modifiers:24] ignorecase, repetition (:1i) ok 660 - [rx_modifiers:26] ignorecase, repetition (:1i) ok 661 - [rx_modifiers:27] ignorecase, repetition (:1i) ok 662 - [rx_modifiers:28] ignorecase, lexical (:i) ok 663 - [rx_modifiers:29] ignorecase, lexical (:i) ok 664 - [rx_modifiers:30] ignorecase, lexical (:i) ok 665 - [rx_modifiers:31] ignorecase, lexical (:i) ok 666 - [rx_modifiers:32] ignorecase, lexical (:i) ok 667 - [rx_modifiers:33] ignorecase, lexical (:i) ok 668 - [rx_modifiers:34] ignorecase, lexical (:i) ok 669 - [rx_modifiers:35] ignorecase, lexical (:i) ok 670 - [rx_modifiers:36] ignorecase, lexical (:i) ok 671 - [rx_modifiers:38] ignorecase, lexical (:i) ok 672 - [rx_modifiers:40] ignorecase, lexical (:i) ok 673 - [rx_modifiers:41] ignorecase, lexical (:i) ok 674 - [rx_modifiers:42] ignorecase, lexical (:i) ok 675 - [rx_modifiers:44] ignorecase, lexical repetition (:i) perl6regex parse error: Quantifier follows nothing in regex at offset 7, found ':' not ok 676 # TODO [rx_modifiers:46] ignorecase, lexical repetition (:i) ok 677 - [rx_modifiers:48] ignorecase, lexical repetition (:i) ok 678 - [rx_modifiers:50] ignorecase, lexical repetition (:i) ok 679 - [rx_modifiers:51] ignorecase, lexical repetition (:i) ok 680 - [rx_modifiers:52] ignorecase, lexical repetition (:i) ok 681 - [rx_modifiers:54] ignorecase, lexical repetition (:i) ok 682 - [rx_modifiers:55] ignorecase, lexical repetition (:i) ok 683 - [rx_modifiers:57] ignorecase, lexical repetition (:i) ok 684 - [rx_modifiers:59] ignorecase, lexical repetition (:i) ok 685 - [rx_modifiers:60] ignorecase, lexical repetition (:i) ok 686 - [rx_modifiers:62] ignorecase, lexical repetition (:i) ok 687 - [rx_modifiers:64] ignorecase, lexical repetition (:i) ok 688 - [rx_modifiers:65] ignorecase, lexical repetition (:i) ok 689 - [rx_modifiers:67] ignorecase, lexical repetition (:i) ok 690 - [rx_modifiers:68] ignorecase, lexical (:ignorecase) ok 691 - [rx_modifiers:69] ignorecase, lexical (:ignorecase) ok 692 - [rx_modifiers:71] ignorecase, lexical repetition (:ignorecase) ok 693 - [rx_modifiers:73] sigspace (:s) ok 694 - [rx_modifiers:75] sigspace (:s) ok 695 - [rx_modifiers:76] sigspace (:s) ok 696 - [rx_modifiers:77] sigspace (:s) ok 697 - [rx_modifiers:78] sigspace (:s) ok 698 - [rx_modifiers:80] sigspace (:s) ok 699 - [rx_modifiers:82] sigspace (:s) ok 700 - [rx_modifiers:83] sigspace (:s) ok 701 - [rx_modifiers:84] sigspace (:s) ok 702 - [rx_modifiers:85] sigspace (:s) ok 703 - [rx_modifiers:87] sigspace (:sigspace) ok 704 - [rx_modifiers:89] sigspace (:sigspace) ok 705 - [rx_modifiers:90] sigspace (:sigspace) ok 706 - [rx_modifiers:92] sigspace (:sigspace) ok 707 - [rx_modifiers:94] sigspace (:sigspace) ok 708 - [rx_modifiers:95] sigspace (:sigspace) ok 709 - [rx_modifiers:97] sigspace, lexical repetition (:s) perl6regex parse error: Quantifier follows nothing in regex at offset 8, found ':' not ok 710 # TODO [rx_modifiers:99] sigspace, lexical repetition (:s) ok 711 - [rx_modifiers:100] sigspace, lexical repetition (:s) perl6regex parse error: Quantifier follows nothing in regex at offset 0, found ':' not ok 712 # TODO [rx_modifiers:102] sigspace, lexical repetition (:s) ok 713 - [rx_modifiers:103] sigspace, lexical repetition (:s) perl6regex parse error: Quantifier follows nothing in regex at offset 0, found ':' not ok 714 # TODO [rx_modifiers:105] sigspace, lexical repetition (:s) ok 715 - [rx_modifiers:107] sigspace, trailing ws ok 716 - [rx_modifiers:108] basic match ok 717 - [rx_modifiers:109] basic match ok 718 - [rx_modifiers:110] basic match \s+ \s* ok 719 - [rx_modifiers:111] basic match \s+ \s* ok 720 - [rx_modifiers:112] basic match \s* \s+ ok 721 - [rx_modifiers:113] basic match \s* \s* ok 722 - [rx_modifiers:114] basic match ok 723 - [rx_modifiers:115] basic non-match ok 724 - [rx_modifiers:117] basic ws match ok 725 - [rx_modifiers:119] basic ws match ok 726 - [rx_modifiers:121] basic ws match \s+ \s* ok 727 - [rx_modifiers:123] basic ws match \s+ \s* ok 728 - [rx_modifiers:125] basic ws match \s* \s+ ok 729 - [rx_modifiers:127] basic ws match \s* \s* ok 730 - [rx_modifiers:128] basic ws non-match ok 731 - [rx_modifiers:129] basic ws match rule error not ok 732 # TODO [rx_modifiers:131] basic ws match ok 733 - [rx_modifiers:133] basic ws match with boundary modifier separation ok 734 - [rx_modifiers:135] basic ws match with backtrack no-op modifier separation ok 735 - [rx_modifiers:136] sigspace and capture together ok 736 - [rx_modifiers:137] sigspace and capture together perl6regex parse error: Alphanumeric metacharacters are reserved at offset 9, found '.' not ok 737 # TODO [rx_modifiers:139] perl5 syntax (:perl5) ok 738 - [rx_modifiers:141] repetition (:x) ok 739 - [rx_modifiers:143] repetition (:x) ok 740 - [rx_modifiers:145] repetition (:x) ok 741 - [rx_modifiers:147] nth occurance (:nth) not ok 742 # TODO [rx_modifiers:149] nth occurance (:nth) not ok 743 # TODO [rx_modifiers:151] nth occurance (:nth) ok 744 - [rx_modifiers:152] before closing bracket perl6regex parse error: Missing closing braces for closure at offset 2, found '' ok 745 - [rx_syntax:3] unterminated closure perl6regex parse error: Alphanumeric metacharacters are reserved at offset 2, found '' ok 746 - [rx_syntax:4] back references perl6regex parse error: Missing close bracket for \x[...], \o[...], or \c[...] at offset 3, found '' ok 747 - [rx_syntax:5] unterminated \x[..] perl6regex parse error: Missing close bracket for \x[...], \o[...], or \c[...] at offset 3, found '' ok 748 - [rx_syntax:6] unterminated \X[..] perl6regex parse error: Quantifier follows nothing in regex at offset 1, found ' ' ok 749 - [rx_syntax:8] bare * at start perl6regex parse error: Quantifier follows nothing in regex at offset 3, found ' ' ok 750 - [rx_syntax:9] bare * after ws perl6regex parse error: Quantifier follows nothing in regex at offset 2, found '|' ok 751 - [rx_syntax:10] bare * after [ perl6regex parse error: Quantifier follows nothing in regex at offset 3, found '|' ok 752 - [rx_syntax:11] bare * after [+sp perl6regex parse error: Quantifier follows nothing in regex at offset 4, found ']' ok 753 - [rx_syntax:12] bare * after | perl6regex parse error: Quantifier follows nothing in regex at offset 5, found ']' ok 754 - [rx_syntax:13] bare * after |+sp perl6regex parse error: Quantifier follows nothing in regex at offset 1, found ' ' ok 755 - [rx_syntax:15] bare + at start perl6regex parse error: Quantifier follows nothing in regex at offset 3, found ' ' ok 756 - [rx_syntax:16] bare + after ws perl6regex parse error: Quantifier follows nothing in regex at offset 2, found '|' ok 757 - [rx_syntax:17] bare + after [ perl6regex parse error: Quantifier follows nothing in regex at offset 3, found '|' ok 758 - [rx_syntax:18] bare + after [+sp perl6regex parse error: Quantifier follows nothing in regex at offset 4, found ']' ok 759 - [rx_syntax:19] bare + after | perl6regex parse error: Quantifier follows nothing in regex at offset 5, found ']' ok 760 - [rx_syntax:20] bare + after |+sp perl6regex parse error: Quantifier follows nothing in regex at offset 1, found ' ' ok 761 - [rx_syntax:22] bare ? at start perl6regex parse error: Quantifier follows nothing in regex at offset 3, found ' ' ok 762 - [rx_syntax:23] bare ? after ws perl6regex parse error: Quantifier follows nothing in regex at offset 2, found '|' ok 763 - [rx_syntax:24] bare ? after [ perl6regex parse error: Quantifier follows nothing in regex at offset 3, found '|' ok 764 - [rx_syntax:25] bare ? after [+sp perl6regex parse error: Quantifier follows nothing in regex at offset 4, found ']' ok 765 - [rx_syntax:26] bare ? after | perl6regex parse error: Quantifier follows nothing in regex at offset 5, found ']' ok 766 - [rx_syntax:27] bare ? after |+sp perl6regex parse error: Quantifier follows nothing in regex at offset 0, found ':' ok 767 - [rx_syntax:29] bare : at start perl6regex parse error: Quantifier follows nothing in regex at offset 3, found ' ' ok 768 - [rx_syntax:30] bare : after ws perl6regex parse error: Quantifier follows nothing in regex at offset 1, found ':' ok 769 - [rx_syntax:31] bare : after [ perl6regex parse error: Quantifier follows nothing in regex at offset 3, found '|' ok 770 - [rx_syntax:32] bare : after [+sp perl6regex parse error: Quantifier follows nothing in regex at offset 3, found ':' ok 771 - [rx_syntax:33] bare : after | perl6regex parse error: Quantifier follows nothing in regex at offset 5, found ']' ok 772 - [rx_syntax:34] bare : after |+sp perl6regex parse error: Null pattern illegal at offset 0, found '' ok 773 - [rx_syntax:36] null pattern perl6regex parse error: Null pattern illegal at offset 0, found ' ' ok 774 - [rx_syntax:37] ws null pattern perl6regex parse error: LHS of alias must be lvalue at offset 2, found '=' ok 775 - [rx_syntax:39] bare : after ws perl6regex parse error: LHS of alias must be lvalue at offset 2, found '=' ok 776 - [rx_syntax:40] bare : after [+sp perl6regex parse error: LHS of alias must be lvalue at offset 4, found '=' ok 777 - [rx_syntax:41] bare : after |+sp ok 778 - [rx_goal:2] basic goal syntax Unable to parse , couldn't find final ')' ok 779 - [rx_goal:3] missing goal Unable to parse , couldn't find final ')' ok 780 - [rx_goal:4] stuff before goal ok 781 - [rx_goal:5] can't match internal stuff ok 782 - [rx_goal:6] missing internal stuff ok 783 - [rx_goal:7] goal syntax with brackets ok 784 - [rx_goal:8] goal syntax with parenthesis ok 785 - [rx_goal:9] non-literal goal ok 786 - [rx_goal:10] non-literal goal Unable to parse , couldn't find final <[()]> ok 787 - [rx_goal:11] failing non-literal goal Unable to parse 'zz', couldn't find final ')' ok 788 - [rx_goal:12] :dba adverb 1..788 Failed 4/788 subtests Test Summary Report ------------------- t/compilers/pct/complete_workflow.t (Wstat: 512 Tests: 8 Failed: 2) Failed tests: 7-8 Non-zero exit status: 2 Parse errors: Bad plan. You planned 54 tests but ran 8. t/compilers/pge/03-optable.t (Wstat: 768 Tests: 37 Failed: 3) Failed tests: 16-17, 34 Non-zero exit status: 3 t/compilers/pge/perl6regex/01-regex.t (Wstat: 0 Tests: 788 Failed: 4) Failed tests: 75, 88, 94, 589 Files=3, Tests=833, 9 wallclock secs ( 0.13 usr 0.00 sys + 4.38 cusr 0.18 csys = 4.69 CPU) Result: FAIL