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/ui_test.py > _test/py-unit/core/ui_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/pretty_test.py > _test/py-unit/data_lang/pretty_test.py.log === /home/uke/oil/_test/py-unit/data_lang/pretty_test.py.log === ..F ====================================================================== FAIL: testsFromFile (__main__.PrettyTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/uke/oil/data_lang/pretty_test.py", line 93, in testsFromFile self.assertPretty(width, value, expected, lineno) File "/home/uke/oil/data_lang/pretty_test.py", line 52, in assertPretty self.assertEqual(buf.getvalue(), expected) AssertionError: '[\n [\n 100, 200,\n 300\n ], [\n 100, 200,\n 300\n ]\n]' != '[\n [\n 100, 200,\n 300\n ],\n [100, 200, 300]\n]' ---------------------------------------------------------------------- Ran 3 tests in 0.002s FAILED (failures=1) ACTUAL: [ [ 100, 200, 300 ], [ 100, 200, 300 ] ] EXPECTED: [ [ 100, 200, 300 ], [100, 200, 300] ] END ON LINE 97 FAIL: data_lang/pretty_test.py with code 1