RUN asdl/examples/typed_arith_parse_test.py > _test/py-unit/asdl/examples/typed_arith_parse_test.py.log OK RUN asdl/format_test.py > _test/py-unit/asdl/format_test.py.log OK RUN asdl/front_end_test.py > _test/py-unit/asdl/front_end_test.py.log OK RUN asdl/gen_python_test.py > _test/py-unit/asdl/gen_python_test.py.log OK RUN benchmarks/uftrace_allocs_test.py > _test/py-unit/benchmarks/uftrace_allocs_test.py.log OK RUN build/dynamic_deps_test.py > _test/py-unit/build/dynamic_deps_test.py.log OK RUN build/ninja_lib_test.py > _test/py-unit/build/ninja_lib_test.py.log OK RUN builtin/bracket_osh_test.py > _test/py-unit/builtin/bracket_osh_test.py.log OK RUN builtin/completion_osh_test.py > _test/py-unit/builtin/completion_osh_test.py.log OK RUN builtin/func_misc_test.py > _test/py-unit/builtin/func_misc_test.py.log OK RUN builtin/misc_osh_test.py > _test/py-unit/builtin/misc_osh_test.py.log OK RUN builtin/read_osh_test.py > _test/py-unit/builtin/read_osh_test.py.log OK RUN builtin/readline_osh_test.py > _test/py-unit/builtin/readline_osh_test.py.log OK RUN client/py_fanos_test.py > _test/py-unit/client/py_fanos_test.py.log OK RUN core/alloc_test.py > _test/py-unit/core/alloc_test.py.log OK RUN core/comp_ui_test.py > _test/py-unit/core/comp_ui_test.py.log OK RUN core/completion_test.py > _test/py-unit/core/completion_test.py.log OK RUN core/process_test.py > _test/py-unit/core/process_test.py.log OK RUN core/pyutil_test.py > _test/py-unit/core/pyutil_test.py.log OK RUN core/state_test.py > _test/py-unit/core/state_test.py.log OK RUN core/util_test.py > _test/py-unit/core/util_test.py.log OK RUN data_lang/j8_test.py > _test/py-unit/data_lang/j8_test.py.log OK RUN data_lang/pyj8_test.py > _test/py-unit/data_lang/pyj8_test.py.log OK RUN display/pretty_test.py > _test/py-unit/display/pretty_test.py.log OK RUN display/ui_test.py > _test/py-unit/display/ui_test.py.log OK RUN doctools/cmark_test.py > _test/py-unit/doctools/cmark_test.py.log OK RUN doctools/help_gen_test.py > _test/py-unit/doctools/help_gen_test.py.log OK RUN doctools/html_lib_test.py > _test/py-unit/doctools/html_lib_test.py.log OK RUN doctools/oils_doc_test.py > _test/py-unit/doctools/oils_doc_test.py.log OK RUN doctools/spelling_test.py > _test/py-unit/doctools/spelling_test.py.log OK RUN doctools/split_doc_test.py > _test/py-unit/doctools/split_doc_test.py.log OK RUN frontend/args_test.py > _test/py-unit/frontend/args_test.py.log OK RUN frontend/id_kind_def_test.py > _test/py-unit/frontend/id_kind_def_test.py.log OK RUN frontend/lexer_def_test.py > _test/py-unit/frontend/lexer_def_test.py.log OK RUN frontend/lexer_gen_test.py > _test/py-unit/frontend/lexer_gen_test.py.log OK RUN frontend/lexer_test.py > _test/py-unit/frontend/lexer_test.py.log OK RUN frontend/match_test.py > _test/py-unit/frontend/match_test.py.log OK RUN frontend/reader_test.py > _test/py-unit/frontend/reader_test.py.log OK RUN frontend/typed_args_test.py > _test/py-unit/frontend/typed_args_test.py.log OK RUN lazylex/html_test.py > _test/py-unit/lazylex/html_test.py.log OK RUN mycpp/format_strings_test.py > _test/py-unit/mycpp/format_strings_test.py.log OK RUN mycpp/mops_test.py > _test/py-unit/mycpp/mops_test.py.log OK RUN mycpp/mylib_test.py > _test/py-unit/mycpp/mylib_test.py.log OK RUN mycpp/pass_state_test.py > _test/py-unit/mycpp/pass_state_test.py.log OK RUN osh/arith_parse_test.py > _test/py-unit/osh/arith_parse_test.py.log OK RUN osh/bool_parse_test.py > _test/py-unit/osh/bool_parse_test.py.log OK RUN osh/braces_test.py > _test/py-unit/osh/braces_test.py.log OK RUN osh/cmd_eval_test.py > _test/py-unit/osh/cmd_eval_test.py.log OK RUN osh/cmd_parse_test.py > _test/py-unit/osh/cmd_parse_test.py.log OK RUN osh/glob_test.py > _test/py-unit/osh/glob_test.py.log OK RUN osh/history_test.py > _test/py-unit/osh/history_test.py.log OK RUN osh/prompt_test.py > _test/py-unit/osh/prompt_test.py.log OK RUN osh/sh_expr_eval_test.py > _test/py-unit/osh/sh_expr_eval_test.py.log === /home/uke/oil/_test/py-unit/osh/sh_expr_eval_test.py.log === FFFF ====================================================================== FAIL: testArbitraryBaseConst (__main__.ParsingTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/uke/oil/osh/sh_expr_eval_test.py", line 83, in testArbitraryBaseConst self.checkCases(CASES) File "/home/uke/oil/osh/sh_expr_eval_test.py", line 25, in checkCases self.assertEqual(expected, actual) AssertionError ====================================================================== FAIL: testDecimalConst (__main__.ParsingTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/uke/oil/osh/sh_expr_eval_test.py", line 39, in testDecimalConst self.checkCases(CASES) File "/home/uke/oil/osh/sh_expr_eval_test.py", line 25, in checkCases self.assertEqual(expected, actual) AssertionError ====================================================================== FAIL: testHexConst (__main__.ParsingTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/uke/oil/osh/sh_expr_eval_test.py", line 67, in testHexConst self.checkCases(CASES) File "/home/uke/oil/osh/sh_expr_eval_test.py", line 25, in checkCases self.assertEqual(expected, actual) AssertionError ====================================================================== FAIL: testOctalConst (__main__.ParsingTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/uke/oil/osh/sh_expr_eval_test.py", line 52, in testOctalConst self.checkCases(CASES) File "/home/uke/oil/osh/sh_expr_eval_test.py", line 25, in checkCases self.assertEqual(expected, actual) AssertionError ---------------------------------------------------------------------- Ran 4 tests in 0.001s FAILED (failures=4) FAIL: osh/sh_expr_eval_test.py with code 1