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

Side by Side Diff: test_reflectable/.status

Issue 1265393005: Update status file after dartbug.com/23880 is solved. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 [ $compiler == dart2js || $compiler == none ] 2 [ $compiler == dart2js || $compiler == none ]
3 # TODO Throw NoSuchMethod when the function doesn't exist, but the capability 3 # TODO Throw NoSuchMethod when the function doesn't exist, but the capability
4 # does. 4 # does.
5 build/test/no_such_capability_test: RuntimeError # Missing implementation 5 build/test/no_such_capability_test: RuntimeError # Missing implementation
6 build/test/invoke_capabilities_test: RuntimeError # Missing implementation 6 build/test/invoke_capabilities_test: RuntimeError # Missing implementation
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 test/*_test: skip # Some needed mirror features not implemented by dart2js. 9 test/*_test: skip # Some needed mirror features not implemented by dart2js.
10 10
11 [ ($compiler == none && $runtime != dartium) || $compiler == dart2js || $compile r == dartanalyzer || $compiler == dart2analyzer] 11 [ ($compiler == none && $runtime != dartium) || $compiler == dart2js || $compile r == dartanalyzer || $compiler == dart2analyzer]
12 build/test/new_instance_default_values_test: CompileTimeError # Issue #8 12 build/test/new_instance_default_values_test: CompileTimeError # Issue #8
13 13
14 [ ($compiler == none && $runtime != dartium) ]
15 test/invoker_operator_test: CompiletimeError # sdk issue #23880
16
17 [ ($compiler == none && $runtime == dartium) ] 14 [ ($compiler == none && $runtime == dartium) ]
18 build/test/new_instance_default_values_test: RuntimeError # Issue #8 15 build/test/new_instance_default_values_test: RuntimeError # Issue #8
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698