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

Side by Side Diff: tests/language/language.status

Issue 8999030: frog isolate fixes: minor changes to the isolate library + architecture.py (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 8 years, 12 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/isolate/isolate.status ('k') | tools/testing/architecture.py » ('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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 FunctionTypeParameterTest: Fail 236 FunctionTypeParameterTest: Fail
237 GenericDeepTest: Fail 237 GenericDeepTest: Fail
238 GenericInstanceofTest: Fail 238 GenericInstanceofTest: Fail
239 GenericSyntaxTest: Fail 239 GenericSyntaxTest: Fail
240 GenericTest: Fail 240 GenericTest: Fail
241 GenericsTest: Fail 241 GenericsTest: Fail
242 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r eally passing in the static case 242 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r eally passing in the static case
243 ImplicitScopeTest: Fail 243 ImplicitScopeTest: Fail
244 ImpliedInterfaceTest: Fail 244 ImpliedInterfaceTest: Fail
245 IncrOpTest: Fail 245 IncrOpTest: Fail
246 InstanceofTest: Fail
246 Instanceof2Test: Fail 247 Instanceof2Test: Fail
247 InterfaceFactory3NegativeTest: Fail 248 InterfaceFactory3NegativeTest: Fail
248 IsNotClass4NegativeTest: Fail 249 IsNotClass4NegativeTest: Fail
249 LabelTest: Fail 250 LabelTest: Fail
250 Library1NegativeTest: Fail # issue with test see #354 251 Library1NegativeTest: Fail # issue with test see #354
251 Library4NegativeTest: Fail # issue with test see #354 252 Library4NegativeTest: Fail # issue with test see #354
252 Library5NegativeTest: Fail # issue with test see #354 253 Library5NegativeTest: Fail # issue with test see #354
253 Library6NegativeTest: Fail # issue with test see #354 254 Library6NegativeTest: Fail # issue with test see #354
254 ListLiteral3Test: Fail # vm and frog throw different exceptions 255 ListLiteral3Test: Fail # vm and frog throw different exceptions
255 ListLiteral4Test: Fail # missing type checks on index operations 256 ListLiteral4Test: Fail # missing type checks on index operations
256 ListTest: Fail # array bound checks not implemented 257 ListTest: Fail # array bound checks not implemented
257 LocalFunction3Test: Fail 258 LocalFunction3Test: Fail
258 LocalFunctionTest: Fail 259 LocalFunctionTest: Fail
259 ManyGenericInstanceofTest: Fail 260 ManyGenericInstanceofTest: Fail
260 MapLiteral4Test: Fail # missing checks on map index operations 261 MapLiteral4Test: Fail # missing checks on map index operations
261 MathTest: Fail 262 MathTest: Fail
262 MethodOverrideTest: Fail 263 MethodOverrideTest: Fail
263 NamedParametersPassingFalsyTest: Fail 264 NamedParametersPassingFalsyTest: Fail
264 NamedParametersTypeTest: Fail 265 NamedParametersTypeTest: Fail
265 NamedParametersWithConversionsTest: Fail 266 NamedParametersWithConversionsTest: Fail
266 NonConstSuperNegativeTest: Fail 267 NonConstSuperNegativeTest: Fail
267 NonParameterizedFactoryTest: Fail 268 NonParameterizedFactoryTest: Fail
268 NonParameterizedFactory2Test: Fail 269 NonParameterizedFactory2Test: Fail
269 NullPointerExceptionTest: Fail 270 NullPointerExceptionTest: Fail
270 NullTest: Fail 271 NullTest: Fail
271 NullToStringTest: Fail 272 NullToStringTest: Fail
272 NumbersTest: Fail 273 NumbersTest: Fail
274 NumberSyntaxTest: Fail
273 ObjectDynamicMethodTest: Fail 275 ObjectDynamicMethodTest: Fail
274 OverrideMethodWithFieldTest/01: Fail 276 OverrideMethodWithFieldTest/01: Fail
275 OverrideFieldTest/01: Fail 277 OverrideFieldTest/01: Fail
276 OverrideFieldTest/04: Fail 278 OverrideFieldTest/04: Fail
277 ParameterInitializer5NegativeTest: Fail # Issue 581 279 ParameterInitializer5NegativeTest: Fail # Issue 581
278 Prefix3NegativeTest: Fail 280 Prefix3NegativeTest: Fail
279 Prefix7NegativeTest: Fail 281 Prefix7NegativeTest: Fail
280 Prefix8NegativeTest: Fail 282 Prefix8NegativeTest: Fail
281 Prefix9NegativeTest: Fail 283 Prefix9NegativeTest: Fail
282 Prefix11NegativeTest: Fail 284 Prefix11NegativeTest: Fail
(...skipping 30 matching lines...) Expand all
313 PrivateMemberTest/02: Fail # test seems bad - see issue #353 315 PrivateMemberTest/02: Fail # test seems bad - see issue #353
314 PrivateMemberTest/03: Fail # test seems bad - see issue #353 316 PrivateMemberTest/03: Fail # test seems bad - see issue #353
315 PrivateMemberTest/04: Fail # test seems bad - see issue #353 317 PrivateMemberTest/04: Fail # test seems bad - see issue #353
316 StringConcatTest: Fail 318 StringConcatTest: Fail
317 319
318 [ ($component == frogsh || $component == frog || $component == frogium) && $che cked ] 320 [ ($component == frogsh || $component == frog || $component == frogium) && $che cked ]
319 PrivateMemberTest/none: Fail # test seems bad - see issue #353 321 PrivateMemberTest/none: Fail # test seems bad - see issue #353
320 322
321 [ $component == frog || $component == frogsh ] 323 [ $component == frog || $component == frogsh ]
322 # these tests are inconsistent in frogium and frogsh-node, investigate 324 # these tests are inconsistent in frogium and frogsh-node, investigate
323 InstanceofTest: Fail
324 StaticField1RunNegativeTest: Pass 325 StaticField1RunNegativeTest: Pass
325 StaticField2RunNegativeTest: Pass 326 StaticField2RunNegativeTest: Pass
326 NumberSyntaxTest: Fail
327 327
328 [ $component == frogium ] 328 [ $component == frogium ]
329 # these tests are inconsistent in frogium and frogsh-node, investigate 329 # these tests are inconsistent in frogium and frogsh-node, investigate
330 StaticField1RunNegativeTest: Pass # but error is not correct 330 StaticField1RunNegativeTest: Pass # but error is not correct
331 StaticField2RunNegativeTest: Pass # but error is not correct 331 StaticField2RunNegativeTest: Pass # but error is not correct
332 InstanceofTest: Timeout
333 NumberSyntaxTest: Timeout
334 332
335 [ $arch == x64 ] 333 [ $arch == x64 ]
336 *: Skip 334 *: Skip
337 335
338 [ $arch == simarm ] 336 [ $arch == simarm ]
339 *: Skip 337 *: Skip
340 338
341 [ $arch == arm ] 339 [ $arch == arm ]
342 *: Skip 340 *: Skip
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tools/testing/architecture.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698