Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Issue 10701025: fixing drt-trampoline (Closed)

Created:
8 years, 5 months ago by Siggi Cherem (dart-lang)
Modified:
8 years, 5 months ago
Reviewers:
Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

fixing drt-trampoline BUG=http://dartbug.com/3917 Committed: https://code.google.com/p/dart/source/detail?r=9230

Patch Set 1 #

Total comments: 6

Patch Set 2 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -9 lines) Patch
M tests/html/html.status View 1 chunk +1 line, -2 lines 0 comments Download
M tests/utils/png_layout_test.png View 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/testing/drt-trampoline.py View 1 2 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/10701025/diff/1/tools/testing/drt-trampoline.py File tools/testing/drt-trampoline.py (left): https://chromiumcodereview.appspot.com/10701025/diff/1/tools/testing/drt-trampoline.py#oldcode52 tools/testing/drt-trampoline.py:52: p.wait() I believe the issue is related to pipeing ...
8 years, 5 months ago (2012-06-28 21:23:57 UTC) #1
Emily Fortuna
lgtm, but with comments, first please! :-) https://chromiumcodereview.appspot.com/10701025/diff/1/tests/html/html.status File tests/html/html.status (left): https://chromiumcodereview.appspot.com/10701025/diff/1/tests/html/html.status#oldcode138 tests/html/html.status:138: # Strange ...
8 years, 5 months ago (2012-06-28 21:44:39 UTC) #2
Siggi Cherem (dart-lang)
8 years, 5 months ago (2012-06-28 21:55:06 UTC) #3
Thanks!

https://chromiumcodereview.appspot.com/10701025/diff/1/tests/html/html.status
File tests/html/html.status (left):

https://chromiumcodereview.appspot.com/10701025/diff/1/tests/html/html.status...
tests/html/html.status:138: # Strange timeout happening (Issue 3917)
On 2012/06/28 21:44:39, Emily Fortuna wrote:
> Will you update Issue 3917 with your current theory of why this was failing?

yes, I was planning to :)

https://chromiumcodereview.appspot.com/10701025/diff/1/tools/testing/drt-tram...
File tools/testing/drt-trampoline.py (right):

https://chromiumcodereview.appspot.com/10701025/diff/1/tools/testing/drt-tram...
tools/testing/drt-trampoline.py:64: output = output[output.find('\n') + 1: -5]
On 2012/06/28 21:44:39, Emily Fortuna wrote:
> Perhaps I'm misunderstanding how this code works, but why do we replace the
> first three newlines and then start with the 4th? How about:
> output = output.replace('\n', '_', 4)
>  output = output[output.find('\n') + 1: -len('#EOF\n')] (this makes the -5
more
> clear, too)

Done. Turns out that it was 4 header lines, not 5...

Powered by Google App Engine
This is Rietveld 408576698