Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
6a9b72c1
Unverified
Commit
6a9b72c1
authored
Nov 08, 2019
by
chunhtai
Committed by
GitHub
Nov 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing todo comments in flutter tests to include url link. (#42691)
parent
d3c40321
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
test_test.dart
...lutter_tools/test/commands.shard/permeable/test_test.dart
+8
-8
No files found.
packages/flutter_tools/test/commands.shard/permeable/test_test.dart
View file @
6a9b72c1
...
...
@@ -31,46 +31,46 @@ void main() {
testUsingContext
(
'report nice errors for exceptions thrown within testWidgets()'
,
()
async
{
Cache
.
flutterRoot
=
'../..'
;
return
_testFile
(
'exception_handling'
,
automatedTestsDirectory
,
flutterTestDirectory
);
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Dart on Windows has trouble with unicode characters in output (#35425)
.
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Remove Skip https://github.com/flutter/flutter/issues/35425
.
testUsingContext
(
'report a nice error when a guarded function was called without await'
,
()
async
{
Cache
.
flutterRoot
=
'../..'
;
return
_testFile
(
'test_async_utils_guarded'
,
automatedTestsDirectory
,
flutterTestDirectory
);
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Dart on Windows has trouble with unicode characters in output (#35425)
.
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Remove Skip https://github.com/flutter/flutter/issues/35425
.
testUsingContext
(
'report a nice error when an async function was called without await'
,
()
async
{
Cache
.
flutterRoot
=
'../..'
;
return
_testFile
(
'test_async_utils_unguarded'
,
automatedTestsDirectory
,
flutterTestDirectory
);
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Dart on Windows has trouble with unicode characters in output (#35425)
.
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Remove Skip https://github.com/flutter/flutter/issues/35425
.
testUsingContext
(
'report a nice error when a Ticker is left running'
,
()
async
{
Cache
.
flutterRoot
=
'../..'
;
return
_testFile
(
'ticker'
,
automatedTestsDirectory
,
flutterTestDirectory
);
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Dart on Windows has trouble with unicode characters in output (#35425)
.
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Remove Skip https://github.com/flutter/flutter/issues/35425
.
testUsingContext
(
'report a nice error when a pubspec.yaml is missing a flutter_test dependency'
,
()
async
{
final
String
missingDependencyTests
=
fs
.
path
.
join
(
'..'
,
'..'
,
'dev'
,
'missing_dependency_tests'
);
Cache
.
flutterRoot
=
'../..'
;
return
_testFile
(
'trivial'
,
missingDependencyTests
,
missingDependencyTests
);
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Dart on Windows has trouble with unicode characters in output (#35425)
.
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Remove Skip https://github.com/flutter/flutter/issues/35425
.
testUsingContext
(
'report which user created widget caused the error'
,
()
async
{
Cache
.
flutterRoot
=
'../..'
;
return
_testFile
(
'print_user_created_ancestor'
,
automatedTestsDirectory
,
flutterTestDirectory
,
extraArguments:
const
<
String
>[
'--track-widget-creation'
]);
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Dart on Windows has trouble with unicode characters in output (#35425)
.
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Remove Skip https://github.com/flutter/flutter/issues/35425
.
testUsingContext
(
'report which user created widget caused the error - no flag'
,
()
async
{
Cache
.
flutterRoot
=
'../..'
;
return
_testFile
(
'print_user_created_ancestor_no_flag'
,
automatedTestsDirectory
,
flutterTestDirectory
,
extraArguments:
const
<
String
>[
'--no-track-widget-creation'
]);
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Dart on Windows has trouble with unicode characters in output (#35425)
.
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Remove Skip https://github.com/flutter/flutter/issues/35425
.
testUsingContext
(
'report correct created widget caused the error'
,
()
async
{
Cache
.
flutterRoot
=
'../..'
;
return
_testFile
(
'print_correct_local_widget'
,
automatedTestsDirectory
,
flutterTestDirectory
,
extraArguments:
const
<
String
>[
'--track-widget-creation'
]);
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Dart on Windows has trouble with unicode characters in output (#35425)
.
},
skip:
io
.
Platform
.
isWindows
);
// TODO(chunhtai):
Remove Skip https://github.com/flutter/flutter/issues/35425
.
testUsingContext
(
'can load assets within its own package'
,
()
async
{
Cache
.
flutterRoot
=
'../..'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment