OLD | NEW |
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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 GenericDeepTest: Fail | 232 GenericDeepTest: Fail |
233 GenericInstanceofTest: Fail | 233 GenericInstanceofTest: Fail |
234 GenericSyntaxTest: Fail | 234 GenericSyntaxTest: Fail |
235 GenericTest: Fail | 235 GenericTest: Fail |
236 GenericsTest: Fail | 236 GenericsTest: Fail |
237 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r
eally passing in the static case | 237 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r
eally passing in the static case |
238 ImplicitScopeTest: Fail | 238 ImplicitScopeTest: Fail |
239 ImpliedInterfaceTest: Fail | 239 ImpliedInterfaceTest: Fail |
240 IncrOpTest: Fail | 240 IncrOpTest: Fail |
241 Instanceof2Test: Fail | 241 Instanceof2Test: Fail |
242 InstanceofTest: Fail | |
243 InterfaceFactory3NegativeTest: Fail | 242 InterfaceFactory3NegativeTest: Fail |
244 IsNotClass4NegativeTest: Fail | 243 IsNotClass4NegativeTest: Fail |
245 LabelTest: Fail | 244 LabelTest: Fail |
246 Library1NegativeTest: Fail # issue with test see #354 | 245 Library1NegativeTest: Fail # issue with test see #354 |
247 Library4NegativeTest: Fail # issue with test see #354 | 246 Library4NegativeTest: Fail # issue with test see #354 |
248 Library5NegativeTest: Fail # issue with test see #354 | 247 Library5NegativeTest: Fail # issue with test see #354 |
249 Library6NegativeTest: Fail # issue with test see #354 | 248 Library6NegativeTest: Fail # issue with test see #354 |
250 ListLiteral3Test: Fail # vm and frog throw different exceptions | 249 ListLiteral3Test: Fail # vm and frog throw different exceptions |
251 ListLiteral4Test: Fail # missing type checks on index operations | 250 ListLiteral4Test: Fail # missing type checks on index operations |
252 ListTest: Fail # array bound checks not implemented | 251 ListTest: Fail # array bound checks not implemented |
253 LocalFunction3Test: Fail | 252 LocalFunction3Test: Fail |
254 LocalFunctionTest: Fail | 253 LocalFunctionTest: Fail |
255 ManyGenericInstanceofTest: Fail | 254 ManyGenericInstanceofTest: Fail |
256 MapLiteral4Test: Fail # missing checks on map index operations | 255 MapLiteral4Test: Fail # missing checks on map index operations |
257 MathTest: Fail | 256 MathTest: Fail |
258 MethodBindingTest: Fail | 257 MethodBindingTest: Fail |
259 MethodOverrideTest: Fail | 258 MethodOverrideTest: Fail |
260 NamedParametersPassingFalsyTest: Fail | 259 NamedParametersPassingFalsyTest: Fail |
261 NamedParametersTypeTest: Fail | 260 NamedParametersTypeTest: Fail |
262 NamedParametersWithConversionsTest: Fail | 261 NamedParametersWithConversionsTest: Fail |
263 NativeLibrarySameNameUsedFrogTest: Fail # ReferenceError: I is not defined. | 262 NativeLibrarySameNameUsedFrogTest: Fail # ReferenceError: I is not defined. |
264 NativeNamedConstructors2FrogTest: Fail # ReferenceError: A is not defined. | |
265 NativePropertyFrogTest: Fail # Object #<A> has no method 'set$X' | 263 NativePropertyFrogTest: Fail # Object #<A> has no method 'set$X' |
266 NonConstSuperNegativeTest: Fail | 264 NonConstSuperNegativeTest: Fail |
267 NullPointerExceptionTest: Fail | 265 NullPointerExceptionTest: Fail |
268 NullTest: Fail | 266 NullTest: Fail |
269 NullToStringTest: Fail | 267 NullToStringTest: Fail |
270 NumberSyntaxTest: Fail | |
271 NumbersTest: Fail | 268 NumbersTest: Fail |
272 ObjectDynamicMethodTest: Fail | 269 ObjectDynamicMethodTest: Fail |
273 OverrideMethodWithFieldTest/01: Fail | 270 OverrideMethodWithFieldTest/01: Fail |
274 OverrideFieldTest/01: Fail | 271 OverrideFieldTest/01: Fail |
275 OverrideFieldTest/04: Fail | 272 OverrideFieldTest/04: Fail |
276 ParameterInitializer5NegativeTest: Fail # Issue 581 | 273 ParameterInitializer5NegativeTest: Fail # Issue 581 |
277 Prefix3NegativeTest: Fail | 274 Prefix3NegativeTest: Fail |
278 Prefix7NegativeTest: Fail | 275 Prefix7NegativeTest: Fail |
279 Prefix8NegativeTest: Fail | 276 Prefix8NegativeTest: Fail |
280 Prefix9NegativeTest: Fail | 277 Prefix9NegativeTest: Fail |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 TypeVariableBoundsTest/04: Pass | 334 TypeVariableBoundsTest/04: Pass |
338 TypeVariableBoundsTest/02: Fail | 335 TypeVariableBoundsTest/02: Fail |
339 TypeVariableBoundsTest/06: Fail | 336 TypeVariableBoundsTest/06: Fail |
340 ConstructorReturnNegativeTest: Fail | 337 ConstructorReturnNegativeTest: Fail |
341 ConstructorReturnWithArrowNegativeTest: Fail | 338 ConstructorReturnWithArrowNegativeTest: Fail |
342 DuplicateConstructorTest/01: Fail | 339 DuplicateConstructorTest/01: Fail |
343 InstFieldInitializer1NegativeTest: Fail # Unused fields are not analyzed. | 340 InstFieldInitializer1NegativeTest: Fail # Unused fields are not analyzed. |
344 | 341 |
345 [ $component == frog || $component == frogsh || $component == leg ] | 342 [ $component == frog || $component == frogsh || $component == leg ] |
346 # these tests are inconsistent in frogium and frogsh-node, investigate | 343 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 344 InstanceofTest: Fail |
347 ParameterInitializerTest: Pass | 345 ParameterInitializerTest: Pass |
348 StaticField1RunNegativeTest: Pass | 346 StaticField1RunNegativeTest: Pass |
349 StaticField2RunNegativeTest: Pass | 347 StaticField2RunNegativeTest: Pass |
| 348 NumberSyntaxTest: Fail |
| 349 NativeNamedConstructors2FrogTest: Fail # ReferenceError: A is not defined. |
350 | 350 |
351 [ $component == frogium ] | 351 [ $component == frogium ] |
352 # these tests are inconsistent in frogium and frogsh-node, investigate | 352 # these tests are inconsistent in frogium and frogsh-node, investigate |
353 ParameterInitializerTest: Fail | 353 ParameterInitializerTest: Fail |
354 StaticField1RunNegativeTest: Fail | 354 StaticField1RunNegativeTest: Fail |
355 StaticField2RunNegativeTest: Fail | 355 StaticField2RunNegativeTest: Fail |
| 356 InstanceofTest: Timeout |
| 357 NumberSyntaxTest: Timeout |
| 358 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. |
356 | 359 |
357 [ $arch == x64 ] | 360 [ $arch == x64 ] |
358 *: Skip | 361 *: Skip |
359 | 362 |
360 [ $arch == simarm ] | 363 [ $arch == simarm ] |
361 *: Skip | 364 *: Skip |
362 | 365 |
363 [ $arch == arm ] | 366 [ $arch == arm ] |
364 *: Skip | 367 *: Skip |
OLD | NEW |