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

Issue 10031029: Double the timeout for JUnit tests in dartc (Closed)

Created:
8 years, 8 months ago by zundel
Modified:
8 years, 8 months ago
CC:
reviews_dartlang.org, Brian Wilkerson, scheglov, danrubel
Visibility:
Public.

Description

Double the timeout for JUnit tests in dartc Committed: https://code.google.com/p/dart/source/detail?r=6350

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -2 lines) Patch
M tools/testing/dart/test_suite.dart View 1 chunk +9 lines, -2 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
zundel
We are starting to see timeouts on the dartc junit tests on the builder. I ...
8 years, 8 months ago (2012-04-10 04:30:13 UTC) #1
Mads Ager (google)
lgtm
8 years, 8 months ago (2012-04-10 06:00:13 UTC) #2
Bill Hesse
https://chromiumcodereview.appspot.com/10031029/diff/1/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://chromiumcodereview.appspot.com/10031029/diff/1/tools/testing/dart/test_suite.dart#newcode1134 tools/testing/dart/test_suite.dart:1134: Map updatedConfiguration = new Map(); Why not new Map.from(configuration)?
8 years, 8 months ago (2012-04-10 10:50:56 UTC) #3
zundel
8 years, 8 months ago (2012-04-10 11:16:29 UTC) #4
On 2012/04/10 10:50:56, Bill Hesse wrote:
>
https://chromiumcodereview.appspot.com/10031029/diff/1/tools/testing/dart/tes...
> File tools/testing/dart/test_suite.dart (right):
> 
>
https://chromiumcodereview.appspot.com/10031029/diff/1/tools/testing/dart/tes...
> tools/testing/dart/test_suite.dart:1134: Map updatedConfiguration = new Map();
> Why not new Map.from(configuration)?

Oh, I was looking for something like that but didn't see it.

Powered by Google App Engine
This is Rietveld 408576698