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

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

Issue 9720022: Fix a bug related to bailout where an instruction would be generate at use site for a HBailoutTarge… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 | « samples/tests/samples/samples.status ('k') | tests/isolate/isolate-leg.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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 [ $component == leg && $system == macos ] 5 [ $component == leg && $system == macos ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 10
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 Language/13_Types/5_Function_Types_A01_t07: Fail # Expect.isTrue(false) fails. 222 Language/13_Types/5_Function_Types_A01_t07: Fail # Expect.isTrue(false) fails.
223 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails. 223 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails.
224 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails. 224 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails.
225 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails. 225 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails.
226 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails. 226 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails.
227 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails. 227 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails.
228 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails. 228 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails.
229 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') 229 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone')
230 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0 0:00.000>, actual: <0001-01-01 00:00:00.000>) fails. 230 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0 0:00.000>, actual: <0001-01-01 00:00:00.000>) fails.
231 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 231 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
232 LibTest/core/Map/containsValue_A01_t01: Fail # Expect.isTrue(false) fails.
233 LibTest/core/Map/forEach_A01_t07: Fail # Expect.isTrue(false) fails.
234 LibTest/core/Map/operator_subscripted_assignment_A01_t01: Fail # Expect.isTrue(f alse) fails.
235 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 232 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
236 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . 233 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
237 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 234 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
238 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 235 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
239 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 236 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
240 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 237 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
241 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 238 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
242 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!') 239 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!')
243 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented 240 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented
244 Language/09_Generics/09_Generics_A01_t10: Fail # TODO(ahe): Please categorize. 241 Language/09_Generics/09_Generics_A01_t10: Fail # TODO(ahe): Please categorize.
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error 503 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error
507 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 504 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
508 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 505 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
509 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 506 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
510 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 507 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
511 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 508 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
512 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 509 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
513 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 510 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
514 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 511 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
515 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 512 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « samples/tests/samples/samples.status ('k') | tests/isolate/isolate-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698