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
0df3ec6b
Unverified
Commit
0df3ec6b
authored
May 30, 2019
by
Dan Field
Committed by
GitHub
May 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete TOODs (#33554)
parent
7d3ff775
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
60 deletions
+0
-60
manifest.yaml
dev/devicelab/manifest.yaml
+0
-58
java_and_objc_doc.dart
dev/tools/java_and_objc_doc.dart
+0
-2
No files found.
dev/devicelab/manifest.yaml
View file @
0df3ec6b
...
...
@@ -305,25 +305,6 @@ tasks:
stage
:
devicelab
required_agent_capabilities
:
[
"
linux/android"
]
# TODO(dnfield): Remove these once we're confident it's all working on cirrus
# gradle_plugin_test:
# description: >
# Verifies that the Flutter Gradle plugin supports standard and custom Android build types.
# stage: devicelab
# required_agent_capabilities: ["linux/android"]
# plugin_test:
# description: >
# Checks that the project template works and supports plugins.
# stage: devicelab
# required_agent_capabilities: ["linux/android"]
# module_test:
# description: >
# Checks that the module project template works and supports add2app on Android.
# stage: devicelab
# required_agent_capabilities: ["linux/android"]
flutter_gallery_instrumentation_test
:
description
:
>
Same as flutter_gallery__transition_perf but uses Android instrumentation
...
...
@@ -344,25 +325,6 @@ tasks:
stage
:
devicelab
required_agent_capabilities
:
[
"
linux/android"
]
# TODO(dnfield): Remove these once we're confident it's all working on cirrus
# flutter_create_offline_test_linux:
# description: >
# Tests the `flutter create --offline` command.
# stage: devicelab
# required_agent_capabilities: ["linux/android"]
# flutter_create_offline_test_windows:
# description: >
# Tests the `flutter create --offline` command.
# stage: devicelab
# required_agent_capabilities: ["windows/android"]
# flutter_create_offline_test_mac:
# description: >
# Tests the `flutter create --offline` command.
# stage: devicelab
# required_agent_capabilities: ["mac/android"]
# iOS on-device tests
flavors_test_ios
:
...
...
@@ -371,19 +333,6 @@ tasks:
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios"
]
# TODO(dnfield): Remove these once we're confident it's all working on cirrus
# plugin_test_ios:
# description: >
# Checks that the project template works and supports plugins on iOS.
# stage: devicelab_ios
# required_agent_capabilities: ["mac/ios"]
# module_test_ios:
# description: >
# Checks that the module project template works and supports add2app on iOS.
# stage: devicelab
# required_agent_capabilities: ["mac/ios"]
external_ui_integration_test_ios
:
description
:
>
Checks that external UIs work on iOS.
...
...
@@ -514,13 +463,6 @@ tasks:
stage
:
devicelab
required_agent_capabilities
:
[
"
linux/android"
]
# TODO(dnfield): Remove these once we're confident it's all working on cirrus
# dartdocs:
# description: >
# Tracks how many members are still lacking documentation.
# stage: devicelab
# required_agent_capabilities: ["linux/android"]
flutter_test_performance
:
description
:
>
Measures performance of running flutter test.
...
...
dev/tools/java_and_objc_doc.dart
View file @
0df3ec6b
...
...
@@ -57,8 +57,6 @@ Future<void> generateDocs(String url, String docName, String checkFile) async {
output
.
createSync
(
recursive:
true
);
for
(
ArchiveFile
af
in
archive
)
{
// TODO(dnfield): Archive changed their API so that isFile now returns true
// for directories.
if
(!
af
.
name
.
endsWith
(
'/'
))
{
final
File
file
=
File
(
'
${output.path}
/
${af.name}
'
);
file
.
createSync
(
recursive:
true
);
...
...
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