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
43a8a190
Unverified
Commit
43a8a190
authored
Nov 21, 2019
by
sjindel-google
Committed by
GitHub
Nov 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix erroneous comments referring to blobs snapshots. (#41378)
parent
9efaa784
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
module_host_with_custom_build_test.dart
...vicelab/bin/tasks/module_host_with_custom_build_test.dart
+2
-2
perf_tests.dart
dev/devicelab/lib/tasks/perf_tests.dart
+0
-1
No files found.
dev/devicelab/bin/tasks/module_host_with_custom_build_test.dart
View file @
43a8a190
...
...
@@ -236,7 +236,7 @@ Future<void> main() async {
return
TaskResult
.
failure
(
'Failed to build app-demo-release-unsigned.apk'
);
}
section
(
'Verify AOT
blobs
in app-demo-release-unsigned.apk'
);
section
(
'Verify AOT
ELF
in app-demo-release-unsigned.apk'
);
checkCollectionContains
<
String
>(<
String
>[
...
flutterAssets
,
...
...
@@ -274,7 +274,7 @@ Future<void> main() async {
return
TaskResult
.
failure
(
'Failed to build app-demo-prod-unsigned.apk'
);
}
section
(
'Verify AOT
blobs
in app-demo-prod-unsigned.apk'
);
section
(
'Verify AOT
ELF
in app-demo-prod-unsigned.apk'
);
checkCollectionContains
<
String
>(<
String
>[
...
flutterAssets
,
...
...
dev/devicelab/lib/tasks/perf_tests.dart
View file @
43a8a190
...
...
@@ -342,7 +342,6 @@ class CompileTest {
}
static
Future
<
Map
<
String
,
dynamic
>>
_compileAot
()
async
{
// Generate blobs instead of assembly.
await
flutter
(
'clean'
);
final
Stopwatch
watch
=
Stopwatch
()..
start
();
final
List
<
String
>
options
=
<
String
>[
...
...
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