File tree Expand file tree Collapse file tree 5 files changed +7
-1
lines changed
integration_tests/wasm/test Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 33// BSD-style license that can be found in the LICENSE file.
44
55@TestOn ('wasm' )
6+ // TODO: https://github.com/dart-lang/test/issues/2288
7+ @OnPlatform ({'firefox' : Skip ()})
68// This retry is a regression test for https://github.com/dart-lang/test/issues/2006
79@Retry (2 )
810library ;
Original file line number Diff line number Diff line change 1+ ## 1.25.15-wip
2+
13## 1.25.14
24
35* Use secure random for url secrets.
Original file line number Diff line number Diff line change 22// for details. All rights reserved. Use of this source code is governed by a
33// BSD-style license that can be found in the LICENSE file.
44
5+ // ignore: deprecated_member_use
56import 'dart:js_util' as js_util;
67
78import 'package:js/js.dart' ;
Original file line number Diff line number Diff line change 22// for details. All rights reserved. Use of this source code is governed by a
33// BSD-style license that can be found in the LICENSE file.
44
5+ // ignore: deprecated_member_use
56import 'dart:js_util' ;
67
78import 'package:stream_channel/stream_channel.dart' ;
Original file line number Diff line number Diff line change 11name : test
2- version : 1.25.14
2+ version : 1.25.15-wip
33description : >-
44 A full featured library for writing and running Dart tests across platforms.
55repository : https://github.com/dart-lang/test/tree/master/pkgs/test
You can’t perform that action at this time.
0 commit comments