Rename status files in tests/web

Renames `dart2js.status` files to their corresponding directory so they
are used. Moves the filters in `dart2js_native.status` files up to the
parent directory's status files.

Change-Id: Iced14c2d7d40034173768b2d15cf7558c13e7555
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/229064
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Srujan Gaddam <srujzs@google.com>
This commit is contained in:
Srujan Gaddam 2022-01-20 18:35:27 +00:00 committed by Commit Bot
parent 32b3e18e92
commit 2da95997c3
4 changed files with 8 additions and 16 deletions

View file

@ -1,7 +0,0 @@
# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
# 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.
[ $browser ]
*: Skip

View file

@ -1,4 +1,4 @@
# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
# Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
# 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.
@ -8,6 +8,9 @@ dummy_compiler_test: SkipByDesign # Issue 30773. Test should be migrated as a un
[ $runtime == jsshell ]
deferred/load_in_correct_order_test: SkipByDesign # jsshell preamble does not support this test.
[ $browser ]
native/*: Skip
[ $compiler == dart2js && $mode == debug ]
operator_test: Skip
string_interpolation_test: Skip

View file

@ -1,7 +0,0 @@
# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
# 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.
[ $browser ]
*: Skip

View file

@ -1,4 +1,4 @@
# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
# Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
# 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.
@ -8,6 +8,9 @@ dummy_compiler_test: SkipByDesign # Issue 30773. Test should be migrated as a un
[ $runtime == jsshell ]
deferred/load_in_correct_order_test: SkipByDesign # jsshell preamble does not support this test.
[ $browser ]
native/*: Skip
[ $compiler == dart2js && $mode == debug ]
operator_test: Skip
string_interpolation_test: Skip