[Webkit-unassigned] [Bug 137338] Remove workarounds for versions of Python before 2.7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 3 05:27:49 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137338





--- Comment #6 from Carlos Alberto Lopez Perez <clopez at igalia.com>  2014-10-03 05:27:47 PST ---
run-perf-tests seems to be also broken. Locally I get:

$ Tools/Scripts/run-perf-tests  --platform gtk --release -2 Interactive/window-resize.html
Running 1 tests
Running Interactive/window-resize.html (1 of 1)
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Last character read from DRT stdout line was not a newline!  This indicates either a NRWT or DRT bug.
Traceback (most recent call last):
  File "Tools/Scripts/run-perf-tests", line 40, in <module>
    sys.exit(PerfTestsRunner().run())
  File "/home/clopez/webkit/webkit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py", line 205, in run
    unexpected = self._run_tests_set(sorted(list(tests), key=lambda test: test.test_name()))
  File "/home/clopez/webkit/webkit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py", line 372, in _run_tests_set
    metrics = test.run(self._options.time_out_ms)
  File "/home/clopez/webkit/webkit/Tools/Scripts/webkitpy/performance_tests/perftest.py", line 132, in run
    if not self._run_with_driver(driver, time_out_ms):
  File "/home/clopez/webkit/webkit/Tools/Scripts/webkitpy/performance_tests/perftest.py", line 179, in _run_with_driver
    self._filter_output(output)
  File "/home/clopez/webkit/webkit/Tools/Scripts/webkitpy/performance_tests/perftest.py", line 273, in _filter_output
    output.text = '\n'.join([line for line in re.split('\n', output.text) if not self._should_ignore_line(self._lines_to_ignore_in_parser_result, line)])
TypeError: sequence item 0: expected string, bytearray found

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list