Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
chromium.googlesource.com-external-github.com-dart-lang-test
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
chromium.googlesource.com-external-github.com-dart-lang-test
Commits
3ed99960
Commit
3ed99960
authored
9 years ago
by
Kevin Moore
Browse files
Options
Downloads
Patches
Plain Diff
Allow the latest analyzer pkg
R=nweiz@google.com Review URL:
https://codereview.chromium.org//1103703002
parent
89cb7711
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
pubspec.yaml
+2
-2
2 additions, 2 deletions
pubspec.yaml
with
4 additions
and
4 deletions
README.md
+
2
−
2
View file @
3ed99960
...
...
@@ -98,7 +98,7 @@ well by passing `pub run test:test -p chrome path/to/test.dart`.
`test`
will take care of starting the browser and loading the tests, and all
the results will be reported on the command line just like for VM tests. In
fact, you can even run tests on both platforms with a single command:
`pub run
test:test -p chrome
-p
vm path/to/test.dart`
.
test:test -p chrome
,
vm path/to/test.dart`
.
### Restricting Tests to Certain Platforms
...
...
@@ -357,7 +357,7 @@ void main() {
group
(
"complicated algorithm tests"
,
()
{
// ...
},
skip:
"the algorithm isn't quite right"
);
test
(
"error-checking test"
,
()
{
// ...
},
skip:
"TODO: add error-checking."
);
...
...
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
2
−
2
View file @
3ed99960
name
:
test
version
:
0.12.0-
rc.0
version
:
0.12.0-
dev
author
:
Dart Team <misc@dartlang.org>
description
:
A library for writing dart unit tests.
homepage
:
https://github.com/dart-lang/test
environment
:
sdk
:
'
>=1.8.0
<2.0.0'
dependencies
:
analyzer
:
'
>=0.23.0
<0.2
5
.0'
analyzer
:
'
>=0.23.0
<0.2
6
.0'
args
:
'
>=0.12.1
<0.14.0'
barback
:
'
>=0.14.0
<0.16.0'
crypto
:
'
^0.9.0'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment