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
5efe0958
Unverified
Commit
5efe0958
authored
Oct 16, 2018
by
Dan Field
Committed by
GitHub
Oct 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Roll engine to aed6b8c46b05c7cee4506a9757dd9ea1b40583c2." (#23170)
This reverts commit
a34488dd
.
parent
a34488dd
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
14 deletions
+6
-14
engine.version
bin/internal/engine.version
+1
-1
analysis_options.yaml
packages/analysis_options.yaml
+0
-5
expression_evaluation_test.dart
...er_tools/test/integration/expression_evaluation_test.dart
+2
-2
flutter_attach_test.dart
...s/flutter_tools/test/integration/flutter_attach_test.dart
+1
-2
hot_reload_test.dart
packages/flutter_tools/test/integration/hot_reload_test.dart
+1
-2
lifetime_test.dart
packages/flutter_tools/test/integration/lifetime_test.dart
+1
-2
No files found.
bin/internal/engine.version
View file @
5efe0958
aed6b8c46b05c7cee4506a9757dd9ea1b40583c2
08272ee6aa33cc367911ac816f25676c3f439c6d
packages/analysis_options.yaml
View file @
5efe0958
...
...
@@ -3,11 +3,6 @@
include
:
../analysis_options.yaml
analyzer
:
errors
:
# https://github.com/dart-lang/sdk/issues/34819
invalid_use_of_protected_member
:
ignore
linter
:
rules
:
-
public_member_api_docs
packages/flutter_tools/test/integration/expression_evaluation_test.dart
View file @
5efe0958
...
...
@@ -6,6 +6,7 @@ import 'dart:async';
import
'package:file/file.dart'
;
import
'package:flutter_tools/src/base/file_system.dart'
;
import
'package:flutter_tools/src/base/platform.dart'
;
import
'package:vm_service_client/vm_service_client.dart'
;
...
...
@@ -110,6 +111,5 @@ void main() {
// TODO(dantup): Unskip after flutter-tester is fixed on Windows:
// https://github.com/flutter/flutter/issues/17833.
// https://github.com/flutter/flutter/issues/21348.
// https://github.com/flutter/flutter/issues/23109
},
timeout:
const
Timeout
.
factor
(
6
),
skip:
true
);
},
timeout:
const
Timeout
.
factor
(
6
),
skip:
platform
.
isWindows
);
}
packages/flutter_tools/test/integration/flutter_attach_test.dart
View file @
5efe0958
...
...
@@ -48,6 +48,5 @@ void main() {
await
_flutterAttach
.
attach
(
_flutterRun
.
vmServicePort
);
await
_flutterAttach
.
hotReload
();
});
// https://github.com/flutter/flutter/issues/23109
},
timeout:
const
Timeout
.
factor
(
6
),
skip:
true
);
},
timeout:
const
Timeout
.
factor
(
6
));
}
packages/flutter_tools/test/integration/hot_reload_test.dart
View file @
5efe0958
...
...
@@ -46,6 +46,5 @@ void main() {
_project
.
breakpointLine
);
expect
(
isolate
.
pauseEvent
,
isInstanceOf
<
VMPauseBreakpointEvent
>());
});
// https://github.com/flutter/flutter/issues/23109
},
timeout:
const
Timeout
.
factor
(
6
),
skip:
true
);
},
timeout:
const
Timeout
.
factor
(
6
));
}
packages/flutter_tools/test/integration/lifetime_test.dart
View file @
5efe0958
...
...
@@ -44,6 +44,5 @@ void main() {
await
Future
<
void
>.
delayed
(
requiredLifespan
);
expect
(
_flutter
.
hasExited
,
equals
(
false
));
});
// https://github.com/flutter/flutter/issues/23109
},
timeout:
const
Timeout
.
factor
(
6
),
skip:
true
);
},
timeout:
const
Timeout
.
factor
(
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