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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 FunctionTest: Fail | 247 FunctionTest: Fail |
248 FunctionTypeAliasNegativeTest: Fail | 248 FunctionTypeAliasNegativeTest: Fail |
249 FunctionTypeAliasTest: Fail | 249 FunctionTypeAliasTest: Fail |
250 FunctionTypeParameter2Test: Fail | 250 FunctionTypeParameter2Test: Fail |
251 FunctionTypeParameterTest: Fail | 251 FunctionTypeParameterTest: Fail |
252 GenericDeepTest: Fail | 252 GenericDeepTest: Fail |
253 GenericInstanceofTest: Fail | 253 GenericInstanceofTest: Fail |
254 GenericSyntaxTest: Fail | 254 GenericSyntaxTest: Fail |
255 GenericTest: Fail | 255 GenericTest: Fail |
256 GenericsTest: Fail | 256 GenericsTest: Fail |
| 257 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r
eally passing in the static case |
257 ImplicitScopeTest: Fail | 258 ImplicitScopeTest: Fail |
258 ImpliedInterfaceTest: Fail | 259 ImpliedInterfaceTest: Fail |
259 IncrOpTest: Fail | 260 IncrOpTest: Fail |
260 Instanceof2Test: Fail | 261 Instanceof2Test: Fail |
261 InstanceofTest: Fail | 262 InstanceofTest: Fail |
262 InterfaceFactory3NegativeTest: Fail | 263 InterfaceFactory3NegativeTest: Fail |
263 IsNotClass4NegativeTest: Fail | 264 IsNotClass4NegativeTest: Fail |
264 LabelTest: Fail | 265 LabelTest: Fail |
265 LibraryPrefixesTest: Fail | 266 LibraryPrefixesTest: Fail |
266 Library1NegativeTest: Fail # issue with test see #354 | 267 Library1NegativeTest: Fail # issue with test see #354 |
(...skipping 26 matching lines...) Expand all Loading... |
293 Prefix9NegativeTest: Fail | 294 Prefix9NegativeTest: Fail |
294 Prefix11NegativeTest: Fail | 295 Prefix11NegativeTest: Fail |
295 Prefix14NegativeTest: Fail | 296 Prefix14NegativeTest: Fail |
296 Prefix16NegativeTest: Fail | 297 Prefix16NegativeTest: Fail |
297 Prefix20NegativeTest: Fail | 298 Prefix20NegativeTest: Fail |
298 Prefix15Test: Fail | 299 Prefix15Test: Fail |
299 Private3Test: Fail | 300 Private3Test: Fail |
300 PrivateTest: Fail | 301 PrivateTest: Fail |
301 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 | 302 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 |
302 RegExp3Test: Fail | 303 RegExp3Test: Fail |
303 SavannahTest: Fail | |
304 ScopeNegativeTest: Fail | 304 ScopeNegativeTest: Fail |
305 ScriptNegativeTest: Fail | 305 ScriptNegativeTest: Fail |
306 StringConcatTest: Fail | 306 StringConcatTest: Fail |
307 StringEscapesTest: Fail | 307 StringEscapesTest: Fail |
308 StringInterpolate1NegativeTest: Fail | 308 StringInterpolate1NegativeTest: Fail |
309 StringInterpolate2Test: Fail | 309 StringInterpolate2Test: Fail |
310 StringInterpolateTest: Fail | 310 StringInterpolateTest: Fail |
311 StringTest: Fail | 311 StringTest: Fail |
312 SuperImplicitClosureTest: Fail | 312 SuperImplicitClosureTest: Fail |
313 SuperTest: Fail # this is testing precise ordering of super constructor call | 313 SuperTest: Fail # this is testing precise ordering of super constructor call |
(...skipping 19 matching lines...) Expand all Loading... |
333 | 333 |
334 [ ($component == frogsh || $component == frog || $component == leg || $componen
t == frogium) && $checked ] | 334 [ ($component == frogsh || $component == frog || $component == leg || $componen
t == frogium) && $checked ] |
335 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 335 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
336 | 336 |
337 [ $component == leg ] | 337 [ $component == leg ] |
338 StaticTopLevelTest/00: Fail | 338 StaticTopLevelTest/00: Fail |
339 StaticTopLevelTest/03: Fail | 339 StaticTopLevelTest/03: Fail |
340 | 340 |
341 [ $component == frog || $component == frogsh || $component == leg ] | 341 [ $component == frog || $component == frogsh || $component == leg ] |
342 # these tests are inconsistent in frogium and frogsh-node, investigate | 342 # these tests are inconsistent in frogium and frogsh-node, investigate |
343 GetterClosureExecutionOrderTest: Fail | |
344 ParameterInitializerTest: Pass | 343 ParameterInitializerTest: Pass |
345 StaticField1RunNegativeTest: Pass | 344 StaticField1RunNegativeTest: Pass |
346 StaticField2RunNegativeTest: Pass | 345 StaticField2RunNegativeTest: Pass |
347 | 346 |
348 [ $component == frogium ] | 347 [ $component == frogium ] |
349 # these tests are inconsistent in frogium and frogsh-node, investigate | 348 # these tests are inconsistent in frogium and frogsh-node, investigate |
350 GetterClosureExecutionOrderTest: Pass | |
351 ParameterInitializerTest: Fail | 349 ParameterInitializerTest: Fail |
352 StaticField1RunNegativeTest: Fail | 350 StaticField1RunNegativeTest: Fail |
353 StaticField2RunNegativeTest: Fail | 351 StaticField2RunNegativeTest: Fail |
354 | 352 |
355 [ $arch == x64 ] | 353 [ $arch == x64 ] |
356 *: Skip | 354 *: Skip |
357 | 355 |
358 [ $arch == simarm ] | 356 [ $arch == simarm ] |
359 *: Skip | 357 *: Skip |
360 | 358 |
361 [ $arch == arm ] | 359 [ $arch == arm ] |
362 *: Skip | 360 *: Skip |
OLD | NEW |