From: Nicholas Clark Date: Fri, 28 Sep 2007 12:40:39 +0000 (+0000) Subject: Hopefully really fix test failures with -C X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c954b578ebf1741bf667c502ede90a6108e3b382;p=p5sagit%2Fp5-mst-13.2.git Hopefully really fix test failures with -C p4raw-id: //depot/perl@31992 --- diff --git a/ext/B/t/optree_specials.t b/ext/B/t/optree_specials.t index 22db718..c5aba7b 100644 --- a/ext/B/t/optree_specials.t +++ b/ext/B/t/optree_specials.t @@ -98,7 +98,7 @@ checkOptree ( name => 'BEGIN', # BEGIN 4: # 11 <1> leavesub[1 ref] K/REFC,1 ->(end) # - <@> lineseq KP ->11 -# y <;> nextstate(main 2 -e:1) v:{ ->z +# y <;> nextstate(main 2 -e:1) v:>,<,%,{ ->z # 10 <1> postinc[t3] sK/1 ->11 # - <1> ex-rv2sv sKRM/1 ->10 # z <#> gvsv[*beg] s ->10 @@ -148,7 +148,7 @@ EOT_EOT # BEGIN 4: # 11 <1> leavesub[1 ref] K/REFC,1 ->(end) # - <@> lineseq KP ->11 -# y <;> nextstate(main 2 -e:1) v:{ ->z +# y <;> nextstate(main 2 -e:1) v:>,<,%,{ ->z # 10 <1> postinc[t2] sK/1 ->11 # - <1> ex-rv2sv sKRM/1 ->10 # z <$> gvsv(*beg) s ->10 @@ -163,7 +163,7 @@ checkOptree ( name => 'END', # END 1: # 4 <1> leavesub[1 ref] K/REFC,1 ->(end) # - <@> lineseq KP ->4 -# 1 <;> nextstate(main 5 -e:6) v:{ ->2 +# 1 <;> nextstate(main 5 -e:6) v:>,<,%,{ ->2 # 3 <1> postinc[t3] sK/1 ->4 # - <1> ex-rv2sv sKRM/1 ->3 # 2 <#> gvsv[*end] s ->3 @@ -171,7 +171,7 @@ EOT_EOT # END 1: # 4 <1> leavesub[1 ref] K/REFC,1 ->(end) # - <@> lineseq KP ->4 -# 1 <;> nextstate(main 5 -e:6) v:{ ->2 +# 1 <;> nextstate(main 5 -e:6) v:>,<,%,{ ->2 # 3 <1> postinc[t2] sK/1 ->4 # - <1> ex-rv2sv sKRM/1 ->3 # 2 <$> gvsv(*end) s ->3 @@ -186,7 +186,7 @@ checkOptree ( name => 'CHECK', # CHECK 1: # 4 <1> leavesub[1 ref] K/REFC,1 ->(end) # - <@> lineseq KP ->4 -# 1 <;> nextstate(main 3 -e:4) v:{ ->2 +# 1 <;> nextstate(main 3 -e:4) v:>,<,%,{ ->2 # 3 <1> postinc[t3] sK/1 ->4 # - <1> ex-rv2sv sKRM/1 ->3 # 2 <#> gvsv[*chk] s ->3 @@ -194,7 +194,7 @@ EOT_EOT # CHECK 1: # 4 <1> leavesub[1 ref] K/REFC,1 ->(end) # - <@> lineseq KP ->4 -# 1 <;> nextstate(main 3 -e:4) v:{ ->2 +# 1 <;> nextstate(main 3 -e:4) v:>,<,%,{ ->2 # 3 <1> postinc[t2] sK/1 ->4 # - <1> ex-rv2sv sKRM/1 ->3 # 2 <$> gvsv(*chk) s ->3 @@ -209,7 +209,7 @@ if ($] >= 5.009) { # UNITCHECK 1: # 4 <1> leavesub[1 ref] K/REFC,1 ->(end) # - <@> lineseq KP ->4 -# 1 <;> nextstate(main 3 -e:4) v:{ ->2 +# 1 <;> nextstate(main 3 -e:4) v:>,<,%,{ ->2 # 3 <1> postinc[t3] sK/1 ->4 # - <1> ex-rv2sv sKRM/1 ->3 # 2 <#> gvsv[*uc] s ->3 @@ -217,7 +217,7 @@ EOT_EOT # UNITCHECK 1: # 4 <1> leavesub[1 ref] K/REFC,1 ->(end) # - <@> lineseq KP ->4 -# 1 <;> nextstate(main 3 -e:4) v:{ ->2 +# 1 <;> nextstate(main 3 -e:4) v:>,<,%,{ ->2 # 3 <1> postinc[t2] sK/1 ->4 # - <1> ex-rv2sv sKRM/1 ->3 # 2 <$> gvsv(*uc) s ->3 @@ -233,7 +233,7 @@ checkOptree ( name => 'INIT', # INIT 1: # 4 <1> leavesub[1 ref] K/REFC,1 ->(end) # - <@> lineseq KP ->4 -# 1 <;> nextstate(main 4 -e:5) v:{ ->2 +# 1 <;> nextstate(main 4 -e:5) v:>,<,%,{ ->2 # 3 <1> postinc[t3] sK/1 ->4 # - <1> ex-rv2sv sKRM/1 ->3 # 2 <#> gvsv[*init] s ->3 @@ -241,7 +241,7 @@ EOT_EOT # INIT 1: # 4 <1> leavesub[1 ref] K/REFC,1 ->(end) # - <@> lineseq KP ->4 -# 1 <;> nextstate(main 4 -e:5) v:{ ->2 +# 1 <;> nextstate(main 4 -e:5) v:>,<,%,{ ->2 # 3 <1> postinc[t2] sK/1 ->4 # - <1> ex-rv2sv sKRM/1 ->3 # 2 <$> gvsv(*init) s ->3 @@ -291,27 +291,27 @@ checkOptree ( name => 'all of BEGIN END INIT CHECK UNITCHECK -exec', # w <1> entersub[t1] KS*/TARG,2 # x <1> leavesub[1 ref] K/REFC,1 # BEGIN 4: -# y <;> nextstate(main 2 -e:1) v:{ +# y <;> nextstate(main 2 -e:1) v:>,<,%,{ # z <#> gvsv[*beg] s # 10 <1> postinc[t3] sK/1 # 11 <1> leavesub[1 ref] K/REFC,1 # END 1: -# 12 <;> nextstate(main 5 -e:1) v:{ +# 12 <;> nextstate(main 5 -e:1) v:>,<,%,{ # 13 <#> gvsv[*end] s # 14 <1> postinc[t3] sK/1 # 15 <1> leavesub[1 ref] K/REFC,1 # INIT 1: -# 16 <;> nextstate(main 4 -e:1) v:{ +# 16 <;> nextstate(main 4 -e:1) v:>,<,%,{ # 17 <#> gvsv[*init] s # 18 <1> postinc[t3] sK/1 # 19 <1> leavesub[1 ref] K/REFC,1 # CHECK 1: -# 1a <;> nextstate(main 3 -e:1) v:{ +# 1a <;> nextstate(main 3 -e:1) v:>,<,%,{ # 1b <#> gvsv[*chk] s # 1c <1> postinc[t3] sK/1 # 1d <1> leavesub[1 ref] K/REFC,1 # UNITCHECK 1: -# 1e <;> nextstate(main 6 -e:1) v:{ +# 1e <;> nextstate(main 6 -e:1) v:>,<,%,{ # 1f <#> gvsv[*uc] s # 1g <1> postinc[t3] sK/1 # 1h <1> leavesub[1 ref] K/REFC,1 @@ -353,27 +353,27 @@ EOT_EOT # w <1> entersub[t1] KS*/TARG,2 # x <1> leavesub[1 ref] K/REFC,1 # BEGIN 4: -# y <;> nextstate(main 2 -e:1) v:{ +# y <;> nextstate(main 2 -e:1) v:>,<,%,{ # z <$> gvsv(*beg) s # 10 <1> postinc[t2] sK/1 # 11 <1> leavesub[1 ref] K/REFC,1 # END 1: -# 12 <;> nextstate(main 5 -e:1) v:{ +# 12 <;> nextstate(main 5 -e:1) v:>,<,%,{ # 13 <$> gvsv(*end) s # 14 <1> postinc[t2] sK/1 # 15 <1> leavesub[1 ref] K/REFC,1 # INIT 1: -# 16 <;> nextstate(main 4 -e:1) v:{ +# 16 <;> nextstate(main 4 -e:1) v:>,<,%,{ # 17 <$> gvsv(*init) s # 18 <1> postinc[t2] sK/1 # 19 <1> leavesub[1 ref] K/REFC,1 # CHECK 1: -# 1a <;> nextstate(main 3 -e:1) v:{ +# 1a <;> nextstate(main 3 -e:1) v:>,<,%,{ # 1b <$> gvsv(*chk) s # 1c <1> postinc[t2] sK/1 # 1d <1> leavesub[1 ref] K/REFC,1 # UNITCHECK 1: -# 1e <;> nextstate(main 6 -e:1) v:{ +# 1e <;> nextstate(main 6 -e:1) v:>,<,%,{ # 1f <$> gvsv(*uc) s # 1g <1> postinc[t2] sK/1 # 1h <1> leavesub[1 ref] K/REFC,1