Ticket #1357: three_test_failures.txt

File three_test_failures.txt, 46.0 KB (added by jkeenan, 12 years ago)

Failure in 3 files observed after applying patches from 6 tickets

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