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
2f58d086
Unverified
Commit
2f58d086
authored
Aug 27, 2019
by
Tong Wu
Committed by
GitHub
Aug 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Add smoke tests for Catalina/Android testing. (#39300)" (#39347)
This reverts commit
b38302b0
.
parent
b38302b0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
46 deletions
+4
-46
smoke_catalina_hot_mode_dev_cycle__benchmark.dart
...n/tasks/smoke_catalina_hot_mode_dev_cycle__benchmark.dart
+1
-0
smoke_catalina_hot_mode_dev_cycle_ios__benchmark.dart
...sks/smoke_catalina_hot_mode_dev_cycle_ios__benchmark.dart
+0
-14
smoke_catalina_start_up.dart
dev/devicelab/bin/tasks/smoke_catalina_start_up.dart
+1
-0
smoke_catalina_start_up_ios.dart
dev/devicelab/bin/tasks/smoke_catalina_start_up_ios.dart
+0
-16
manifest.yaml
dev/devicelab/manifest.yaml
+2
-16
No files found.
dev/devicelab/bin/tasks/smoke_catalina_hot_mode_dev_cycle__benchmark.dart
View file @
2f58d086
...
...
@@ -9,5 +9,6 @@ import 'package:flutter_devicelab/framework/framework.dart';
import
'package:flutter_devicelab/framework/adb.dart'
;
Future
<
void
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
ios
;
await
task
(
createHotModeTest
());
}
dev/devicelab/bin/tasks/smoke_catalina_hot_mode_dev_cycle_ios__benchmark.dart
deleted
100644 → 0
View file @
b38302b0
// Copyright (c) 2019 The Chromium 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/hot_mode_tests.dart'
;
import
'package:flutter_devicelab/framework/framework.dart'
;
import
'package:flutter_devicelab/framework/adb.dart'
;
Future
<
void
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
ios
;
await
task
(
createHotModeTest
());
}
dev/devicelab/bin/tasks/smoke_catalina_start_up.dart
View file @
2f58d086
...
...
@@ -9,6 +9,7 @@ import 'package:flutter_devicelab/framework/adb.dart';
import
'package:flutter_devicelab/framework/framework.dart'
;
Future
<
void
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
ios
;
// It's intended to use the Gallery startup test as a smoke test on macOS
// Catalina.
await
task
(
createFlutterGalleryStartupTest
());
...
...
dev/devicelab/bin/tasks/smoke_catalina_start_up_ios.dart
deleted
100644 → 0
View file @
b38302b0
// Copyright 2019 The Chromium 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/perf_tests.dart'
;
import
'package:flutter_devicelab/framework/adb.dart'
;
import
'package:flutter_devicelab/framework/framework.dart'
;
Future
<
void
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
ios
;
// It's intended to use the Gallery startup test as a smoke test on macOS
// Catalina.
await
task
(
createFlutterGalleryStartupTest
());
}
dev/devicelab/manifest.yaml
View file @
2f58d086
...
...
@@ -517,33 +517,19 @@ tasks:
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios"
]
smoke_catalina_start_up
_ios
:
smoke_catalina_start_up
:
description
:
>
A smoke test that runs on macOS Catalina, which is a clone of the Gallery startup latency test.
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac-catalina/ios"
]
smoke_catalina_hot_mode_dev_cycle_
ios_
_benchmark
:
smoke_catalina_hot_mode_dev_cycle__benchmark
:
description
:
>
A some test that runs on macOS Catalina, which is a clone of the Dart VM hot patching performance benchmarking.
stage
:
devicelab_ios
flaky
:
true
required_agent_capabilities
:
[
"
mac-catalina/ios"
]
smoke_catalina_start_up
:
description
:
>
A smoke test that runs on macOS Catalina, which is a clone of the Gallery startup latency test.
stage
:
devicelab
flaky
:
true
required_agent_capabilities
:
[
"
mac-catalina/android"
]
smoke_catalina_hot_mode_dev_cycle__benchmark
:
description
:
>
A some test that runs on macOS Catalina, which is a clone of the Dart VM hot patching performance benchmarking.
stage
:
devicelab
flaky
:
true
required_agent_capabilities
:
[
"
mac-catalina/android"
]
# Tests running on Windows host
flavors_test_win
:
...
...
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