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

Issue 10977054: Separate compile-time and runtime errors. (Closed)

Created:
8 years, 2 months ago by ahe
Modified:
8 years, 2 months ago
Reviewers:
Bill Hesse, kasperl
CC:
reviews_dartlang.org, ngeoffray, ricow1, Anton Muhin, Emily Fortuna, Siggi Cherem (dart-lang), compiler-dev_dartlang.org
Visibility:
Public.

Description

Separate compile-time and runtime errors. Committed: https://code.google.com/p/dart/source/detail?r=12964

Patch Set 1 #

Patch Set 2 : Update dart2dart status #

Total comments: 5

Patch Set 3 : Comment fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+406 lines, -67 lines) Patch
M dart/samples/tests/dartc/test_config.dart View 1 chunk +1 line, -1 line 0 comments Download
M dart/tests/co19/co19-dart2dart.status View 1 1 chunk +213 lines, -0 lines 0 comments Download
M dart/tests/co19/co19-dart2js.status View 2 chunks +8 lines, -0 lines 0 comments Download
M dart/tests/language/language.status View 1 1 chunk +63 lines, -0 lines 0 comments Download
M dart/tests/language/language_dart2js.status View 1 chunk +20 lines, -0 lines 0 comments Download
M dart/tools/testing/dart/multitest.dart View 2 chunks +3 lines, -6 lines 0 comments Download
M dart/tools/testing/dart/test_progress.dart View 1 chunk +12 lines, -0 lines 0 comments Download
M dart/tools/testing/dart/test_runner.dart View 1 2 12 chunks +39 lines, -28 lines 0 comments Download
M dart/tools/testing/dart/test_suite.dart View 15 chunks +47 lines, -32 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ahe
This change to test.dart will allow dart2js to detect incorrect compile-time errors or missing compile-time ...
8 years, 2 months ago (2012-09-27 11:55:29 UTC) #1
ahe
Also, part of this change is needed to fix a bug with dart/tools/testing/dart/co19_test.dart that caused ...
8 years, 2 months ago (2012-09-27 12:10:41 UTC) #2
Bill Hesse
I think "incomplete" should be commented somewhere, that it means that not all steps of ...
8 years, 2 months ago (2012-09-27 12:55:38 UTC) #3
ahe
On 2012/09/27 12:55:38, Bill Hesse wrote: > I think "incomplete" should be commented somewhere, that ...
8 years, 2 months ago (2012-09-27 14:26:09 UTC) #4
ahe
8 years, 2 months ago (2012-09-27 14:27:38 UTC) #5
Thank you, Bill!

http://codereview.chromium.org/10977054/diff/3001/dart/tools/testing/dart/tes...
File dart/tools/testing/dart/test_runner.dart (right):

http://codereview.chromium.org/10977054/diff/3001/dart/tools/testing/dart/tes...
dart/tools/testing/dart/test_runner.dart:249: // get anew TestOutput instance.
On 2012/09/27 12:55:38, Bill Hesse wrote:
> Typo: a new

Done.

http://codereview.chromium.org/10977054/diff/3001/dart/tools/testing/dart/tes...
File dart/tools/testing/dart/test_suite.dart (right):

http://codereview.chromium.org/10977054/diff/3001/dart/tools/testing/dart/tes...
dart/tools/testing/dart/test_suite.dart:364: if (info.hasRuntimeError &&
hasRuntime) {
On 2012/09/27 12:55:38, Bill Hesse wrote:
> Why not = info.hasCompileError ||
>              hasRuntime && info.hasRuntimeError?

I like to avoid expressions that span multiple lines.

Powered by Google App Engine
This is Rietveld 408576698