File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727
2828 # Reset this number to 0 on major V8 upgrades.
2929 # Increment by one for each non-official patch applied to deps/v8.
30- 'v8_embedder_string' : '-node.9 ' ,
30+ 'v8_embedder_string' : '-node.10 ' ,
3131
3232 # Enable disassembler for `--print-code` v8 options
3333 'v8_enable_disassembler' : 1 ,
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ def IsFailureOutput(self, testcase):
107107 expected_lines , actual_lines , fillvalue = '' ):
108108 pattern = re .escape (expected .rstrip () % env )
109109 pattern = pattern .replace ("\\ *" , ".*" )
110- pattern = pattern .replace ("\\ {NUMBER\\ }" , "\d(?:\.\d*)?" )
110+ pattern = pattern .replace ("\\ {NUMBER\\ }" , "\d+ (?:\.\d*)?" )
111111 pattern = "^%s$" % pattern
112112 if not re .match (pattern , actual ):
113113 return True
You can’t perform that action at this time.
0 commit comments