Skip to content

Commit 9809992

Browse files
MylesBorinsMyles Borins
authored and
Myles Borins
committed
deps: backport 9c927d0f01 from V8 upstream
Original commit message: [test] Set default locale in test runner BUG=v8:4437,v8:2899,chromium:604310 LOG=n Review URL: https://codereview.chromium.org/1402373002 Cr-Commit-Position: refs/heads/master@{#35614} PR-URL: #7451 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 9606f76 commit 9809992

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/v8/tools/run-tests.py

+3
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,9 @@ def ProcessOptions(options):
326326
global VARIANT_FLAGS
327327
global VARIANTS
328328

329+
# Many tests assume an English interface.
330+
os.environ['LANG'] = 'en_US.UTF-8'
331+
329332
# Architecture and mode related stuff.
330333
if options.arch_and_mode:
331334
options.arch_and_mode = [arch_and_mode.split(".")

0 commit comments

Comments
 (0)