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

Side by Side Diff: tests/co19/co19-dart2js.status

Issue 25585003: Update test status files to reflect change in multiline string grammar (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-dartium.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out. 7 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
8 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure 8 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure
9 9
10 [ $compiler == dart2js && $checked && $runtime == ie9 ] 10 [ $compiler == dart2js && $checked && $runtime == ie9 ]
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 307
308 308
309 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ] 309 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ]
310 *: Skip 310 *: Skip
311 311
312 # 312 #
313 # Missing compile-time errors. 313 # Missing compile-time errors.
314 # 314 #
315 [ $compiler == dart2js ] 315 [ $compiler == dart2js ]
316 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t09: MissingCompil eTimeError # Checks that it is a compile-time error if a string interpolation co nstruct does not start with IDENTIFIER_NO_DOLLAR or opening brace. 316 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t09: MissingCompil eTimeError # Checks that it is a compile-time error if a string interpolation co nstruct does not start with IDENTIFIER_NO_DOLLAR or opening brace.
317 Language/12_Expressions/05_Strings_A02_t46: MissingCompileTimeError # Checks tha t multi-line strings that contain characters and sequences prohibited by this gr ammar, cause compile-time errors.
318 Language/12_Expressions/05_Strings_A02_t48: MissingCompileTimeError # Checks tha t multi-line strings that contain characters and sequences prohibited by this gr ammar, cause compile-time errors.
319 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: MissingCompileTi meError # Checks that other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0) 317 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: MissingCompileTi meError # Checks that other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0)
320 Language/16_Reference/1_Lexical_Rules_A02_t06: MissingCompileTimeError # Checks that Unicode whitespaces other than WHITESPACE are not permitted in the source c ode. Checks symbol U+00a0. 318 Language/16_Reference/1_Lexical_Rules_A02_t06: MissingCompileTimeError # Checks that Unicode whitespaces other than WHITESPACE are not permitted in the source c ode. Checks symbol U+00a0.
321 319
322 320
323 # 321 #
324 # Unexpected compile-time errors. 322 # Unexpected compile-time errors.
325 # 323 #
326 [ $compiler == dart2js ] 324 [ $compiler == dart2js ]
327 Language/07_Classes/3_Setters_A04_t01: CompileTimeError # http://dartbug.com/502 3 325 Language/07_Classes/3_Setters_A04_t01: CompileTimeError # http://dartbug.com/502 3
328 Language/07_Classes/3_Setters_A04_t02: CompileTimeError # http://dartbug.com/502 3 326 Language/07_Classes/3_Setters_A04_t02: CompileTimeError # http://dartbug.com/502 3
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 Language/12_Expressions/07_Maps_A13_t01: MissingCompileTimeError # co19-roll r60 7: Please triage this failure 619 Language/12_Expressions/07_Maps_A13_t01: MissingCompileTimeError # co19-roll r60 7: Please triage this failure
622 620
623 [ $compiler == dart2js ] 621 [ $compiler == dart2js ]
624 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e 622 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e
625 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e 623 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e
626 LibTest/json/printOn_A01_t01: fail # co19-roll r587: Please triage this failure 624 LibTest/json/printOn_A01_t01: fail # co19-roll r587: Please triage this failure
627 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure 625 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure
628 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 626 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
629 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 627 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
630 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 628 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-dartium.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698