Loading tests/DumpRenderTree/assets/run_layout_tests.py +11 −10 Original line number Diff line number Diff line Loading @@ -233,7 +233,8 @@ def main(options, args): # Create the crash list. fp = open(results_dir + "/layout_tests_crashed.txt", "w"); fp.writelines('\n'.join(crashed_tests)) for crashed_test in crashed_tests: fp.writelines(crashed_test + '\n') fp.close() # Count the number of tests in each category. Loading Loading
tests/DumpRenderTree/assets/run_layout_tests.py +11 −10 Original line number Diff line number Diff line Loading @@ -233,7 +233,8 @@ def main(options, args): # Create the crash list. fp = open(results_dir + "/layout_tests_crashed.txt", "w"); fp.writelines('\n'.join(crashed_tests)) for crashed_test in crashed_tests: fp.writelines(crashed_test + '\n') fp.close() # Count the number of tests in each category. Loading