File tree Expand file tree Collapse file tree
packages/material_ui/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- @Skip (
6- 'This file is skipped due to a cross-import that needs to be fixed. Tracked in https://github.com/flutter/flutter/issues/177028.' ,
7- )
85import 'package:flutter/foundation.dart' ;
96import 'package:flutter/gestures.dart' ;
10- import 'package:material_ui/material_ui.dart' ;
117import 'package:flutter/rendering.dart' ;
128import 'package:flutter_test/flutter_test.dart' ;
9+ import 'package:material_ui/material_ui.dart' ;
1310
14- import '../widgets/ semantics_tester.dart' ;
11+ import 'semantics_tester.dart' ;
1512
1613void main () {
1714 TextStyle iconStyle (WidgetTester tester, IconData icon) {
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- @Skip (
6- 'This file is skipped due to a cross-import that needs to be fixed. Tracked in https://github.com/flutter/flutter/issues/177028.' ,
7- )
85import 'package:flutter/foundation.dart' ;
96import 'package:flutter/gestures.dart' ;
10- import 'package:material_ui/material_ui.dart' ;
117import 'package:flutter/rendering.dart' ;
128import 'package:flutter_test/flutter_test.dart' ;
9+ import 'package:material_ui/material_ui.dart' ;
1310
14- import '../widgets/ semantics_tester.dart' ;
11+ import 'semantics_tester.dart' ;
1512
1613void main () {
1714 TextStyle iconStyle (WidgetTester tester, IconData icon) {
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- @Skip (
6- 'This file is skipped due to a cross-import that needs to be fixed. Tracked in https://github.com/flutter/flutter/issues/177028.' ,
7- )
85import 'package:flutter/foundation.dart' show kIsWeb;
96import 'package:flutter/gestures.dart' ;
10- import 'package:material_ui/material_ui.dart' ;
117import 'package:flutter/rendering.dart' ;
128import 'package:flutter_test/flutter_test.dart' ;
13- import '../widgets/semantics_tester.dart' ;
9+ import 'package:material_ui/material_ui.dart' ;
10+
11+ import 'semantics_tester.dart' ;
1412
1513void main () {
1614 setUp (() {
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- @Skip (
6- 'This file is skipped due to a cross-import that needs to be fixed. Tracked in https://github.com/flutter/flutter/issues/177028.' ,
7- )
85// This file is run as part of a reduced test set in CI on Mac and Windows
96// machines.
107@Tags (< String > ['reduced-test-set' ])
118library ;
129
1310import 'package:flutter/foundation.dart' ;
1411import 'package:flutter/gestures.dart' ;
15- import 'package:material_ui/material_ui.dart' ;
1612import 'package:flutter/rendering.dart' ;
1713import 'package:flutter_test/flutter_test.dart' ;
14+ import 'package:material_ui/material_ui.dart' ;
1815
19- import '../widgets/ semantics_tester.dart' ;
16+ import 'semantics_tester.dart' ;
2017
2118void main () {
2219 TextStyle iconStyle (WidgetTester tester, IconData icon) {
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- @Skip (
6- 'This file is skipped due to a cross-import that needs to be fixed. Tracked in https://github.com/flutter/flutter/issues/177028.' ,
7- )
85import 'package:flutter/foundation.dart' ;
96import 'package:flutter/gestures.dart' ;
10- import 'package:material_ui/material_ui.dart' ;
117import 'package:flutter/rendering.dart' ;
128import 'package:flutter_test/flutter_test.dart' ;
9+ import 'package:material_ui/material_ui.dart' ;
1310
14- import '../widgets/ semantics_tester.dart' ;
11+ import 'semantics_tester.dart' ;
1512
1613void main () {
1714 TextStyle iconStyle (WidgetTester tester, IconData icon) {
You can’t perform that action at this time.
0 commit comments