| OLD | NEW |
| 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 # Issue 28198 | 5 # Issue 28198 |
| 6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: SkipSlow | 6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: SkipSlow |
| 7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: SkipSlow | 7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: SkipSlow |
| 8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: SkipSlow | 8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: SkipSlow |
| 9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: SkipSlow | 9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: SkipSlow |
| 10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: SkipSlow | 10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: SkipSlow |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors | 187 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors |
| 188 | 188 |
| 189 [ $compiler == app_jit ] | 189 [ $compiler == app_jit ] |
| 190 dart/optimized_stacktrace_line_and_column_test: RuntimeError,OK # app-jit lacks
column information | 190 dart/optimized_stacktrace_line_and_column_test: RuntimeError,OK # app-jit lacks
column information |
| 191 | 191 |
| 192 [ $runtime == dart_precompiled ] | 192 [ $runtime == dart_precompiled ] |
| 193 dart/optimized_stacktrace_line_and_column_test: RuntimeError,OK # AOT lacks colu
mn information | 193 dart/optimized_stacktrace_line_and_column_test: RuntimeError,OK # AOT lacks colu
mn information |
| 194 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri | 194 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri |
| 195 | 195 |
| 196 [ $runtime == vm && $mode == product ] | 196 [ $runtime == vm && $mode == product ] |
| 197 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. | 197 cc/IsolateSetCheckedMode: Fail,OK # Checked mode disabled in product mode. |
| 198 cc/StackTraceFormat: Fail,OK # Expects exact type name. | |
| 199 cc/String_ScrubName: Fail,OK # Expects exact type name. | |
| 200 cc/GetFunctionNames: Fail,OK # Expects exact type name. | |
| 201 | 198 |
| 202 [ $arch == simdbc || $arch == simdbc64 ] | 199 [ $arch == simdbc || $arch == simdbc64 ] |
| 203 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp | 200 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp |
| 204 # is switched on by default because they attempt to call regexp functions | 201 # is switched on by default because they attempt to call regexp functions |
| 205 # directly instead of going through JSSyntaxRegExp_ExecuteMatch. | 202 # directly instead of going through JSSyntaxRegExp_ExecuteMatch. |
| 206 cc/RegExp_ExternalOneByteString: Skip | 203 cc/RegExp_ExternalOneByteString: Skip |
| 207 cc/RegExp_ExternalTwoByteString: Skip | 204 cc/RegExp_ExternalTwoByteString: Skip |
| 208 cc/RegExp_OneByteString: Skip | 205 cc/RegExp_OneByteString: Skip |
| 209 cc/RegExp_TwoByteString: Skip | 206 cc/RegExp_TwoByteString: Skip |
| 210 | 207 |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 cc/IsolateReload_TearOff_Library_Identity: Crash | 528 cc/IsolateReload_TearOff_Library_Identity: Crash |
| 532 cc/IsolateReload_TearOff_List_Set: Crash | 529 cc/IsolateReload_TearOff_List_Set: Crash |
| 533 cc/IsolateReload_TypeIdentity: Crash | 530 cc/IsolateReload_TypeIdentity: Crash |
| 534 cc/IsolateReload_TypeIdentityGeneric: Crash | 531 cc/IsolateReload_TypeIdentityGeneric: Crash |
| 535 cc/IsolateReload_TypeIdentityParameter: Crash | 532 cc/IsolateReload_TypeIdentityParameter: Crash |
| 536 cc/Parser_AllocateVariables_CaptureLoopVar: Crash | 533 cc/Parser_AllocateVariables_CaptureLoopVar: Crash |
| 537 cc/Parser_AllocateVariables_Issue7681: Crash | 534 cc/Parser_AllocateVariables_Issue7681: Crash |
| 538 cc/Parser_AllocateVariables_MiddleChain: Crash | 535 cc/Parser_AllocateVariables_MiddleChain: Crash |
| 539 cc/Parser_AllocateVariables_NestedCapturedVar: Crash | 536 cc/Parser_AllocateVariables_NestedCapturedVar: Crash |
| 540 cc/Parser_AllocateVariables_TwoChains: Crash | 537 cc/Parser_AllocateVariables_TwoChains: Crash |
| OLD | NEW |