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

Issue 9147006: fix issue 356 by making test match spec (Closed)

Created:
8 years, 11 months ago by jimhug
Modified:
8 years, 11 months ago
Reviewers:
jimhug, gbracha, Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

fix issue 356 by making test match spec Committed: https://code.google.com/p/dart/source/detail?r=3234

Patch Set 1 #

Patch Set 2 : include rename with class name #

Patch Set 3 : update copyright dates #

Total comments: 1

Patch Set 4 : gilad feedback #

Total comments: 1

Patch Set 5 : updated bi list #

Patch Set 6 : test infrastructure is fun #

Patch Set 7 : rebased #

Patch Set 8 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -34 lines) Patch
M tests/language/language.status View 1 2 3 4 5 6 5 chunks +37 lines, -9 lines 0 comments Download
A tests/language/src/PseudoKWIllegalTest.dart View 1 2 3 4 5 1 chunk +24 lines, -0 lines 0 comments Download
D tests/language/src/PseudoKWNegativeTest.dart View 4 5 1 chunk +0 lines, -20 lines 0 comments Download
M tests/language/src/PseudoKWTest.dart View 1 2 3 4 2 chunks +16 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jimhug
8 years, 11 months ago (2012-01-09 17:37:33 UTC) #1
gbracha
http://codereview.chromium.org/9147006/diff/3001/tests/language/src/PseudoKWClassTest.dart File tests/language/src/PseudoKWClassTest.dart (right): http://codereview.chromium.org/9147006/diff/3001/tests/language/src/PseudoKWClassTest.dart#newcode5 tests/language/src/PseudoKWClassTest.dart:5: I'm sorry, but the spec on this is actually ...
8 years, 11 months ago (2012-01-09 21:37:39 UTC) #2
jimhug
PTAL Based on Gilad's feedback, I moved this back to a negative test, but I ...
8 years, 11 months ago (2012-01-09 22:17:39 UTC) #3
jimhug
Any more comments? Is this ready to submit?
8 years, 11 months ago (2012-01-10 17:43:30 UTC) #4
jimhug
On 2012/01/10 17:43:30, jimhug wrote: > Any more comments? Is this ready to submit? Gilad ...
8 years, 11 months ago (2012-01-11 17:46:11 UTC) #5
gbracha
http://codereview.chromium.org/9147006/diff/6001/tests/language/src/PseudoKWNegativeTest.dart File tests/language/src/PseudoKWNegativeTest.dart (right): http://codereview.chromium.org/9147006/diff/6001/tests/language/src/PseudoKWNegativeTest.dart#newcode19 tests/language/src/PseudoKWNegativeTest.dart:19: class static { } /// 13: compile-time error Below ...
8 years, 11 months ago (2012-01-11 19:27:01 UTC) #6
jimhug
PTAL I think I've got the correct list of built-in identifiers in both the positive ...
8 years, 11 months ago (2012-01-11 23:11:10 UTC) #7
gbracha
8 years, 11 months ago (2012-01-11 23:23:17 UTC) #8
LGTM.  One could extend this to test that typedefs, interfaces and type
variables using these ids are illegal, and other things are legal. But the list
is correct.

Powered by Google App Engine
This is Rietveld 408576698