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
46d1aba2
Unverified
Commit
46d1aba2
authored
Sep 08, 2020
by
Yuqian Li
Committed by
GitHub
Sep 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove flutter_gallery_ios32__transition_perf test (#65415)
parent
3b744ee1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
22 deletions
+0
-22
flutter_gallery_ios32__transition_perf.dart
...lab/bin/tasks/flutter_gallery_ios32__transition_perf.dart
+0
-14
manifest.yaml
dev/devicelab/manifest.yaml
+0
-8
No files found.
dev/devicelab/bin/tasks/flutter_gallery_ios32__transition_perf.dart
deleted
100644 → 0
View file @
3b744ee1
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'dart:async'
;
import
'package:flutter_devicelab/tasks/gallery.dart'
;
import
'package:flutter_devicelab/framework/adb.dart'
;
import
'package:flutter_devicelab/framework/framework.dart'
;
Future
<
void
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
ios
;
await
task
(
createGalleryTransitionTest
());
}
dev/devicelab/manifest.yaml
View file @
46d1aba2
...
...
@@ -486,14 +486,6 @@ tasks:
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios32"
]
flutter_gallery_ios32__transition_perf
:
description
:
>
Measures the performance of screen transitions in Flutter Gallery on
32-bit iOS (iPhone 4S).
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios32"
]
flaky
:
true
flavors_test_ios
:
description
:
>
Checks that flavored builds work on iPhone 6.
...
...
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