From 8f33c7a47c5cdd660f00135261c92c9da60cf3aa Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Wed, 19 Oct 2022 13:57:59 +0000 Subject: [PATCH] [test] Remove obsolete sample_extension status file entries The sample_extension has been deleted a while ago. Bug: https://github.com/dart-lang/sdk/issues/45451 Change-Id: I69400018345d47f3b078d563246f36412eb3472b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/264840 Commit-Queue: Slava Egorov Auto-Submit: Alexander Thomas Reviewed-by: Slava Egorov --- samples/samples.status | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/samples/samples.status b/samples/samples.status index bc4ff0be77f..96038f7623b 100644 --- a/samples/samples.status +++ b/samples/samples.status @@ -2,15 +2,9 @@ # for details. All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. -[ $arch == arm ] -sample_extension/test/*: Skip # Issue 14705 - [ $builder_tag == asan ] ffi/samples_test: SkipByDesign # FFI skips, see ffi.status -[ $builder_tag == optimization_counter_threshold ] -sample_extension/test/sample_extension_app_snapshot_test: SkipByDesign # This test is too slow for testing with low optimization counter threshold. - [ $compiler == dart2js && $runtime == none ] *: Fail, Pass # TODO(ahe): Triage these tests. @@ -23,13 +17,5 @@ ffi/*: SkipByDesign # FFI skips, see ffi.status [ $arch != x64 || $compiler != dartk || $system != linux || $hot_reload || $hot_reload_rollback ] ffi/sqlite/test/sqlite_test: SkipByDesign # FFI not supported or libsqlite3.so not available. -[ $compiler == app_jitk || $compiler == dartkp ] -sample_extension/test/sample_extension_app_snapshot_test: SkipByDesign -sample_extension/test/sample_extension_test: SkipByDesign - [ $runtime == d8 || $browser ] ffi/*: SkipByDesign # Skip tests that use dart:ffi. -sample_extension/*: SkipByDesign # Skip tests that use dart:io. - -[ $hot_reload || $hot_reload_rollback ] -sample_extension/test/sample_extension_app_snapshot_test: SkipByDesign # Cannot reload with URI pointing to app snapshot.