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
7b0f38b1
Unverified
Commit
7b0f38b1
authored
Oct 29, 2020
by
Shi-Hao Hong
Committed by
GitHub
Oct 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove intl_translation from tool integration test (#69155)
parent
a2b93b86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
gen_l10n_test.dart
...s/flutter_tools/test/integration.shard/gen_l10n_test.dart
+2
-5
gen_l10n_project.dart
...ls/test/integration.shard/test_data/gen_l10n_project.dart
+0
-1
No files found.
packages/flutter_tools/test/integration.shard/gen_l10n_test.dart
View file @
7b0f38b1
...
...
@@ -14,11 +14,8 @@ import 'test_utils.dart';
final
GenL10nProject
project
=
GenL10nProject
();
// Verify that the code generated by gen_l10n executes correctly.
// It can fail if gen_l10n produces a lib/l10n/app_localizations.dart that:
// - Does not analyze cleanly.
// - Can't be processed by the intl_translation:generate_from_arb tool.
// The generate_from_arb step can take close to a minute on a lightly
// loaded workstation, so the test could time out on a heavily loaded bot.
// It can fail if gen_l10n produces a lib/l10n/app_localizations.dart that
// does not analyze cleanly.
void
main
(
)
{
Directory
tempDir
;
FlutterRunTestDriver
flutter
;
...
...
packages/flutter_tools/test/integration.shard/test_data/gen_l10n_project.dart
View file @
7b0f38b1
...
...
@@ -43,7 +43,6 @@ dependencies:
flutter_localizations:
sdk: flutter
intl: 0.16.1
intl_translation: 0.17.8
'''
;
@override
...
...
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