|
34 | 34 | from common import env_modify, no_mac, no_windows, only_windows, requires_native_clang, with_env_modify |
35 | 35 | from common import create_file, parameterized, NON_ZERO, node_pthreads, TEST_ROOT, test_file |
36 | 36 | from common import compiler_for, EMBUILDER, requires_v8, requires_node, requires_wasm64, requires_node_canary |
37 | | -from common import requires_wasm_eh, crossplatform, with_both_eh_sjlj, with_both_sjlj, also_with_standalone_wasm |
| 37 | +from common import requires_wasm_eh, crossplatform, with_both_eh_sjlj, with_both_sjlj |
| 38 | +from common import also_with_standalone_wasm, also_with_env_modify |
38 | 39 | from common import also_with_minimal_runtime, also_with_wasm_bigint, also_with_wasm64, flaky |
39 | 40 | from common import EMTEST_BUILD_VERBOSE, PYTHON, WEBIDL_BINDER |
40 | 41 | from common import requires_network |
@@ -5717,6 +5718,8 @@ def test_only_force_stdlibs_2(self): |
5717 | 5718 | self.run_process([EMXX, 'src.cpp', '-sDISABLE_EXCEPTION_CATCHING=0']) |
5718 | 5719 | self.assertContained('Caught exception: std::exception', self.run_js('a.out.js')) |
5719 | 5720 |
|
| 5721 | + @crossplatform |
| 5722 | + @also_with_env_modify('gb_locale', {'LC_ALL': 'en_GB'}) |
5720 | 5723 | def test_strftime_zZ(self): |
5721 | 5724 | create_file('src.c', r''' |
5722 | 5725 | #include <errno.h> |
|
0 commit comments