3312 Commits

Author SHA1 Message Date
Martin Kustermann
b148e628ec
Widen sdk version constraint of package:{flutter_services,sky_engine,sky_services} to allow ^2.0.0 (#6012) 2018-08-14 13:47:01 +02:00
skia-flutter-autoroll
00d7069677
Roll src/third_party/skia 6ed63968a391..a9660ec89bc7 (14 commits) (#5993)
Auto-roller completed checks. Merging.
2018-08-10 15:01:54 -04:00
skia-flutter-autoroll
2d9a0a7f31
Roll src/third_party/skia 177742435e52..faeef7837210 (1 commits) (#5967)
Auto-roller completed checks. Merging.
2018-08-07 19:03:24 -04:00
Ben Konyi
3cbb5e2067
Persist DartCallbackCache contents across launches (#5947)
* Updated DartCallbackCache to write callback cache to disk which is
restored on engine startup
* Ensure cache isn't moved off disk in iOS
2018-08-07 14:37:19 -07:00
skia-flutter-autoroll
04aa0d44db
Roll src/third_party/skia afea9c32acd9..ed8bc196bd56 (20 commits) (#5923)
Auto-roller completed checks. Merging.
2018-08-01 19:13:46 -04:00
Michael Goderbauer
69293264b1
Roll ICU to 62.1 and harfbuzz to 1.8.4 (#5913) 2018-08-01 14:56:53 -07:00
skia-flutter-autoroll
83da727453
Roll src/third_party/skia 1935aa3d27cd..6cfa29738295 (7 commits) (#5912)
Auto-roller completed checks. Merging.
2018-07-31 19:23:45 -04:00
skia-flutter-autoroll
d34eb1db53
Roll src/third_party/skia 227424b57d28..c06b8a4e0ca3 (22 commits) (#5904)
Auto-roller completed checks. Merging.
2018-07-30 09:49:45 -04:00
skia-flutter-autoroll
6f7bdc9fab
Roll src/third_party/skia f27b479f957d..5f1dc76d0cec (1 commits) (#5884)
Auto-roller completed checks. Merging.
2018-07-26 19:27:49 -04:00
skia-flutter-autoroll
dbd2f57e0e
Roll src/third_party/skia 897f256413c1..f27b479f957d (12 commits) (#5878)
Auto-roller completed checks. Merging.
2018-07-26 16:08:49 -04:00
skia-flutter-autoroll
5474415e1d
Roll src/third_party/skia e35055f31c7f..b8eeb808d84f (5 commits) (#5832)
Auto-roller completed checks. Merging.
2018-07-23 18:30:13 -04:00
skia-flutter-autoroll
a796e89cbd
Roll src/third_party/skia 36fe60d19ad9..e8d674dd7cef (1 commits) (#5715)
Auto-roller completed checks. Merging.
2018-07-10 23:32:50 -04:00
Jonah Williams
e1c0dcd210
update license (#5710) 2018-07-10 17:26:17 -07:00
Alexander Aprelev
b157d4f568
Roll dart sdk to 64641d014b77bd410e9aa10558522ae26e4210ee (#5610)
* Roll dart sdk to 9c7cd04e7f285c3e74f54def9f91dbdd1a18b1ba.

Changes since last roll:
```
9c7cd04e7f [ VM / Testing ] Disabled non_utf8_* tests for FileSystemEntity classes
5c9e9a6661 [gardening] Update status file
5a193752f6 Clean up some hints
e67c5953e9 Relax return restrictions.
a9c624a010 [infra] Update checked in SDKs to 2.0.0-dev.65.0
12971f37a9 Update dart_style package to 1.1.0 in DEPS
f67308a983 Handle invalid dill files more gracefully
9aa0c4ae3f [release] Prepare changelog for 2.0.0-dev.65.0
9a8b5f3bc2 Update app_jitk service status
a16ad6d9de [infra] Make update_homebrew script work on Dart2
014a5bc678 Replace strstr with strncmp looking for path separator
d2d47acdce [kernel] Include urls even when we have no source
5f17b0a0be Convert ShadowMapLiteral to MapLiteralJudgment
2c98fb3c1d Add tests showing the async impact on function type checks
8e4d5c0a38 Update formated error for nonexisting constructor
a8e930caf3 Add ClassHierarchy to share code between J/KClosedWorld
c9bd4df214 Document IntLiteral.value as holding a uint64 value
56d57407e1 Fix status for new test
ed20faa2ed Add test for rejecting inexact numbers
31ed467871 Fix directory-prefix finding logic so it works on Windows.
2d6eaba187 pkg:build_integration: clarify that' it's not planned to be published
f67cba1067 [vm] Introduce kernel_multiroot options to support multiroot compilation mode in kernel service.
2876bd08fb Doc - Fix OSError.message and errorCode doc
c97f177112 Issue 33518. Fix for subtypes() in parts without library.
e661c9ef54 Simplify 'as T' for simple T
65a3c4443b [observatory] Update packages and remove dead dependencies.
b15572933d Update checked-in Dart SDK to 2.0.0-dev.64.1
9d3533ff72 snapshot the kernel worker in dart 2 mode and fix some dart 2 errors
b29bde6232 Convert ShadowSyntheticExpression to SyntheticExpressionJudgment
2876623654 Check function types in the correct order in runZoned.
6d25212302 getStats Future should be strongly typed.
ca99917fb6 Remove code awaiting void results to unblock #33145
19f60bfb52 Improve fasta parser expression recovery
d632980ee0 Add tokens to more judgements
5721d8af6d - Fixed querySelectoryAll generic syntax to assert if types in list aren't of the same type T. - Fixes requestFullscreen to call operation webkitRequestFullscreen not requestFullscreen its only available when RuntimeEnabled=FullscreenUnprefixed.
3640037164 Fix second half on #33343: disallow generic functions as type arguments.
97c81d668a Remove variableSet factory methods.
98efc7917f Improve parse assert statement recovery
a93e303f3f [vm/kernel/bytecode] Bytecode generation for rarely used operations
a0ba81bfe7 Convert ShadowCascadeExpression to CascadeJudgment.
de4d8b6cae Convert ShadowSymbolLiteral to SymbolLiteralJudgment
13c3560fc6 Count analyzer cfe integration failing tests.
77f94ec259 Convert ShadowLogicalExpression to LogicalJudgment
1a0fc733d3 Add tokens to more judgements
81191186d8 Remove unused class
284b5cce55 Partial fix of #33343. Reject generic function types as bounds.
ada8188b73 Update pkg/pkg.status with the latest -DuseFastaParser status.
e232ddd28c [VM] Handle [VariableGet]s for parameters/let variables differently than other const variables
5d4dbdac5c Adjust stringContentTDQ, stringContentTSQ to allow escapes.
b27b62e182 [fasta] Update .expect files for non-simple bound tests
aeff1c00f2 [vm/compiler] Improve CallTargets::CreateAndExpand
2ff5f8cfcb [VM] Report an error when accessing constructor parameters inside a constructor invocation
2f474a55c1 Change infer to return the expression instead of its type
b9f11311f8 [vm/compiler] Fix incorrect assertion from 20ca5bbb056.
f85fbde727 Expression compilation fix
6240dd5cc3 Make incremental_load_from_dill_test dart2 compliant
8747da838f Bump kernel version after e2ce88d
20ca5bbb05 [vm/jit] Introduce dynamic invocation forwarders that perform type checking
f9a11ec380 [gardening] Mark language_2/const_constructor_nonconst_param_test/01 failing in dartkp
212a817322 Check whether variables is set before using GN not_needed
f381778867 Update the status of analysis server tests.
8b10b1fda9 Add tokens to judgements, part 2
8c1591af9e Add a binder mechanism to the Factory API for handling labels.
e132240c91 Re-enable some failing analyzer_cli --use-cfe tests.
f598e6933c Drop support for Dart 1 in pub
9146cea63a Print times in seconds
ec0df457a2 Convert invocation Shadow(s) to Judgment(s).
223b143167 Workaround for issue 33559.
091f8860c2 [ dart:io / tests ] Fixed issue where non_utf8* tests attempted to delete the current working directory which is not allowed on Windows.
9276b27acd Add unittest for InferenceData
70ac1f90ec Revert "Update checked-in Dart SDK to 2.0.0-dev.64.1"
c270576dd4 Use FunctionNodeJudgment in FunctionExpressionJudgment.
aeba82ef9a [dart2js] Fix for issue 33572
1416ed283a Convert ShadowNot to NotJudgment.
a1a2d90a6c Convert ShadowForStatement to ForJudgment.
7c6211b1d8 Make unittests work with Dart 2
a8d805055a Handle covariant parameters in function types
b24170259c Don't add parts without 'part of' as libraries.
fea8cb1473 Revise order of type variable declaration events
6339976567 Rename lemma to binder
9d499fffe4 Start adding tokens to judgements
ff7a1255aa Convert ShadowFunctionDeclaration to FunctionDeclarationJudgment, add FunctionNodeJudgment.
5bfb70ec5b Docs - Update example websockets app; use idiomatic async/await in examples
ed0ba901e1 Doc - Fix library links in analyzer docs
4c697085be dart2js: Make bazel-input-provider dart2 compliant.
9b814bdf34 Use the lemma approach for NamedFunctionExpression
7c0d31092d Rename variableLemma and variableType to clarify that they refer to the loop variable.
b36f353f76 Update dartdoc to 0.20.1.
eafa9ae4b6 [vm/kernel] Fix StreamingConstantEvaluator to handle non-const variables
3e2708eada [VM interpreter] Fix broken interpreter build.
94abf948c4 pkg:status_file misc cleanup
02721709c3 Fix a committed solo test and mark it as passing now.
c8a488c1ca Add parameters to Forest method to support labeled statements
c4d6ac0cbe [vm/compiler/aot] Implement non-speculative int64 shift operation
3af363cba0 Rename typeContext to inferredType
10dcad1dd2 pkg:kernel - cleanup pubspec file
7e7fd7ffa5 Convert ShadowLiteralList into LiteralListJudgment
4fe71ec275 [fasta] Report instantiate-to-bound failure due to non-simple bounds
121fed2840 Convert ShadowDeferredCheck to DeferredCheckJudgment
e2c54e9af5 Fix cascade specification.
d08317b79f Make status file linter valid Dart 2 code
f4d2bf313e Convert ShadowFunctionExpression to FunctionExpressionJudgment
6888bc2824 Compile time error for web int literals that cannot be represented exactly
075c713a93 Register type arguments on inlining
4ebdb31646 Separate getOutline() and getResolution() in FrontEndCompiler.
6a7bf90c42 Convert ShadowRethrow to RethrowJudgment
7661841cc5 Convert ShadowNamedFunctionExpression to NamedFunctionExpressionJudgment
6fd40725af Convert ShadowIfNullExpression to IfNullJudgment
7c327c32b7 [frontend-server] Fix starter so it works in '--incremental' mode
f885a0c8f3 [vm/kernel] Fix crash when reading symbol literal from Dart annotation
16c0c0ff07 Convert ShadowStringConcatenation to StringConcatenationJudgment
d0655066a5 Use the lemma approach for other variable declaring constructs.
2121c3bb56 Docs - Link to the Random.secure constructor in dartdoc
975686d5a9 [syscalls] Use vmar..._old apis. Modify existing calls to vmar routines in preparation for changing the parameter order.
7d7e7c268e [vm] Work around interaction between type and instance canonicalization in isolate messages.
fa7c38dec5 [vm, standalone] Do not copy when loading kernel.
8d7c5294c6 Rename the kernel ShadowExpressions for assignments
47f394d61c Update checked-in Dart SDK to 2.0.0-dev.64.1
efd36d4cdf Updated non_utf8_* tests to better cleanup after themselves. Fixes issue
d1e1af84e7 DEPS: update crypto version
530f1f6512 [build] Possible fix for 'Error while initializing Kernel isolate'
e9bc3352e0 Replace and remove parseType
1b681a75c3 Modify Factory API to allow forward references to incomplete local functions and variables.
f682213764 Add parameters to Factory methods to support the try statement
cf6fbd9e07 Add parameters to Factory methods to support the switch statement
b50ff4990a Add parameters to Factory methods for list and map literals
c5855635ae Add Factory method parameters for for loops
c2a22c6462 Updates to ddc/ddb tool
1a1ff9e666 Reverse the pub snapshot names
d5d5daf411 Fixed cascade_test failure due to return type of operator []= being non-void.
69c807c636 Fix docs for async File methods
569341cbe0 Improve CompressionOptions docs:
8d40afc9c0 Convert ShadowTryFinally to TryFinallyJudgment.
4a9abfcacb Convert ShadowForInStatement to ForInJudgment.
f2eaf6aae7 Remove type parameters from the Fasta BodyBuilder
74dd5440f1 Convert ShadowStringLiteral into StringLiteralJudgment
10641cbf42 Update status files after 52b2a869bcb93
ee19f2804a Make ResolutionStorer implement the Factory API.
e2ce88dfcc Add startFileOffset on procedures et al, enable VMs GetSource
52b2a869bc Update some noSuchMethod based tests to the currently desired behavior.
bf4f9a9163 Update testing scripts to run on a Dart 2 VM
8638668ecf [VM] Fix vm->native state transition in isolate_reload.cc
71ac67aed1 [kernel] Recognize noSuchMethod forwarders in class hierarchy analysis
216e8dfe85 Stop using !kernel annotations
3e85df5167 [ VM / Dart API ] Added additional methods required for Flutter background execution.
fa19575a54 [vm/kernel/bytecode] Inline list of types into TypeArgumentsForInstanceAllocation constant pool entry
c37bbcca7f Roll pub to the latest version.
abc8793109 [VM interpreter] Adjust bytecode constant pool reading for inlined list of types in TypeArgumentsForInstanceAllocation entry.
8d3eb154e9 [vmservice] Report expression compilation errors
b28ebca825 Begin reworking ResolutionStorer API to look more like the Factory class.
f6871d2305 [vm/kernel/bytecode] Fix generation of InstantiateTypeArgumentsTOS bytecode
272848fe0f Convert ShadowWhileStatement to WhileJudgment.
5ccc497678 Inline constructor bodies that are called once
4df14626b3 Add parameters to Factory methods for constructor initializers
dce00bc836 - fix a strong mode type error - mark a test as slow
83a4d98554 [vm] Weaken CAS to RMW when accessing the remembered and mark bits.
e76fbee90f [VM interpreter] Provide arm64 stubs. Minor cleanups.
a3dde1fad8 Convert ShadowSwitchStatement to SwitchStatementJudgment.
e8323f578c Convert ShadowTryCatch to TryCatchJudgment.
6182b7215d [vm/kernel/bytecode] Fix passing of type arguments
b343d0a80d trigger error for const A(B()) if B non-const
06a588233c Fix package_root_test.dart on mac buildbot.
8419090c8c Cleanup type variable event sequence
8da640704a [vm/linearscan] Reserve slots for catch block entry when nothing is spilled
80a8bfe657 Convert ShadowExpressionStatement to ExpressionStatementJudgment.
2f664c141f [vm] Shorten the write barrier sequence.
b6aa31f7d8 Add required parameters to Factory.catchStatement
34bbb1da30 [Gardening] Move status line to the correct section.
68ecf31fc5 Update CHANGELOG.md with text for the default switching to Dart 2.0.
e15b6a1cd7 Add parameters to Factory API, part 2
85c27d78c1 [Gardening] Removed incorrect entry in the status file.
2edbfd95a7 Convert ShadowVariableDeclaration to VariableDeclarationJudgment.
075027b130 Added super_no_such_method5_test also to the issue list for 33517
254d8ef153 Switch ShadowYieldStatement to YieldJudgment.
64fd6653cf Update deprecated references.
13fb4da312 Convert ShadowIfStatement to IfJudgment.
71042d3dfa linter 0.1.54
e9f994892d Cleanup unescape error messages
7b68a4516f Wrap Let with ShadowSyntheticExpression in wrapInLocatedCompileTimeError().
7d9ac9dca5 Add a --use-fasta-parse flag to test.py; add a 'analyzer-use-fasta-parser' buildbot configuration.
591cf85c76 Re-enable the old analyzer/FE integration logic.
9bd3350f1f Convert ShadowContinueSwitchStatement to ContinueSwitchJudgment.
92f353fe29 Convert ShadowReturnStatement to ReturnJudgment.
462d2a35d3 Convert shadow nodes for 'is' and 'is!' into inference judgments
a3a8d8bbd5 [VM][kernel] Don't mix in noSuchMethod forwarders
6612278b71 Skip non-utf8 file tests on reload builders, where they time out
125fae6d56 Incorporate comments from an earlier code review
188c858a4c [gardening] Fix standalone/app_snapshot_share_test
1c4b362ba5 Support noSuchMethod forwarders in dart2js
276598199e Make DDK interpret IntLiteral.value as uint64
a049e340eb Revert the fix for issue #31770
d4a69bde98 app_snapshot_share_test now runs only in dartk and dartkp mode.
75f485d6d9 [dart2js] Fix for issue 33500
828df76c85 Notify kernel service of isolate shutdown.
a36fbd1990 Skip app_snapshot_share test in precompiled dart1 mode as the test spawns a dart process which runs in Dart2 mode and hence needs a kernel file generation step to run. This test now makes sense only in dartk and dartkp modes.
6dfa10d33d Generate the kernel buffers using bin_to_assembly rule instead of dill_to_cc. This should fix the clang tool errors we are seeing.
8da46d35f5 [vm] Move heap-related code to its own subdirectory (cf. compiler).
2f3c983e0a Convert ShadowStaticGet to StaticGetJudgment
acd375cc77 [gardening] Silence flaky test which times out on simarm64 bot
3becdb8afd Convert property gets to judgments.
9db4b71442 Convert ShadowIntLiteral to IntJudgment
37084e677c Convert ShadowDoubleLiteral to DoubleJudgment
d84d3f8e42 Convert ShadowNullLiteral to NullJudgment.
3a2a84db9c Improve misplaced factory/modifier recovery
3586fcb165 Cleanup deprecated code
eac395c33d Add parameters needed by analyzer to Factory, part 1
edcd3be290 Update aot_assembly rule to temporarily use --no-preview-dart-2 until it is updated to call gen_kernel to produce a kernel file before creating the AOT snapshot.
3d96683a88 Convert ShadowDoStatement to DoJudgment.
8e8fb38c48 Convert ShadowBlock to BlockJudgment.
b71fb2e086 Convert ShadowBreakStatement to BreakJudgment and ContinueJudgment.
c96f23243b Enable Dart2 in dart2js by default
6b96e65c5b Convert ShadowArguments to ArgumentsJudgment.
437b492042 [gardening] Update status for reload-kernel bots
a3a1113cfd Convert ShadowConditionalExpression to ConditionalJudgment.
5b2871ae88 Ensure that constructor invocation file offset is set correctly for annotations.
bedbdf6a49 Add a Type parameter to Factory and update one method
119236996a [build] Remove tools/compile_platform.py
ddde9820a9 Improve fasta parser parameter list recovery
f5a0e3efa8 Create NamedExpressionJudgment.
165c57ffd7 Attempt to fix the windows bot 3
bb1fcebd36 [dart:io] Expose Crypto::GetRandomBytes in embedded_dart_io.h
23f87d54c6 [vm/kernel/bytecode] Implement strong mode type checks in bytecode
1e7d39504f Convert ShadowLabeledStatement to LabeledStatementJudgment.
d895b49134 Support asset directories in flutter pubspec validation.
015d9eff49 Use ShadowEmptyStatement instead of EmptyStatement in blocks.
029ff9361f Track which import is referenced by each prefix.
92c24a1ee7 Skip sample_extension_app_snapshot_test on opt-counter-threshold builders
33d41a928a [VM] Fix incorrect memory allocation
f3960a0111 Fix language_2/vm/optimized_guarded_field_isolates_test
e496efb611 [VM] Adjust status file after 6db5f38d4ee4d
ef49436487 [fasta] Update expectation files after noSuchMethod forwarders change
049195b15d Fix path to entry points json file in app_snapshot_share_test
b024432a29 [VM] Disable test in reload/rollback mode due to snapshot generation
6db5f38d4e [fasta] Don't generate noSuchMethod forwarders in abstract classes
7979232580 Re-added header, only needed to remove the other resource section.
a38b9bed23 Restore dart2js-checked and dart-aot in try_benchmarks.sh.
7be47cd30d Remove some dead code (including implicit setters)
1c01aa7704 Convert some ShadowExpressions into inference judgments
6e6bdb486a Ensure we run app_snapshot_share_test
d7e5332057 Make dual use of a part in the same program an error.
856c7c67ea Skip standalone_2 on !strong configurations (for JIT / AOT VM)
ba024be044 Mark dart2js specific argument as deprecated.
20fe2f0ada Indent error pointer correctly in the presence of tabs.
bd94de8e48 Use dynamic to fix string_interpolate_test
b172a42881 [VM] Catch errors for integer operations in kernel2kernel constant evaluator
f288124d5a Fix InvalidInlineFunctionType example
15821a28a3 Explicit type args in body_builder
1f6925718b Add message for missing type arguments
87e045c484 Remove the helper dart script from our browser test framework
532b9aaa93 Flatten *WorldBuilder hierarchies.
f1d44e39fa Update status for passing Windows Firefox co19 tests
efb4f69a13 Adjust simarm status.
1a443da6ad Adjust options passed to precompile runtime.
f8caffd9e6 Remove some uses of Platform.packageRoot.
ebe2f1db2c Adjust status files.
6fcc95d2a4 Adjust status files.
f2f6ebf547 Convert ShadowAssertInitializer to AssertInitializerJudgment.
ea837c91a0 Transition tests to EvaluateCompiledExpression.
3e6e2dd7f4 Convert ShadowAssertStatement to AssertStatementJudgment.
27fefd7bb3 Convert ShadowAwaitExpression to AwaitExpressionJudgment.
dd1c54c442 Convert ShadowBoolLiteral to BoolLiteralJudgement
4a353fea35 Another attempt to fix tests on Windows
a69d922794 Adjust some of the test expectations based on the flip to Dart 2 mode.
b3b8ca6dc4 Remove the --package-default-analysis-options flag.
9943547d5d Default pub to Dart 2 with opt out
aba94f051e Convert ShadowAsExpression to AsJudgment.
bc7220a4fd [VM] Turn dart2 on by default on the command line VM
cdd2553a12 [vm/kernel/bytecode] Fix null handling in operator ==
df2bf6590d [VM runtime] Minor cleanup of stubs on all architectures as already done for x64
b140baeb55 Own files by their URIs during search.
56cee22800 Build out the initial version of the Factory class (and derived classes).
83cb0c425d Fix awaiting void in analyzer ast_test.dart. Fix at method decl.
c9af309cbf Fix fasta parsing of ?. in cascade expression
67695b9842 Fix the dependencies on the dartdevk_sdk build step.
0a59b2ff90 Fix test cases that await "void." Blocks #33415, making that an error
3ba3e2a752 Revert "switch to dart_action until prebuilt Windows Dart VM is updated"
741ed336f1 Improve AstBuilder int literal recovery
e77158eb38 First steps toward generating analyzer/kernel ASTs during type inference.
f1c3f997bd [VM] Clear out return-value-register from call-to-runtime-stub, it needs to be GC-safe for lazy deopts
686fd133a7 [VM interpreter] Propagate unhandled exception returned from jitted code to interpreter.
8fedfc7f8c Removed DomName, DosEditable, and experimental annoations they are unused.
7d94755836 Issue 33471. Use full ResolveResult in Extract Local refactoring.
57c0fc9593 [vm/corelib] More cleanup in integer operations after _Bigint is removed
88d12fda42 Parse throw on RHS of an assignment
1dcc3264e7 Fix tests that are failing on Windows
691313f357 Move newOptionsFile() and newPackagesFile() into ResourceProviderMixin.
e62f563b2d Validate sdkPath in AnalysisContextCollectionImpl.
493c421f0d Add AnalysisContextCollection.
```

* Roll dart sdk to 4552beb514c5b54fbe9c5a0791f7b95253ac09b9.

Changes since last roll:
```
4552beb514 Revert "[vm/kernel-service] Report an error if isolate compilation options change."
f304948807 [vm] Refactoring: extract kernel translation helpers to a separate file
5a47f4c9fa Apply resolution for ParameterElement metadata.
db7b5072af Reenable FutureOr resynthesis tests with kernel.
1f8148f862 [infra] Restore sync-async behavior to fix legacy precompiler bots
d9911b8a8a Add language_2 test status entries for -cdart2analyzer --use-cfe
b0b1020588 [fasta] Add more tests for noSuchMethod forwarders
90e27b19ea Check for conflicts between a static setter and a constructor or static method.
b0cbc4e9cd Fix a bug in top-level type inference dependency tracking
29924c4000 In observatory use ArgumentError instead of FallThroughError
bd9aa5139a Error on cyclic constructor redirect.
1a6c857a93 Remove ExpressionGenerator.buildThrowNoSuchMethodError
c53746fc8a Add lexeme2 template key
2f739fd7d9 Default implementation of _makeRead and _makeWrite
36b22c7ae9 Remove unused files
583a81ade3 [infra] Make test.py's --strong option a no-op to prepare for removing it
17b53a2835 Test out no_implicit_casts on the analyzer source base.
2ee635977d Revert separation of getOutline() and getResolution() in FrontEndCompiler.
fc472e03da Don't store resolution for desugaring generated NotJudgment.
e0845f9359 [vm/kernel-service] Report an error if isolate compilation options change.
cc30bda2be In resynthesis tests, do not attempt to distinguish missing bound from Object.
a1bd1dd6ee Use standard I/O posix functions for Fuchsia, not 64 bit variants
6f284b45f7 Fixes for applying resolution to InstanceCreationExpression.
1eacd27b8e [VM runtime] Type bounds do not need to be checked during type finalization in strong mode, since bound checks are explicitly emitted where needed.
5db9e6c95e [VM interpreter] Do not load bytecode of synthesized functions with copied metadata. Fix return of native call to bytecode function. Fix stack level when returning from static field initializer. Use a zone handle for handled exception types.
bcacff49ba Ignore deferredCheck() in resolution storer.
423edf86be Fix analyzer/FE integration of local generic functions with bounds.
0e7e0c945a [vm/kernel/bytecode] Generate argument checks after allocating initial context
3fd61646ce Fix analyzer/FE integration of redirected constructors involving type arguments.
d03210cdf4 Fix storage of types for local functions that are generic.
4426f5a33e [gardening] Mark large_class_declaration_test Slow in debug, dart1
85253708a3 [build] Include kernel-service snapshot in the platform sdk
f0bc620143 Validate location in store().
b4a426fa72 [dart:io] Adds HttpClient.connectionTimeout
cb4a19b5fc misc(pkg/analyzer): update to latest pkg:matcher API
d2bde00d9d Cleanup skipFormalParameters and remove unused methods
56cb7bac02 Fix for applying resolution to static field annotations.
723bcbd5f9 Added link to see webdev.dartlang.org
b9dbe3a0be Fix analyzer/FE integration for `is!` expressions.
bef0eca2e3 [gardening] Update status after a7f0f7ea899fe7812f54eea8f957a92153e3176e
f5e8cc3517 Remove old code with incorrect instantiation to bounds on typedefs
edf26852e6 linter 0.1.55
544358304d [VM] - Add --preview-dart-2 option back as a nop - Temporarily treat --checked as an alias for --enable-asserts in Dart2   mode so that google3 test scripts don't need to change.
e7da604c11 More updates for -DuseFastaParser.
efa4b21c4f [fuchsia] Update zx_cprng_draw
a7f0f7ea89 [vm] Add source positions to stack traces of bool checks
70087c349b Fixes for applying resolution to annotations.
21b077a81c Fix incorrect handling of non-generic typedefs.
37d9e79b1b Update co19 and co19 strong branch in DEPS
7d1642e081 [gardening] Mark large_class_declaration_test Slow.
dce6663028 Add message to assert to explain the problem
b20dc7b98a Update the script to re-gen the analysis server spec.
29c549bfe2 [vm/kernel] Use old space in a specific Kernel FE error allocation.
e13b9e8a75 [fasta] Update expectation files after cf2966ea
46167dfd88 It is OK to declare a const constructor in a class with a mixin, if it has no fields.
88a88b03dc Fix token used for large negative integers.
b43dc893eb Remove spec references to Symbol constructor.
cf2966ea0d [fasta] Generate noSuchMethod forwarders for abstract accessors
28ed0d743d Make it explicit that "dynamic" is exported from dart:core.
ce312b9632 Add --analyzer-use-fasta and --analyzer-use-fasta-parser to test.py
25286e4a7d Add tests for optimization of Flutters use of Widget.runtimeType
df2529d443 Detect when a class has a member that conflicts with a static one
50fe42a886 Reduce use of putIfAbsent
385cde3977 Resolve 'dynamic' element references.
70576f431e Roll https://github.com/dart-lang/pub/pull/1938 into the SDK.
46710a77dd Make checked flag again only enable assertions in Dart 2.0
e0905b979a Revert "Add ClassHierarchy to share code between J/KClosedWorld"
9179db84df Resynthesize typedef types properly from kernel.
c53952a46d [vm/kernel/bytecode] Generate bytecode for assertions, bool checks
a6c2c97d7e Rename ResynthesizeKernelStrongTest to ResynthesizeTest_Kernel
cad8d4a741 Store instance creation information at arguments offset.
a4c7cf388f First stab at a parsing library for named configurations.
008aa729c5 [VM interpreter] Support implicit getters and setters without compiling them.
54bc1548b0 [fuchsia] Update to Sync2Ptr
05b19947a4 Prep for analyzer 0.32.2
a1efbd326f Change FrontEndCompiler.getOutline() to return full kernels.
966541bec9 Improve literal function recovery
386efb1e6a Improve type parameter recovery
5c9add2c46 Allow Future<T> to be assigned to Future<void>
9c7cd04e7f [ VM / Testing ] Disabled non_utf8_* tests for FileSystemEntity classes
5c9e9a6661 [gardening] Update status file
5a193752f6 Clean up some hints
e67c5953e9 Relax return restrictions.
a9c624a010 [infra] Update checked in SDKs to 2.0.0-dev.65.0
12971f37a9 Update dart_style package to 1.1.0 in DEPS
f67308a983 Handle invalid dill files more gracefully
9aa0c4ae3f [release] Prepare changelog for 2.0.0-dev.65.0
9a8b5f3bc2 Update app_jitk service status
a16ad6d9de [infra] Make update_homebrew script work on Dart2
014a5bc678 Replace strstr with strncmp looking for path separator
d2d47acdce [kernel] Include urls even when we have no source
5f17b0a0be Convert ShadowMapLiteral to MapLiteralJudgment
2c98fb3c1d Add tests showing the async impact on function type checks
8e4d5c0a38 Update formated error for nonexisting constructor
a8e930caf3 Add ClassHierarchy to share code between J/KClosedWorld
c9bd4df214 Document IntLiteral.value as holding a uint64 value
56d57407e1 Fix status for new test
ed20faa2ed Add test for rejecting inexact numbers
31ed467871 Fix directory-prefix finding logic so it works on Windows.
2d6eaba187 pkg:build_integration: clarify that' it's not planned to be published
f67cba1067 [vm] Introduce kernel_multiroot options to support multiroot compilation mode in kernel service.
2876bd08fb Doc - Fix OSError.message and errorCode doc
c97f177112 Issue 33518. Fix for subtypes() in parts without library.
e661c9ef54 Simplify 'as T' for simple T
65a3c4443b [observatory] Update packages and remove dead dependencies.
b15572933d Update checked-in Dart SDK to 2.0.0-dev.64.1
9d3533ff72 snapshot the kernel worker in dart 2 mode and fix some dart 2 errors
b29bde6232 Convert ShadowSyntheticExpression to SyntheticExpressionJudgment
2876623654 Check function types in the correct order in runZoned.
6d25212302 getStats Future should be strongly typed.
ca99917fb6 Remove code awaiting void results to unblock #33145
19f60bfb52 Improve fasta parser expression recovery
d632980ee0 Add tokens to more judgements
5721d8af6d - Fixed querySelectoryAll generic syntax to assert if types in list aren't of the same type T. - Fixes requestFullscreen to call operation webkitRequestFullscreen not requestFullscreen its only available when RuntimeEnabled=FullscreenUnprefixed.
3640037164 Fix second half on #33343: disallow generic functions as type arguments.
97c81d668a Remove variableSet factory methods.
98efc7917f Improve parse assert statement recovery
a93e303f3f [vm/kernel/bytecode] Bytecode generation for rarely used operations
a0ba81bfe7 Convert ShadowCascadeExpression to CascadeJudgment.
de4d8b6cae Convert ShadowSymbolLiteral to SymbolLiteralJudgment
13c3560fc6 Count analyzer cfe integration failing tests.
77f94ec259 Convert ShadowLogicalExpression to LogicalJudgment
1a0fc733d3 Add tokens to more judgements
81191186d8 Remove unused class
284b5cce55 Partial fix of #33343. Reject generic function types as bounds.
ada8188b73 Update pkg/pkg.status with the latest -DuseFastaParser status.
e232ddd28c [VM] Handle [VariableGet]s for parameters/let variables differently than other const variables
5d4dbdac5c Adjust stringContentTDQ, stringContentTSQ to allow escapes.
b27b62e182 [fasta] Update .expect files for non-simple bound tests
aeff1c00f2 [vm/compiler] Improve CallTargets::CreateAndExpand
2ff5f8cfcb [VM] Report an error when accessing constructor parameters inside a constructor invocation
2f474a55c1 Change infer to return the expression instead of its type
b9f11311f8 [vm/compiler] Fix incorrect assertion from 20ca5bbb056.
f85fbde727 Expression compilation fix
6240dd5cc3 Make incremental_load_from_dill_test dart2 compliant
8747da838f Bump kernel version after e2ce88d
20ca5bbb05 [vm/jit] Introduce dynamic invocation forwarders that perform type checking
f9a11ec380 [gardening] Mark language_2/const_constructor_nonconst_param_test/01 failing in dartkp
212a817322 Check whether variables is set before using GN not_needed
f381778867 Update the status of analysis server tests.
8b10b1fda9 Add tokens to judgements, part 2
8c1591af9e Add a binder mechanism to the Factory API for handling labels.
e132240c91 Re-enable some failing analyzer_cli --use-cfe tests.
f598e6933c Drop support for Dart 1 in pub
9146cea63a Print times in seconds
ec0df457a2 Convert invocation Shadow(s) to Judgment(s).
223b143167 Workaround for issue 33559.
091f8860c2 [ dart:io / tests ] Fixed issue where non_utf8* tests attempted to delete the current working directory which is not allowed on Windows.
9276b27acd Add unittest for InferenceData
70ac1f90ec Revert "Update checked-in Dart SDK to 2.0.0-dev.64.1"
c270576dd4 Use FunctionNodeJudgment in FunctionExpressionJudgment.
aeba82ef9a [dart2js] Fix for issue 33572
1416ed283a Convert ShadowNot to NotJudgment.
a1a2d90a6c Convert ShadowForStatement to ForJudgment.
7c6211b1d8 Make unittests work with Dart 2
a8d805055a Handle covariant parameters in function types
b24170259c Don't add parts without 'part of' as libraries.
fea8cb1473 Revise order of type variable declaration events
6339976567 Rename lemma to binder
9d499fffe4 Start adding tokens to judgements
ff7a1255aa Convert ShadowFunctionDeclaration to FunctionDeclarationJudgment, add FunctionNodeJudgment.
5bfb70ec5b Docs - Update example websockets app; use idiomatic async/await in examples
ed0ba901e1 Doc - Fix library links in analyzer docs
4c697085be dart2js: Make bazel-input-provider dart2 compliant.
9b814bdf34 Use the lemma approach for NamedFunctionExpression
7c0d31092d Rename variableLemma and variableType to clarify that they refer to the loop variable.
b36f353f76 Update dartdoc to 0.20.1.
eafa9ae4b6 [vm/kernel] Fix StreamingConstantEvaluator to handle non-const variables
3e2708eada [VM interpreter] Fix broken interpreter build.
94abf948c4 pkg:status_file misc cleanup
02721709c3 Fix a committed solo test and mark it as passing now.
c8a488c1ca Add parameters to Forest method to support labeled statements
c4d6ac0cbe [vm/compiler/aot] Implement non-speculative int64 shift operation
3af363cba0 Rename typeContext to inferredType
10dcad1dd2 pkg:kernel - cleanup pubspec file
7e7fd7ffa5 Convert ShadowLiteralList into LiteralListJudgment
4fe71ec275 [fasta] Report instantiate-to-bound failure due to non-simple bounds
121fed2840 Convert ShadowDeferredCheck to DeferredCheckJudgment
e2c54e9af5 Fix cascade specification.
d08317b79f Make status file linter valid Dart 2 code
f4d2bf313e Convert ShadowFunctionExpression to FunctionExpressionJudgment
6888bc2824 Compile time error for web int literals that cannot be represented exactly
075c713a93 Register type arguments on inlining
4ebdb31646 Separate getOutline() and getResolution() in FrontEndCompiler.
6a7bf90c42 Convert ShadowRethrow to RethrowJudgment
7661841cc5 Convert ShadowNamedFunctionExpression to NamedFunctionExpressionJudgment
6fd40725af Convert ShadowIfNullExpression to IfNullJudgment
7c327c32b7 [frontend-server] Fix starter so it works in '--incremental' mode
f885a0c8f3 [vm/kernel] Fix crash when reading symbol literal from Dart annotation
16c0c0ff07 Convert ShadowStringConcatenation to StringConcatenationJudgment
d0655066a5 Use the lemma approach for other variable declaring constructs.
2121c3bb56 Docs - Link to the Random.secure constructor in dartdoc
975686d5a9 [syscalls] Use vmar..._old apis. Modify existing calls to vmar routines in preparation for changing the parameter order.
7d7e7c268e [vm] Work around interaction between type and instance canonicalization in isolate messages.
fa7c38dec5 [vm, standalone] Do not copy when loading kernel.
8d7c5294c6 Rename the kernel ShadowExpressions for assignments
47f394d61c Update checked-in Dart SDK to 2.0.0-dev.64.1
efd36d4cdf Updated non_utf8_* tests to better cleanup after themselves. Fixes issue
d1e1af84e7 DEPS: update crypto version
530f1f6512 [build] Possible fix for 'Error while initializing Kernel isolate'
e9bc3352e0 Replace and remove parseType
1b681a75c3 Modify Factory API to allow forward references to incomplete local functions and variables.
f682213764 Add parameters to Factory methods to support the try statement
cf6fbd9e07 Add parameters to Factory methods to support the switch statement
b50ff4990a Add parameters to Factory methods for list and map literals
c5855635ae Add Factory method parameters for for loops
c2a22c6462 Updates to ddc/ddb tool
1a1ff9e666 Reverse the pub snapshot names
d5d5daf411 Fixed cascade_test failure due to return type of operator []= being non-void.
69c807c636 Fix docs for async File methods
569341cbe0 Improve CompressionOptions docs:
8d40afc9c0 Convert ShadowTryFinally to TryFinallyJudgment.
4a9abfcacb Convert ShadowForInStatement to ForInJudgment.
f2eaf6aae7 Remove type parameters from the Fasta BodyBuilder
74dd5440f1 Convert ShadowStringLiteral into StringLiteralJudgment
10641cbf42 Update status files after 52b2a869bcb93
ee19f2804a Make ResolutionStorer implement the Factory API.
e2ce88dfcc Add startFileOffset on procedures et al, enable VMs GetSource
52b2a869bc Update some noSuchMethod based tests to the currently desired behavior.
bf4f9a9163 Update testing scripts to run on a Dart 2 VM
8638668ecf [VM] Fix vm->native state transition in isolate_reload.cc
71ac67aed1 [kernel] Recognize noSuchMethod forwarders in class hierarchy analysis
216e8dfe85 Stop using !kernel annotations
3e85df5167 [ VM / Dart API ] Added additional methods required for Flutter background execution.
fa19575a54 [vm/kernel/bytecode] Inline list of types into TypeArgumentsForInstanceAllocation constant pool entry
c37bbcca7f Roll pub to the latest version.
abc8793109 [VM interpreter] Adjust bytecode constant pool reading for inlined list of types in TypeArgumentsForInstanceAllocation entry.
8d3eb154e9 [vmservice] Report expression compilation errors
b28ebca825 Begin reworking ResolutionStorer API to look more like the Factory class.
f6871d2305 [vm/kernel/bytecode] Fix generation of InstantiateTypeArgumentsTOS bytecode
272848fe0f Convert ShadowWhileStatement to WhileJudgment.
5ccc497678 Inline constructor bodies that are called once
4df14626b3 Add parameters to Factory methods for constructor initializers
dce00bc836 - fix a strong mode type error - mark a test as slow
83a4d98554 [vm] Weaken CAS to RMW when accessing the remembered and mark bits.
e76fbee90f [VM interpreter] Provide arm64 stubs. Minor cleanups.
a3dde1fad8 Convert ShadowSwitchStatement to SwitchStatementJudgment.
e8323f578c Convert ShadowTryCatch to TryCatchJudgment.
6182b7215d [vm/kernel/bytecode] Fix passing of type arguments
b343d0a80d trigger error for const A(B()) if B non-const
06a588233c Fix package_root_test.dart on mac buildbot.
8419090c8c Cleanup type variable event sequence
8da640704a [vm/linearscan] Reserve slots for catch block entry when nothing is spilled
80a8bfe657 Convert ShadowExpressionStatement to ExpressionStatementJudgment.
2f664c141f [vm] Shorten the write barrier sequence.
b6aa31f7d8 Add required parameters to Factory.catchStatement
34bbb1da30 [Gardening] Move status line to the correct section.
68ecf31fc5 Update CHANGELOG.md with text for the default switching to Dart 2.0.
e15b6a1cd7 Add parameters to Factory API, part 2
85c27d78c1 [Gardening] Removed incorrect entry in the status file.
2edbfd95a7 Convert ShadowVariableDeclaration to VariableDeclarationJudgment.
075027b130 Added super_no_such_method5_test also to the issue list for 33517
254d8ef153 Switch ShadowYieldStatement to YieldJudgment.
64fd6653cf Update deprecated references.
13fb4da312 Convert ShadowIfStatement to IfJudgment.
71042d3dfa linter 0.1.54
e9f994892d Cleanup unescape error messages
7b68a4516f Wrap Let with ShadowSyntheticExpression in wrapInLocatedCompileTimeError().
7d9ac9dca5 Add a --use-fasta-parse flag to test.py; add a 'analyzer-use-fasta-parser' buildbot configuration.
591cf85c76 Re-enable the old analyzer/FE integration logic.
9bd3350f1f Convert ShadowContinueSwitchStatement to ContinueSwitchJudgment.
92f353fe29 Convert ShadowReturnStatement to ReturnJudgment.
462d2a35d3 Convert shadow nodes for 'is' and 'is!' into inference judgments
a3a8d8bbd5 [VM][kernel] Don't mix in noSuchMethod forwarders
6612278b71 Skip non-utf8 file tests on reload builders, where they time out
125fae6d56 Incorporate comments from an earlier code review
188c858a4c [gardening] Fix standalone/app_snapshot_share_test
1c4b362ba5 Support noSuchMethod forwarders in dart2js
276598199e Make DDK interpret IntLiteral.value as uint64
a049e340eb Revert the fix for issue #31770
d4a69bde98 app_snapshot_share_test now runs only in dartk and dartkp mode.
75f485d6d9 [dart2js] Fix for issue 33500
828df76c85 Notify kernel service of isolate shutdown.
a36fbd1990 Skip app_snapshot_share test in precompiled dart1 mode as the test spawns a dart process which runs in Dart2 mode and hence needs a kernel file generation step to run. This test now makes sense only in dartk and dartkp modes.
6dfa10d33d Generate the kernel buffers using bin_to_assembly rule instead of dill_to_cc. This should fix the clang tool errors we are seeing.
8da46d35f5 [vm] Move heap-related code to its own subdirectory (cf. compiler).
2f3c983e0a Convert ShadowStaticGet to StaticGetJudgment
acd375cc77 [gardening] Silence flaky test which times out on simarm64 bot
3becdb8afd Convert property gets to judgments.
9db4b71442 Convert ShadowIntLiteral to IntJudgment
37084e677c Convert ShadowDoubleLiteral to DoubleJudgment
d84d3f8e42 Convert ShadowNullLiteral to NullJudgment.
3a2a84db9c Improve misplaced factory/modifier recovery
3586fcb165 Cleanup deprecated code
eac395c33d Add parameters needed by analyzer to Factory, part 1
edcd3be290 Update aot_assembly rule to temporarily use --no-preview-dart-2 until it is updated to call gen_kernel to produce a kernel file before creating the AOT snapshot.
3d96683a88 Convert ShadowDoStatement to DoJudgment.
8e8fb38c48 Convert ShadowBlock to BlockJudgment.
b71fb2e086 Convert ShadowBreakStatement to BreakJudgment and ContinueJudgment.
c96f23243b Enable Dart2 in dart2js by default
6b96e65c5b Convert ShadowArguments to ArgumentsJudgment.
437b492042 [gardening] Update status for reload-kernel bots
a3a1113cfd Convert ShadowConditionalExpression to ConditionalJudgment.
5b2871ae88 Ensure that constructor invocation file offset is set correctly for annotations.
bedbdf6a49 Add a Type parameter to Factory and update one method
119236996a [build] Remove tools/compile_platform.py
ddde9820a9 Improve fasta parser parameter list recovery
f5a0e3efa8 Create NamedExpressionJudgment.
165c57ffd7 Attempt to fix the windows bot 3
bb1fcebd36 [dart:io] Expose Crypto::GetRandomBytes in embedded_dart_io.h
23f87d54c6 [vm/kernel/bytecode] Implement strong mode type checks in bytecode
1e7d39504f Convert ShadowLabeledStatement to LabeledStatementJudgment.
d895b49134 Support asset directories in flutter pubspec validation.
015d9eff49 Use ShadowEmptyStatement instead of EmptyStatement in blocks.
029ff9361f Track which import is referenced by each prefix.
92c24a1ee7 Skip sample_extension_app_snapshot_test on opt-counter-threshold builders
33d41a928a [VM] Fix incorrect memory allocation
f3960a0111 Fix language_2/vm/optimized_guarded_field_isolates_test
e496efb611 [VM] Adjust status file after 6db5f38d4ee4d
ef49436487 [fasta] Update expectation files after noSuchMethod forwarders change
049195b15d Fix path to entry points json file in app_snapshot_share_test
b024432a29 [VM] Disable test in reload/rollback mode due to snapshot generation
6db5f38d4e [fasta] Don't generate noSuchMethod forwarders in abstract classes
7979232580 Re-added header, only needed to remove the other resource section.
a38b9bed23 Restore dart2js-checked and dart-aot in try_benchmarks.sh.
7be47cd30d Remove some dead code (including implicit setters)
1c01aa7704 Convert some ShadowExpressions into inference judgments
6e6bdb486a Ensure we run app_snapshot_share_test
d7e5332057 Make dual use of a part in the same program an error.
856c7c67ea Skip standalone_2 on !strong configurations (for JIT / AOT VM)
ba024be044 Mark dart2js specific argument as deprecated.
20fe2f0ada Indent error pointer correctly in the presence of tabs.
bd94de8e48 Use dynamic to fix string_interpolate_test
b172a42881 [VM] Catch errors for integer operations in kernel2kernel constant evaluator
f288124d5a Fix InvalidInlineFunctionType example
15821a28a3 Explicit type args in body_builder
1f6925718b Add message for missing type arguments
87e045c484 Remove the helper dart script from our browser test framework
532b9aaa93 Flatten *WorldBuilder hierarchies.
f1d44e39fa Update status for passing Windows Firefox co19 tests
efb4f69a13 Adjust simarm status.
1a443da6ad Adjust options passed to precompile runtime.
f8caffd9e6 Remove some uses of Platform.packageRoot.
ebe2f1db2c Adjust status files.
6fcc95d2a4 Adjust status files.
f2f6ebf547 Convert ShadowAssertInitializer to AssertInitializerJudgment.
ea837c91a0 Transition tests to EvaluateCompiledExpression.
3e6e2dd7f4 Convert ShadowAssertStatement to AssertStatementJudgment.
27fefd7bb3 Convert ShadowAwaitExpression to AwaitExpressionJudgment.
dd1c54c442 Convert ShadowBoolLiteral to BoolLiteralJudgement
4a353fea35 Another attempt to fix tests on Windows
a69d922794 Adjust some of the test expectations based on the flip to Dart 2 mode.
b3b8ca6dc4 Remove the --package-default-analysis-options flag.
9943547d5d Default pub to Dart 2 with opt out
aba94f051e Convert ShadowAsExpression to AsJudgment.
bc7220a4fd [VM] Turn dart2 on by default on the command line VM
cdd2553a12 [vm/kernel/bytecode] Fix null handling in operator ==
df2bf6590d [VM runtime] Minor cleanup of stubs on all architectures as already done for x64
b140baeb55 Own files by their URIs during search.
56cee22800 Build out the initial version of the Factory class (and derived classes).
83cb0c425d Fix awaiting void in analyzer ast_test.dart. Fix at method decl.
c9af309cbf Fix fasta parsing of ?. in cascade expression
67695b9842 Fix the dependencies on the dartdevk_sdk build step.
0a59b2ff90 Fix test cases that await "void." Blocks #33415, making that an error
3ba3e2a752 Revert "switch to dart_action until prebuilt Windows Dart VM is updated"
741ed336f1 Improve AstBuilder int literal recovery
e77158eb38 First steps toward generating analyzer/kernel ASTs during type inference.
f1c3f997bd [VM] Clear out return-value-register from call-to-runtime-stub, it needs to be GC-safe for lazy deopts
686fd133a7 [VM interpreter] Propagate unhandled exception returned from jitted code to interpreter.
8fedfc7f8c Removed DomName, DosEditable, and experimental annoations they are unused.
7d94755836 Issue 33471. Use full ResolveResult in Extract Local refactoring.
57c0fc9593 [vm/corelib] More cleanup in integer operations after _Bigint is removed
88d12fda42 Parse throw on RHS of an assignment
1dcc3264e7 Fix tests that are failing on Windows
691313f357 Move newOptionsFile() and newPackagesFile() into ResourceProviderMixin.
e62f563b2d Validate sdkPath in AnalysisContextCollectionImpl.
493c421f0d Add AnalysisContextCollection.
```

* Roll dart sdk to 4552beb514c5b54fbe9c5a0791f7b95253ac09b9.

Changes since last roll:
```
4552beb514 Revert "[vm/kernel-service] Report an error if isolate compilation options change."
f304948807 [vm] Refactoring: extract kernel translation helpers to a separate file
5a47f4c9fa Apply resolution for ParameterElement metadata.
db7b5072af Reenable FutureOr resynthesis tests with kernel.
1f8148f862 [infra] Restore sync-async behavior to fix legacy precompiler bots
d9911b8a8a Add language_2 test status entries for -cdart2analyzer --use-cfe
b0b1020588 [fasta] Add more tests for noSuchMethod forwarders
90e27b19ea Check for conflicts between a static setter and a constructor or static method.
b0cbc4e9cd Fix a bug in top-level type inference dependency tracking
29924c4000 In observatory use ArgumentError instead of FallThroughError
bd9aa5139a Error on cyclic constructor redirect.
1a6c857a93 Remove ExpressionGenerator.buildThrowNoSuchMethodError
c53746fc8a Add lexeme2 template key
2f739fd7d9 Default implementation of _makeRead and _makeWrite
36b22c7ae9 Remove unused files
583a81ade3 [infra] Make test.py's --strong option a no-op to prepare for removing it
17b53a2835 Test out no_implicit_casts on the analyzer source base.
2ee635977d Revert separation of getOutline() and getResolution() in FrontEndCompiler.
fc472e03da Don't store resolution for desugaring generated NotJudgment.
e0845f9359 [vm/kernel-service] Report an error if isolate compilation options change.
cc30bda2be In resynthesis tests, do not attempt to distinguish missing bound from Object.
a1bd1dd6ee Use standard I/O posix functions for Fuchsia, not 64 bit variants
6f284b45f7 Fixes for applying resolution to InstanceCreationExpression.
1eacd27b8e [VM runtime] Type bounds do not need to be checked during type finalization in strong mode, since bound checks are explicitly emitted where needed.
5db9e6c95e [VM interpreter] Do not load bytecode of synthesized functions with copied metadata. Fix return of native call to bytecode function. Fix stack level when returning from static field initializer. Use a zone handle for handled exception types.
bcacff49ba Ignore deferredCheck() in resolution storer.
423edf86be Fix analyzer/FE integration of local generic functions with bounds.
0e7e0c945a [vm/kernel/bytecode] Generate argument checks after allocating initial context
3fd61646ce Fix analyzer/FE integration of redirected constructors involving type arguments.
d03210cdf4 Fix storage of types for local functions that are generic.
4426f5a33e [gardening] Mark large_class_declaration_test Slow in debug, dart1
85253708a3 [build] Include kernel-service snapshot in the platform sdk
f0bc620143 Validate location in store().
b4a426fa72 [dart:io] Adds HttpClient.connectionTimeout
cb4a19b5fc misc(pkg/analyzer): update to latest pkg:matcher API
d2bde00d9d Cleanup skipFormalParameters and remove unused methods
56cb7bac02 Fix for applying resolution to static field annotations.
723bcbd5f9 Added link to see webdev.dartlang.org
b9dbe3a0be Fix analyzer/FE integration for `is!` expressions.
bef0eca2e3 [gardening] Update status after a7f0f7ea899fe7812f54eea8f957a92153e3176e
f5e8cc3517 Remove old code with incorrect instantiation to bounds on typedefs
edf26852e6 linter 0.1.55
544358304d [VM] - Add --preview-dart-2 option back as a nop - Temporarily treat --checked as an alias for --enable-asserts in Dart2   mode so that google3 test scripts don't need to change.
e7da604c11 More updates for -DuseFastaParser.
efa4b21c4f [fuchsia] Update zx_cprng_draw
a7f0f7ea89 [vm] Add source positions to stack traces of bool checks
70087c349b Fixes for applying resolution to annotations.
21b077a81c Fix incorrect handling of non-generic typedefs.
37d9e79b1b Update co19 and co19 strong branch in DEPS
7d1642e081 [gardening] Mark large_class_declaration_test Slow.
dce6663028 Add message to assert to explain the problem
b20dc7b98a Update the script to re-gen the analysis server spec.
29c549bfe2 [vm/kernel] Use old space in a specific Kernel FE error allocation.
e13b9e8a75 [fasta] Update expectation files after cf2966ea
46167dfd88 It is OK to declare a const constructor in a class with a mixin, if it has no fields.
88a88b03dc Fix token used for large negative integers.
b43dc893eb Remove spec references to Symbol constructor.
cf2966ea0d [fasta] Generate noSuchMethod forwarders for abstract accessors
28ed0d743d Make it explicit that "dynamic" is exported from dart:core.
ce312b9632 Add --analyzer-use-fasta and --analyzer-use-fasta-parser to test.py
25286e4a7d Add tests for optimization of Flutters use of Widget.runtimeType
df2529d443 Detect when a class has a member that conflicts with a static one
50fe42a886 Reduce use of putIfAbsent
385cde3977 Resolve 'dynamic' element references.
70576f431e Roll https://github.com/dart-lang/pub/pull/1938 into the SDK.
46710a77dd Make checked flag again only enable assertions in Dart 2.0
e0905b979a Revert "Add ClassHierarchy to share code between J/KClosedWorld"
9179db84df Resynthesize typedef types properly from kernel.
c53952a46d [vm/kernel/bytecode] Generate bytecode for assertions, bool checks
a6c2c97d7e Rename ResynthesizeKernelStrongTest to ResynthesizeTest_Kernel
cad8d4a741 Store instance creation information at arguments offset.
a4c7cf388f First stab at a parsing library for named configurations.
008aa729c5 [VM interpreter] Support implicit getters and setters without compiling them.
54bc1548b0 [fuchsia] Update to Sync2Ptr
05b19947a4 Prep for analyzer 0.32.2
a1efbd326f Change FrontEndCompiler.getOutline() to return full kernels.
966541bec9 Improve literal function recovery
386efb1e6a Improve type parameter recovery
5c9add2c46 Allow Future<T> to be assigned to Future<void>
9c7cd04e7f [ VM / Testing ] Disabled non_utf8_* tests for FileSystemEntity classes
5c9e9a6661 [gardening] Update status file
5a193752f6 Clean up some hints
e67c5953e9 Relax return restrictions.
a9c624a010 [infra] Update checked in SDKs to 2.0.0-dev.65.0
12971f37a9 Update dart_style package to 1.1.0 in DEPS
f67308a983 Handle invalid dill files more gracefully
9aa0c4ae3f [release] Prepare changelog for 2.0.0-dev.65.0
9a8b5f3bc2 Update app_jitk service status
a16ad6d9de [infra] Make update_homebrew script work on Dart2
014a5bc678 Replace strstr with strncmp looking for path separator
d2d47acdce [kernel] Include urls even when we have no source
5f17b0a0be Convert ShadowMapLiteral to MapLiteralJudgment
2c98fb3c1d Add tests showing the async impact on function type checks
8e4d5c0a38 Update formated error for nonexisting constructor
a8e930caf3 Add ClassHierarchy to share code between J/KClosedWorld
c9bd4df214 Document IntLiteral.value as holding a uint64 value
56d57407e1 Fix status for new test
ed20faa2ed Add test for rejecting inexact numbers
31ed467871 Fix directory-prefix finding logic so it works on Windows.
2d6eaba187 pkg:build_integration: clarify that' it's not planned to be published
f67cba1067 [vm] Introduce kernel_multiroot options to support multiroot compilation mode in kernel service.
2876bd08fb Doc - Fix OSError.message and errorCode doc
c97f177112 Issue 33518. Fix for subtypes() in parts without library.
e661c9ef54 Simplify 'as T' for simple T
65a3c4443b [observatory] Update packages and remove dead dependencies.
b15572933d Update checked-in Dart SDK to 2.0.0-dev.64.1
9d3533ff72 snapshot the kernel worker in dart 2 mode and fix some dart 2 errors
b29bde6232 Convert ShadowSyntheticExpression to SyntheticExpressionJudgment
2876623654 Check function types in the correct order in runZoned.
6d25212302 getStats Future should be strongly typed.
ca99917fb6 Remove code awaiting void results to unblock #33145
19f60bfb52 Improve fasta parser expression recovery
d632980ee0 Add tokens to more judgements
5721d8af6d - Fixed querySelectoryAll generic syntax to assert if types in list aren't of the same type T. - Fixes requestFullscreen to call operation webkitRequestFullscreen not requestFullscreen its only available when RuntimeEnabled=FullscreenUnprefixed.
3640037164 Fix second half on #33343: disallow generic functions as type arguments.
97c81d668a Remove variableSet factory methods.
98efc7917f Improve parse assert statement recovery
a93e303f3f [vm/kernel/bytecode] Bytecode generation for rarely used operations
a0ba81bfe7 Convert ShadowCascadeExpression to CascadeJudgment.
de4d8b6cae Convert ShadowSymbolLiteral to SymbolLiteralJudgment
13c3560fc6 Count analyzer cfe integration failing tests.
77f94ec259 Convert ShadowLogicalExpression to LogicalJudgment
1a0fc733d3 Add tokens to more judgements
81191186d8 Remove unused class
284b5cce55 Partial fix of #33343. Reject generic function types as bounds.
ada8188b73 Update pkg/pkg.status with the latest -DuseFastaParser status.
e232ddd28c [VM] Handle [VariableGet]s for parameters/let variables differently than other const variables
5d4dbdac5c Adjust stringContentTDQ, stringContentTSQ to allow escapes.
b27b62e182 [fasta] Update .expect files for non-simple bound tests
aeff1c00f2 [vm/compiler] Improve CallTargets::CreateAndExpand
2ff5f8cfcb [VM] Report an error when accessing constructor parameters inside a constructor invocation
2f474a55c1 Change infer to return the expression instead of its type
b9f11311f8 [vm/compiler] Fix incorrect assertion from 20ca5bbb056.
f85fbde727 Expression compilation fix
6240dd5cc3 Make incremental_load_from_dill_test dart2 compliant
8747da838f Bump kernel version after e2ce88d
20ca5bbb05 [vm/jit] Introduce dynamic invocation forwarders that perform type checking
f9a11ec380 [gardening] Mark language_2/const_constructor_nonconst_param_test/01 failing in dartkp
212a817322 Check whether variables is set before using GN not_needed
f381778867 Update the status of analysis server tests.
8b10b1fda9 Add tokens to judgements, part 2
8c1591af9e Add a binder mechanism to the Factory API for handling labels.
e132240c91 Re-enable some failing analyzer_cli --use-cfe tests.
f598e6933c Drop support for Dart 1 in pub
9146cea63a Print times in seconds
ec0df457a2 Convert invocation Shadow(s) to Judgment(s).
223b143167 Workaround for issue 33559.
091f8860c2 [ dart:io / tests ] Fixed issue where non_utf8* tests attempted to delete the current working directory which is not allowed on Windows.
9276b27acd Add unittest for InferenceData
70ac1f90ec Revert "Update checked-in Dart SDK to 2.0.0-dev.64.1"
c270576dd4 Use FunctionNodeJudgment in FunctionExpressionJudgment.
aeba82ef9a [dart2js] Fix for issue 33572
1416ed283a Convert ShadowNot to NotJudgment.
a1a2d90a6c Convert ShadowForStatement to ForJudgment.
7c6211b1d8 Make unittests work with Dart 2
a8d805055a Handle covariant parameters in function types
b24170259c Don't add parts without 'part of' as libraries.
fea8cb1473 Revise order of type variable declaration events
6339976567 Rename lemma to binder
9d499fffe4 Start adding tokens to judgements
ff7a1255aa Convert ShadowFunctionDeclaration to FunctionDeclarationJudgment, add FunctionNodeJudgment.
5bfb70ec5b Docs - Update example websockets app; use idiomatic async/await in examples
ed0ba901e1 Doc - Fix library links in analyzer docs
4c697085be dart2js: Make bazel-input-provider dart2 compliant.
9b814bdf34 Use the lemma approach for NamedFunctionExpression
7c0d31092d Rename variableLemma and variableType to clarify that they refer to the loop variable.
b36f353f76 Update dartdoc to 0.20.1.
eafa9ae4b6 [vm/kernel] Fix StreamingConstantEvaluator to handle non-const variables
3e2708eada [VM interpreter] Fix broken interpreter build.
94abf948c4 pkg:status_file misc cleanup
02721709c3 Fix a committed solo test and mark it as passing now.
c8a488c1ca Add parameters to Forest method to support labeled statements
c4d6ac0cbe [vm/compiler/aot] Implement non-speculative int64 shift operation
3af363cba0 Rename typeContext to inferredType
10dcad1dd2 pkg:kernel - cleanup pubspec file
7e7fd7ffa5 Convert ShadowLiteralList into LiteralListJudgment
4fe71ec275 [fasta] Report instantiate-to-bound failure due to non-simple bounds
121fed2840 Convert ShadowDeferredCheck to DeferredCheckJudgment
e2c54e9af5 Fix cascade specification.
d08317b79f Make status file linter valid Dart 2 code
f4d2bf313e Convert ShadowFunctionExpression to FunctionExpressionJudgment
6888bc2824 Compile time error for web int literals that cannot be represented exactly
075c713a93 Register type arguments on inlining
4ebdb31646 Separate getOutline() and getResolution() in FrontEndCompiler.
6a7bf90c42 Convert ShadowRethrow to RethrowJudgment
7661841cc5 Convert ShadowNamedFunctionExpression to NamedFunctionExpressionJudgment
6fd40725af Convert ShadowIfNullExpression to IfNullJudgment
7c327c32b7 [frontend-server] Fix starter so it works in '--incremental' mode
f885a0c8f3 [vm/kernel] Fix crash when reading symbol literal from Dart annotation
16c0c0ff07 Convert ShadowStringConcatenation to StringConcatenationJudgment
d0655066a5 Use the lemma approach for other variable declaring constructs.
2121c3bb56 Docs - Link to the Random.secure constructor in dartdoc
975686d5a9 [syscalls] Use vmar..._old apis. Modify existing calls to vmar routines in preparation for changing the parameter order.
7d7e7c268e [vm] Work around interaction between type and instance canonicalization in isolate messages.
fa7c38dec5 [vm, standalone] Do not copy when loading kernel.
8d7c5294c6 Rename the kernel ShadowExpressions for assignments
47f394d61c Update checked-in Dart SDK to 2.0.0-dev.64.1
efd36d4cdf Updated non_utf8_* tests to better cleanup after themselves. Fixes issue
d1e1af84e7 DEPS: update crypto version
530f1f6512 [build] Possible fix for 'Error while initializing Kernel isolate'
e9bc3352e0 Replace and remove parseType
1b681a75c3 Modify Factory API to allow forward references to incomplete local functions and variables.
f682213764 Add parameters to Factory methods to support the try statement
cf6fbd9e07 Add parameters to Factory methods to support the switch statement
b50ff4990a Add parameters to Factory methods for list and map literals
c5855635ae Add Factory method parameters for for loops
c2a22c6462 Updates to ddc/ddb tool
1a1ff9e666 Reverse the pub snapshot names
d5d5daf411 Fixed cascade_test failure due to return type of operator []= being non-void.
69c807c636 Fix docs for async File methods
569341cbe0 Improve CompressionOptions docs:
8d40afc9c0 Convert ShadowTryFinally to TryFinallyJudgment.
4a9abfcacb Convert ShadowForInStatement to ForInJudgment.
f2eaf6aae7 Remove type parameters from the Fasta BodyBuilder
74dd5440f1 Convert ShadowStringLiteral into StringLiteralJudgment
10641cbf42 Update status files after 52b2a869bcb93
ee19f2804a Make ResolutionStorer implement the Factory API.
e2ce88dfcc Add startFileOffset on procedures et al, enable VMs GetSource
52b2a869bc Update some noSuchMethod based tests to the currently desired behavior.
bf4f9a9163 Update testing scripts to run on a Dart 2 VM
8638668ecf [VM] Fix vm->native state transition in isolate_reload.cc
71ac67aed1 [kernel] Recognize noSuchMethod forwarders in class hierarchy analysis
216e8dfe85 Stop using !kernel annotations
3e85df5167 [ VM / Dart API ] Added additional methods required for Flutter background execution.
fa19575a54 [vm/kernel/bytecode] Inline list of types into TypeArgumentsForInstanceAllocation constant pool entry
c37bbcca7f Roll pub to the latest version.
abc8793109 [VM interpreter] Adjust bytecode constant pool reading for inlined list of types in TypeArgumentsForInstanceAllocation entry.
8d3eb154e9 [vmservice] Report expression compilation errors
b28ebca825 Begin reworking ResolutionStorer API to look more like the Factory class.
f6871d2305 [vm/kernel/bytecode] Fix generation of InstantiateTypeArgumentsTOS bytecode
272848fe0f Convert ShadowWhileStatement to WhileJudgment.
5ccc497678 Inline constructor bodies that are called once
4df14626b3 Add parameters to Factory methods for constructor initializers
dce00bc836 - fix a strong mode type error - mark a test as slow
83a4d98554 [vm] Weaken CAS to RMW when accessing the remembered and mark bits.
e76fbee90f [VM interpreter] Provide arm64 stubs. Minor cleanups.
a3dde1fad8 Convert ShadowSwitchStatement to SwitchStatementJudgment.
e8323f578c Convert ShadowTryCatch to TryCatchJudgment.
6182b7215d [vm/kernel/bytecode] Fix passing of type arguments
b343d0a80d trigger error for const A(B()) if B non-const
06a588233c Fix package_root_test.dart on mac buildbot.
8419090c8c Cleanup type variable event sequence
8da640704a [vm/linearscan] Reserve slots for catch block entry when nothing is spilled
80a8bfe657 Convert ShadowExpressionStatement to ExpressionStatementJudgment.
2f664c141f [vm] Shorten the write barrier sequence.
b6aa31f7d8 Add required parameters to Factory.catchStatement
34bbb1da30 [Gardening] Move status line to the correct section.
68ecf31fc5 Update CHANGELOG.md with text for the default switching to Dart 2.0.
e15b6a1cd7 Add parameters to Factory API, part 2
85c27d78c1 [Gardening] Removed incorrect entry in the status file.
2edbfd95a7 Convert ShadowVariableDeclaration to VariableDeclarationJudgment.
075027b130 Added super_no_such_method5_test also to the issue list for 33517
254d8ef153 Switch ShadowYieldStatement to YieldJudgment.
64fd6653cf Update deprecated references.
13fb4da312 Convert ShadowIfStatement to IfJudgment.
71042d3dfa linter 0.1.54
e9f994892d Cleanup unescape error messages
7b68a4516f Wrap Let with ShadowSyntheticExpression in wrapInLocatedCompileTimeError().
7d9ac9dca5 Add a --use-fasta-parse flag to test.py; add a 'analyzer-use-fasta-parser' buildbot configuration.
591cf85c76 Re-enable the old analyzer/FE integration logic.
9bd3350f1f Convert ShadowContinueSwitchStatement to ContinueSwitchJudgment.
92f353fe29 Convert ShadowReturnStatement to ReturnJudgment.
462d2a35d3 Convert shadow nodes for 'is' and 'is!' into inference judgments
a3a8d8bbd5 [VM][kernel] Don't mix in noSuchMethod forwarders
6612278b71 Skip non-utf8 file tests on reload builders, where they time out
125fae6d56 Incorporate comments from an earlier code review
188c858a4c [gardening] Fix standalone/app_snapshot_share_test
1c4b362ba5 Support noSuchMethod forwarders in dart2js
276598199e Make DDK interpret IntLiteral.value as uint64
a049e340eb Revert the fix for issue #31770
d4a69bde98 app_snapshot_share_test now runs only in dartk and dartkp mode.
75f485d6d9 [dart2js] Fix for issue 33500
828df76c85 Notify kernel service of isolate shutdown.
a36fbd1990 Skip app_snapshot_share test in precompiled dart1 mode as the test spawns a dart process which runs in Dart2 mode and hence needs a kernel file generation step to run. This test now makes sense only in dartk and dartkp modes.
6dfa10d33d Generate the kernel buffers using bin_to_assembly rule instead of dill_to_cc. This should fix the clang tool errors we are seeing.
8da46d35f5 [vm] Move heap-related code to its own subdirectory (cf. compiler).
2f3c983e0a Convert ShadowStaticGet to StaticGetJudgment
acd375cc77 [gardening] Silence flaky test which times out on simarm64 bot
3becdb8afd Convert property gets to judgments.
9db4b71442 Convert ShadowIntLiteral to IntJudgment
37084e677c Convert ShadowDoubleLiteral to DoubleJudgment
d84d3f8e42 Convert ShadowNullLiteral to NullJudgment.
3a2a84db9c Improve misplaced factory/modifier recovery
3586fcb165 Cleanup deprecated code
eac395c33d Add parameters needed by analyzer to Factory, part 1
edcd3be290 Update aot_assembly rule to temporarily use --no-preview-dart-2 until it is updated to call gen_kernel to produce a kernel file before creating the AOT snapshot.
3d96683a88 Convert ShadowDoStatement to DoJudgment.
8e8fb38c48 Convert ShadowBlock to BlockJudgment.
b71fb2e086 Convert ShadowBreakStatement to BreakJudgment and ContinueJudgment.
c96f23243b Enable Dart2 in dart2js by default
6b96e65c5b Convert ShadowArguments to ArgumentsJudgment.
437b492042 [gardening] Update status for reload-kernel bots
a3a1113cfd Convert ShadowConditionalExpression to ConditionalJudgment.
5b2871ae88 Ensure that constructor invocation file offset is set correctly for annotations.
bedbdf6a49 Add a Type parameter to Factory and update one method
119236996a [build] Remove tools/compile_platform.py
ddde9820a9 Improve fasta parser parameter list recovery
f5a0e3efa8 Create NamedExpressionJudgment.
165c57ffd7 Attempt to fix the windows bot 3
bb1fcebd36 [dart:io] Expose Crypto::GetRandomBytes in embedded_dart_io.h
23f87d54c6 [vm/kernel/bytecode] Implement strong mode type checks in bytecode
1e7d39504f Convert ShadowLabeledStatement to LabeledStatementJudgment.
d895b49134 Support asset directories in flutter pubspec validation.
015d9eff49 Use ShadowEmptyStatement instead of EmptyStatement in blocks.
029ff9361f Track which import is referenced by each prefix.
92c24a1ee7 Skip sample_extension_app_snapshot_test on opt-counter-threshold builders
33d41a928a [VM] Fix incorrect memory allocation
f3960a0111 Fix language_2/vm/optimized_guarded_field_isolates_test
e496efb611 [VM] Adjust status file after 6db5f38d4ee4d
ef49436487 [fasta] Update expectation files after noSuchMethod forwarders change
049195b15d Fix path to entry points json file in app_snapshot_share_test
b024432a29 [VM] Disable test in reload/rollback mode due to snapshot generation
6db5f38d4e [fasta] Don't generate noSuchMethod forwarders in abstract classes
7979232580 Re-added header, only needed to remove the other resource section.
a38b9bed23 Restore dart2js-checked and dart-aot in try_benchmarks.sh.
7be47cd30d Remove some dead code (including implicit setters)
1c01aa7704 Convert some ShadowExpressions into inference judgments
6e6bdb486a Ensure we run app_snapshot_share_test
d7e5332057 Make dual use of a part in the same program an error.
856c7c67ea Skip standalone_2 on !strong configurations (for JIT / AOT VM)
ba024be044 Mark dart2js specific argument as deprecated.
20fe2f0ada Indent error pointer correctly in the presence of tabs.
bd94de8e48 Use dynamic to fix string_interpolate_test
b172a42881 [VM] Catch errors for integer operations in kernel2kernel constant evaluator
f288124d5a Fix InvalidInlineFunctionType example
15821a28a3 Explicit type args in body_builder
1f6925718b Add message for missing type arguments
87e045c484 Remove the helper dart script from our browser test framework
532b9aaa93 Flatten *WorldBuilder hierarchies.
f1d44e39fa Update status for passing Windows Firefox co19 tests
efb4f69a13 Adjust simarm status.
1a443da6ad Adjust options passed to precompile runtime.
f8caffd9e6 Remove some uses of Platform.packageRoot.
ebe2f1db2c Adjust status files.
6fcc95d2a4 Adjust status files.
f2f6ebf547 Convert ShadowAssertInitializer to AssertInitializerJudgment.
ea837c91a0 Transition tests to EvaluateCompiledExpression.
3e6e2dd7f4 Convert ShadowAssertStatement to AssertStatementJudgment.
27fefd7bb3 Convert ShadowAwaitExpression to AwaitExpressionJudgment.
dd1c54c442 Convert ShadowBoolLiteral to BoolLiteralJudgement
4a353fea35 Another attempt to fix tests on Windows
a69d922794 Adjust some of the test expectations based on the flip to Dart 2 mode.
b3b8ca6dc4 Remove the --package-default-analysis-options flag.
9943547d5d Default pub to Dart 2 with opt out
aba94f051e Convert ShadowAsExpression to AsJudgment.
bc7220a4fd [VM] Turn dart2 on by default on the command line VM
cdd2553a12 [vm/kernel/bytecode] Fix null handling in operator ==
df2bf6590d [VM runtime] Minor cleanup of stubs on all architectures as already done for x64
b140baeb55 Own files by their URIs during search.
56cee22800 Build out the initial version of the Factory class (and derived classes).
83cb0c425d Fix awaiting void in analyzer ast_test.dart. Fix at method decl.
c9af309cbf Fix fasta parsing of ?. in cascade expression
67695b9842 Fix the dependencies on the dartdevk_sdk build step.
0a59b2ff90 Fix test cases that await "void." Blocks #33415, making that an error
3ba3e2a752 Revert "switch to dart_action until prebuilt Windows Dart VM is updated"
741ed336f1 Improve AstBuilder int literal recovery
e77158eb38 First steps toward generating analyzer/kernel ASTs during type inference.
f1c3f997bd [VM] Clear out return-value-register from call-to-runtime-stub, it needs to be GC-safe for lazy deopts
686fd133a7 [VM interpreter] Propagate unhandled exception returned from jitted code to interpreter.
8fedfc7f8c Removed DomName, DosEditable, and experimental annoations they are unused.
7d94755836 Issue 33471. Use full ResolveResult in Extract Local refactoring.
57c0fc9593 [vm/corelib] More cleanup in integer operations after _Bigint is removed
88d12fda42 Parse throw on RHS of an assignment
1dcc3264e7 Fix tests that are failing on Windows
691313f357 Move newOptionsFile() and newPackagesFile() into ResourceProviderMixin.
e62f563b2d Validate sdkPath in AnalysisContextCollectionImpl.
493c421f0d Add AnalysisContextCollection.
```
2018-07-03 07:37:13 -07:00
skia-flutter-autoroll
9b9936ec4a
Roll src/third_party/skia 5e0909776e81..96b1ecc25d00 (8 commits) (#5595)
Auto-roller completed checks. Merging.
2018-06-22 14:14:34 -04:00
skia-flutter-autoroll
18debbbe46
Roll src/third_party/skia 6c56055f65fc..8c5f9ef80179 (12 commits) (#5577)
Auto-roller completed checks. Merging.
2018-06-20 13:52:41 -04:00
skia-flutter-autoroll
bc79499805
Roll src/third_party/skia 22f673d..7abeb28 (9 commits) (#5439)
Auto-roller completed checks. Merging.
2018-06-01 12:44:52 -04:00
skia-flutter-autoroll
9be67586b1
Roll src/third_party/skia c4952be..22f673d (4 commits) (#5438)
Auto-roller completed checks. Merging.
2018-06-01 09:19:31 -04:00
skia-flutter-autoroll
8360553053
Roll src/third_party/skia 588f879..e45752e (24 commits) (#5428)
Auto-roller completed checks. Merging.
2018-05-31 09:50:37 -04:00
skia-flutter-autoroll
15be13d9fe
Roll src/third_party/skia 21ca043..137b874 (5 commits) (#5416)
Auto-roller completed checks. Merging.
2018-05-30 10:10:53 -04:00
skia-flutter-autoroll
5dd5c6758e
Roll src/third_party/skia 6b6c47c..d8eb7b6 (5 commits) (#5396)
Auto-roller completed checks. Merging.
2018-05-26 17:18:55 -04:00
skia-flutter-autoroll
e07251b127
Roll src/third_party/skia 26c0e4c..6857df7 (6 commits) (#5380)
Auto-roller completed checks. Merging.
2018-05-25 15:52:55 -04:00
skia-flutter-autoroll
933d406107
Roll src/third_party/skia 71e83e8..26c0e4c (4 commits) (#5374)
Auto-roller completed checks. Merging.
2018-05-25 12:29:15 -04:00
skia-flutter-autoroll
d800095721
Roll src/third_party/skia/ 037be4e03..4dc5a4540 (5 commits) (#5329)
Auto-roller completed checks. Merging.
2018-05-21 13:59:37 -04:00
skia-flutter-autoroll
b9adcfe872
Roll src/third_party/skia/ ba5b5f517..da816f070 (1 commit) (#5318)
Auto-roller completed checks. Merging.
2018-05-18 21:43:55 -04:00
skia-flutter-autoroll
a56f2f2b84
Roll src/third_party/skia/ 000e00df1..51371a433 (11 commits; 1 trivial rolls) (#5295)
Auto-roller completed checks. Merging.
2018-05-17 17:27:56 -04:00
skia-flutter-autoroll
d6f0f2fe87
Roll src/third_party/skia/ c8799aa92..5b8b472b3 (7 commits) (#5273)
Auto-roller completed checks. Merging.
2018-05-15 21:30:56 -04:00
skia-flutter-autoroll
f58dcd75ff
Roll src/third_party/skia/ 1d686a962..811b944a8 (25 commits; 5 trivial rolls) (#5237)
Auto-roller completed checks. Merging.
2018-05-11 14:55:59 -04:00
Jason Simmons
4a4cff96d4
Remove Blink code (#5218)
Fixes https://github.com/flutter/flutter/issues/12212
2018-05-10 15:57:29 -07:00
skia-flutter-autoroll
29816a6607 Roll src/third_party/skia/ 3d0e8507f..5209d7fce (14 commits) (#5061)
https://skia.googlesource.com/skia.git/+log/3d0e8507face..5209d7fce35f

$ git log 3d0e8507f..5209d7fce --date=short --no-merges --format='%ad %ae %s'
2018-04-20 bsalomon Fix starting location in GrRTC::drawOval when converting to GrShape
2018-04-20 bsalomon Analytic dashing of circles with single on/off intervals and butt caps.
2018-04-20 brianosman Fix argument names and documentation for SkMatrix44::set3x3()
2018-04-18 enne Reland "Add stub gpu workaround generators"
2018-04-20 robertphillips Add ability to dump opList info at flush-time
2018-04-20 benjaminwagner Fix Housekeeper-PerCommit-InfraTests
2018-04-20 scroggo Reduce threads used for DNG decodes on Android
2018-04-19 benjaminwagner Add SwiftShader Build jobs.
2018-04-19 benjaminwagner Add cmake_linux asset.
2018-04-20 egdaniel Add discard check when deciding if we should execute op list or not.
2018-04-20 robertphillips Remove another writePixels instance
2018-04-18 csmartdalton ccpr: Don't solve for cubic roots that are out of range
2018-04-19 benjaminwagner Add SwiftShader to DEPS.
2018-04-19 csmartdalton ccpr: Fix flatness and triangle-ness detection for conics

Created with:
  roll-dep src/third_party/skia
2018-04-23 10:26:06 -04:00
skia-flutter-autoroll
17e3e6961e Roll src/third_party/skia/ c4e384e5a..3d0e8507f (18 commits) (#5056)
https://skia.googlesource.com/skia.git/+log/c4e384e5ad85..3d0e8507face

$ git log c4e384e5a..3d0e8507f --date=short --no-merges --format='%ad %ae %s'
2018-04-20 robertphillips Prevent matrix stack from being corrupted if a rotated image filter is clipped out
2018-04-20 caryclark guard against NaN in path is rect
2018-04-19 fmalita Fix use-of-uninitialized-value in SkPictureShader::onMakeContext
2018-04-19 benjaminwagner Disable retries for Build, CT, and Calmbench tasks.
2018-04-20 angle-skia-autoroll Roll third_party/externals/angle2/ b0f917fa6..3ec304dba (1 commit)
2018-04-20 angle-skia-autoroll Roll third_party/externals/angle2/ e24032a2c..b0f917fa6 (3 commits)
2018-04-19 csmartdalton ccpr: Don't preempt the convex path renderer
2018-04-19 benjaminwagner Add more angle_gl_* configs for NVIDIA.
2018-04-19 jvanverth Remove ambient clamp hack for analytic shadows.
2018-04-19 brianosman Remove duplicate predefined configs
2018-04-18 csmartdalton ccpr: Clean up GrCCGeometry
2018-04-19 herb Adding pinning to the strike cache
2018-04-19 bsalomon Fix double counting of coverage in analytic round capped stroked circles.
2018-04-11 bungeman Document minimum OS requirements.
2018-04-19 angle-skia-autoroll Roll third_party/externals/angle2/ eeec3b14c..e24032a2c (2 commits)
2018-04-18 robertphillips rm SkRRectsGaussianEdgeMaskFilter
2018-04-19 borenet [skcms] Add version.sha1
2018-04-19 mtklein crash rather than overflow in SkTDArray

Created with:
  roll-dep src/third_party/skia
2018-04-20 13:16:21 -04:00
Ravi Mistry
f4ebb18078 Roll src/third_party/skia/ 3462eb034..e669bdfad (54 commits) (#5007)
https://skia.googlesource.com/skia.git/+log/3462eb0346de..e669bdfad6d5

$ git log 3462eb034..e669bdfad --date=short --no-merges --format='%ad %ae %s'
2018-04-14 angle-skia-autoroll Roll third_party/externals/angle2/ 983c429fa..152152618 (7 commits)
2018-04-13 ethannicholas fix sksl standalone build error
2018-04-13 borenet Blacklist check_small_sigma_offset on Chromecast
2018-04-13 reed remove unused virtual onNotifyPixelsChanged
2018-04-13 reed rewrite iterator to make msvc happy
2018-04-13 brianosman Support downscaling to max texture size when making cross-context images
2018-04-13 borenet Add a MSVS bot to the CQ
2018-04-13 liyuqian Clone the xpos array in drawPosText
2018-04-13 ethannicholas added sk_LastFragColor
2018-04-13 reed Revert "add test for degenerate canvas dimension"
2018-04-13 reed add test for degenerate canvas dimension
2018-04-13 robertphillips Don't try to readback from the GPU for small blur sigmas
2017-12-20 herb Make a GM for checking blur bounds.
2018-04-13 angle-skia-autoroll Roll third_party/externals/angle2/ cc1293775..983c429fa (1 commit)
2018-04-13 fmalita [skottie] Harden json string parsing
2018-04-13 caryclark path is rect bug number nine
2018-04-13 hcm Update Skia milestone to 68
2018-04-13 angle-skia-autoroll Roll third_party/externals/angle2/ ed8d5ec73..cc1293775 (1 commit)
2018-04-12 liyuqian Limit our IsBadForDAA for stroke width > 0 and <= 2
2018-04-12 csmartdalton ccpr: Actually blacklist ANGLE
2018-04-12 angle-skia-autoroll Roll third_party/externals/angle2/ 14f4817c4..ed8d5ec73 (8 commits)
2018-04-12 reed can't abort looper loop, as saveCount won't be balanced
2018-04-12 egdaniel Don't create lazy proxys if their width/height is greater than max tex size
2018-04-12 robertphillips Actually generate the gm images on the DDL1 bot
2018-04-12 caryclark son of path is rect bug
2018-04-12 ethannicholas workaround for buggy macOS GLSL shader compiler
2018-04-12 egdaniel Delete getRenderTargetHandle call on SkSurface.
2018-04-12 reed check for non-finite values output by clipper
2018-04-12 brianosman Fail fast when trying to make a texture that's too large
2018-04-12 djsollen Include shadow ops in the debugger.
2018-04-11 liyuqian Reland "Add private fIsBadForDAA bit to SkPath"
2018-04-12 reed add conservative bounds to raster tiling
2018-04-12 reed always clear the looper when we're unrolling it, to not confused devices
2018-04-11 robertphillips Disable CCPR and the small path renderer on DDL1 bot
2018-04-12 caryclark another rect is path fix
2018-04-11 robertphillips Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS
2018-04-11 csmartdalton Implement Sk2f Load2
2018-04-11 csmartdalton ccpr: Blacklist ANGLE again
2018-04-11 robertphillips Allow SkImage_Gpu to fail some requests in DDL mode
2018-04-11 cwallez update_meta_config: Use new LUCI optional GPU trybot on Windows
2018-04-11 csmartdalton Implement Sk4f min/max
2018-04-11 liyuqian Remove obsolete comment
2018-04-11 benjaminwagner Upgrade PixelC and NexusPlayer OS.
2018-04-12 angle-skia-autoroll Roll third_party/externals/angle2/ 2dadd1d08..14f4817c4 (2 commits)
2018-04-11 caryclark fix bm gm
2018-04-12 mtklein skcms→1654786 concat gamut transform matrices together
2018-04-11 fmalita Reland "Fix handling of MaskFilter matrices"
2018-04-11 angle-skia-autoroll Roll third_party/externals/angle2/ 785b20b7a..2dadd1d08 (11 commits)
2018-04-11 benjaminwagner Upgrade Windows Skolo bots.
2018-04-11 reed remove unused/dumb methods from SkRect
2018-04-11 reed Clean-up paints for drawImage (etc.) to enforce that we always ignore stroking and patheffects.
2018-04-11 caryclark more path is rect bugs
2018-04-11 mtklein skcms→9334796 reject non-XYZ/Lab PCS profiles
2018-04-11 liyuqian Revert "Add private fIsBadForDAA bit to SkPath"

Created with:
  roll-dep src/third_party/skia
2018-04-15 12:54:29 -04:00
Chinmay Garde
58e84c8bf0
Re-land "Support multiple shells in a single process. (#4932)" (#4998)
* Re-land "Support multiple shells in a single process. (#4932)"

This reverts commit 723c7d01439da4261bc836075fb55651ce9e7f03.
2018-04-13 13:48:15 -07:00
Brian Osman
37e5df0530
Remove only use of SkPaint::kGenA8FromLCD (#4994)
Skia is removing SkPaint::kGenA8FromLCD (this information is now part of the SkPixelGeometry on SkSurface). This flag never appears to be mentioned anywhere else in the code and appears to be left over from being copied from blink (this code in blink used to set this flag conditionally).
2018-04-13 12:12:06 -04:00
Vyacheslav Egorov
723c7d0143
Revert "Re-land "Support multiple shells in a single process. (#4932)" (#4977)" (#4981)
This reverts commit a3327bff86800b3e654a2988fa7e6049edeb679c.
2018-04-12 18:28:55 +02:00
Chinmay Garde
a3327bff86
Re-land "Support multiple shells in a single process. (#4932)" (#4977)
This reverts commit 9199b40f2a2a6e448cd251de44e020ec3b75002d.
2018-04-11 15:41:23 -07:00
Chinmay Garde
9199b40f2a
Revert "Support multiple shells in a single process. (#4932)" (#4964)
This reverts commit 6baff4c821350bbcb64e7d029574b567f3801a1a.
2018-04-10 15:28:43 -07:00
Chinmay Garde
6baff4c821
Support multiple shells in a single process. (#4932)
* Support multiple shells in a single process.

The Flutter Engine currently works by initializing a singleton shell
instance. This shell has to be created on the platform thread. The shell
is responsible for creating the 3 main threads used by Flutter (UI, IO,
GPU) as well as initializing the Dart VM. The shell, references to task
runners of the main threads as well as all snapshots used for VM
initialization are stored in singleton objects. The Flutter shell only
creates the threads, rasterizers, contexts, etc. to fully support a
single Flutter application. Current support for multiple Flutter
applications is achieved by making multiple applications share the same
resources (via the platform views mechanism).

This scheme has the following limitations:

* The shell is a singleton and there is no way to tear it down. Once you
  run a Flutter application in a process, all resources managed by it
  will remain referenced till process termination.
* The threads on which the shell performs its operations are all
  singletons. These threads are never torn down and multiple Flutter
  applications (if present) have to compete with one another on these
  threads.
* Resources referenced by the Dart VM are leaked because the VM isn't
  shutdown even when there are no more Flutter views.
* The shell as a target does not compile on Fuchsia. The Fuchsia content
  handler uses specific dependencies of the shell to rebuild all the
  shell dependencies on its own. This leads to differences in frame
  scheduling, VM setup, service protocol endpoint setup, tracing, etc..
  Fuchsia is very much a second class citizen in this world.
* Since threads and message loops are managed by the engine, the engine
  has to know about threading and platform message loop interop on each
  supported platform.

Specific updates in this patch:

* The shell is no longer a singleton and the embedder holds the unique
  reference to the shell.
* Shell setup and teardown is deterministic.
* Threads are no longer managed by the shell. Instead, the shell is
  given a task runner configuration by the embedder.
* Since the shell does not own its threads, the embedder can control
  threads and the message loops operating on these threads. The shell is
  only given references to the task runners that execute tasks on these
  threads.
* The shell only needs task runner references. These references can be
  to the same task runner. So, if the embedder thinks that a particular
  Flutter application would not need all the threads, it can pass
  references to the same task runner. This effectively makes Flutter
  application run in single threaded mode. There are some places in the
  shell that make synchronous calls, these sites have been updated to
  ensure that they don’t deadlock.
* The test runner and the headless Dart code runner are now Flutter
  applications that are effectively single threaded (since they don’t
  have rendering concerns of big-boy Flutter application).
* The embedder has to guarantee that the threads and outlive the shell.
  It is easy for the embedder to make that guarantee because shell
  termination is deterministic.
* The embedder can create as many shell as it wants. Typically it
  creates a shell per Flutter application with its own task runner
  configuration. Most embedders obtain these task runners from threads
  dedicated to the shell. But, it is entirely possible that the embedder
  can obtain these task runners from a thread pool.
* There can only be one Dart VM in the process. The numerous shell
  interact with one another to manage the VM lifecycle. Once the last
  shell goes away, the VM does as well and hence all resources
  associated with the VM are collected.
* The shell as a target can now compile and run on Fuchsia. The current
  content handler has been removed from the Flutter engine source tree
  and a new implementation has been written that uses the new shell
  target.
* Isolate management has been significantly overhauled. There are no
  owning references to Dart isolates within the shell. The VM owns the
  only strong reference to the Dart isolate. The isolate that has window
  bindings is now called the root isolate. Child isolates can now be
  created from the root isolate and their bindings and thread
  configurations are now inherited from the root isolate.
* Terminating the shell terminates its root isolates as well as all the
  isolates spawned by this isolate. This is necessary be shell shutdown
  is deterministic and the embedder is free to collect the threads on
  which the isolates execute their tasks (and listen for mircrotasks
  flushes on).
* Launching the root isolate is now significantly overhauled. The shell
  side (non-owning) reference to an isolate is now a little state
  machine and illegal state transitions should be impossible (barring
  construction issues). This is the only way to manage Dart isolates in
  the shell (the shell does not use the C API is dart_api.h anymore).
* Once an isolate is launched, it must be prepared (and hence move to
  the ready phase) by associating a snapshot with the same. This
  snapshot can either be a precompiled snapshot, kernel snapshot, script
  snapshot or source file. Depending on the kind of data specified as a
  snapshot as well as the capabilities of the VM running in the process,
  isolate preparation can fail preparation with the right message.
* Asset management has been significantly overhauled. All asset
  resolution goes through an abstract asset resolver interface. An asset
  manager implements this interface and manages one or more child asset
  resolvers. These asset resolvers typically resolve assets from
  directories, ZIP files (legacy FLX assets if provided), APK bundles,
  FDIO namespaces, etc…
* Each launch of the shell requires a separate and fully configured
  asset resolver. This is necessary because launching isolates for the
  engine may require resolving snapshots as assets from the asset
  resolver. Asset resolvers can be shared by multiple launch instances
  in multiple shells and need to be thread safe.
* References to the command line object have been removed from the
  shell. Instead, the shell only takes a settings object that may be
  configured from the command line. This makes it easy for embedders and
  platforms that don’t have a command line (Fuchsia) to configure the
  shell. Consequently, there is only one spot where the various switches
  are read from the command line (by the embedder and not the shell) to
  form the settings object.
* All platform now respect the log tag (this was done only by Android
  till now) and each shell instance have its own log tag. This makes
  logs from multiple Flutter application in the same process (mainly
  Fuchsia) more easily decipherable.
* The per shell IO task runner now has a new component that is
  unfortunately named the IOManager. This component manages the IO
  GrContext (used for asynchronous texture uploads) that cooperates with
  the GrContext on the GPU task runner associated with the shell. The
  IOManager is also responsible for flushing tasks that collect Skia
  objects that reference GPU resources during deterministic shell
  shutdown.
* The embedder now has to be careful to only enable Blink on a single
  instance of the shell. Launching the legacy text layout and rendering
  engine multiple times is will trip assertions. The entirety of this
  runtime has been separated out into a separate object and can be
  removed in one go when the migration to libtxt is complete.
* There is a new test target for the various C++ objects that the shell
  uses to interact with the Dart VM (the shell no longer use the C API
  in dart_api.h). This allows engine developers to test VM/Isolate
  initialization and teardown without having the setup a full shell
  instance.
* There is a new test target for the testing a single shell instances
  without having to configure and launch an entire VM and associated
  root isolate.
* Mac, Linux & Windows used to have different target that created the
  flutter_tester referenced by the tool. This has now been converted
  into a single target that compiles on all platforms.
* WeakPointers vended by the fml::WeakPtrFactory(notice the difference
  between the same class in the fxl namespace) add threading checks on
  each use. This is enabled by getting rid of the “re-origination”
  feature of the WeakPtrFactory in the fxl namespace. The side effect of
  this is that all non-thread safe components have to be created, used
  and destroyed on the same thread. Numerous thread safety issues were
  caught by this extra assertion and have now been fixed.
  * Glossary of components that are only safe on a specific thread (and
    have the fml variants of the WeakPtrFactory):
    * Platform Thread: Shell
    * UI Thread: Engine, RuntimeDelegate, DartIsolate, Animator
    * GPU Thread: Rasterizer, Surface
    * IO Thread: IOManager

This patch was reviewed in smaller chunks in the following pull
requests. All comments from the pulls requests has been incorporated
into this patch:

* flutter/assets: https://github.com/flutter/engine/pull/4829
* flutter/common: https://github.com/flutter/engine/pull/4830
* flutter/content_handler: https://github.com/flutter/engine/pull/4831
* flutter/flow: https://github.com/flutter/engine/pull/4832
* flutter/fml: https://github.com/flutter/engine/pull/4833
* flutter/lib/snapshot: https://github.com/flutter/engine/pull/4834
* flutter/lib/ui: https://github.com/flutter/engine/pull/4835
* flutter/runtime: https://github.com/flutter/engine/pull/4836
* flutter/shell: https://github.com/flutter/engine/pull/4837
* flutter/synchronization: https://github.com/flutter/engine/pull/4838
* flutter/testing: https://github.com/flutter/engine/pull/4839
2018-04-10 14:57:02 -07:00
Chris Bracken
4173601071
Add tool to create multi-arch iOS gen_snapshot (#4948)
This adds create_macos_gen_snapshot.py, which can be used to generate a
multi-architecture (x86_64, i386) gen_snapshot fat binary. The resulting
binary can then be run in the desired mode using:

/usr/bin/arch -i386 path/to/gen_snapshot
/usr/bin/arch -x86_64 path/to/gen_snapshot

When creating AOT snapshots for iOS, running as an i386 binary will
generate armv7 code, whereas running as an x86_64 binary will generate
arm64 code.

The primary user of this script is the build bot.
2018-04-06 19:21:05 -07:00
Adam Barth
0122d58426
[fuchsia] Update for SizedVmoTransport to Buffer rename (#4946) 2018-04-06 17:13:41 -07:00
Chris Bracken
d2b69fec75
Require armv7 in create_ios_framework.py (#4944)
This enforces that iOS Flutter.framework builds include arm64, armv7,
and x86_64 (simulator) architectures. This change also eliminates the
previous --device-out-dir option, which has been replaced by
--arm64-out-dir.
2018-04-05 17:43:30 -07:00
Chris Bracken
aa9ce70928
Add armv7 support to create_ios_framework script (#4942)
This adds support for --armv7-out-dir and renames --device-out-dir to
--arm64-out-dir for clarity. It preserves --device-out-dir as a fallback
until the bot recipe has been updated to use --arm64-out-dir.
2018-04-05 14:14:34 -07:00
Jeff Brown
ac552fba4a Port flutter content handler to FIDL2. (#4903) 2018-03-29 21:49:35 -07:00
Brian Osman
6473f1b106
Use newer Skia API for constructing mask blur filters (#4875)
Old API is going to be hidden/removed soon
2018-03-27 13:53:01 -04:00
Siva
f192c59d76
Roll Dart to version 0175f24b2549732d0010708988fd328440c3f956 (#4791)
* Roll Dart to version 0175f24b2549732d0010708988fd328440c3f956

Notable runtime changes :

- Translate asserts in the VM-specific async translation

- Fixes flutter code coverage issues

- Fix type test '_Closure class IS FunctionType' in strong mode

- Report a compile-time error on magic const

- Do not skip type checks on closure functions.

- Make Dart_DumpStackTrace work when there is no current isolate.

- [vm/kernel/aot, test tool] Enable global type flow analysis

* updated DEPS

* Update.

* Update new license.
2018-03-14 19:51:38 -07:00
Petr Hosek
141176b900
Migrate all uses of gtest to googletest (#4755)
gtest is an old version that predates the googletest and googlemock
merger, all tests should be using the newer googletest that's being
kept in sync with the upstream version.
2018-03-14 11:32:34 -07:00
Alexander Aprelev
b6df7a6374
Roll dart to 290c576264faa096a0b3206c71b2435309d9f904. (#4771)
* Roll dart to 290c576264faa096a0b3206c71b2435309d9f904.

Changes since last roll:
```
290c576264 Remove inherited setters for mixed-in fields and copy their covariance-bits.
52b66e17fe Make fasta command line work on Windows
cb2e4b183e [fasta] Rename some methods in Forest API
2fcdfc1f23 Rename bug32353{,_2}_test.dart to issue32353{,_2}_test.dart
414a3318ea Add jsonDecode, jsonEncode, base64Decode, base64Encode, base64UrlEncode functions.
6cef6625ef [kernel] Record supertypes after the query intervals in CHA are built
f820555d19 Add test of type checks on redirecting initializer arguments
c31e628c4c Check types of arguments passed to redirecting initializers
009b6673ce [vm/kernel] Make 'unsupported tag' errors more verbose
70d715f115 Substitute return type too
40738b8884 fix #32481, generate signatures for mock members induced by nSM
b6460f34f6 Upgrade analyzer_plugin for republish with recent bugfix
439badf2c0 Revert "[build] Declare dependency of the version strings on the current Git commit."
7a0b6f8f4a Fix the analyzer bots
c080951d45 [build] Declare dependency of the version strings on the current Git commit.
693390a776 Index and search implicit references to optional positional parameters.
80a571d546 Take the --preview-dart-2 defaults from the context and options classes, not the cli tool defaults. Also, allow --no-preview-dart-2 from dartanalyzer.
8d47a6e86f Add a fix for lints that recommend using final (issue 32473)
0b48112d3e Fix nsm forwarding bug
977f4c706f Issue 32397. Fix for top-level inference and implicit creation.
b8093e3323 Generate signature of instantiated generic function from uninstantiated function
528d9d2e1f Do not hint when only a responsive asset exists (issue 32250)
5eb6d980b5 Do not hint when using a deprecated parameter in the defining function (issue 32468)
aff70cafc1 [vm] Fix reading of Object::extractor_parameter_types() from a snapshot
23fccf2e59 [VM] ARM64 unboxed 64 bit fix signed/unsigned const shift
e66733dd60 Simplify test case bug32353_test and decouple it from dart:io
e067f7fdfa The dart-dfe target is no longer being benchmarked.
7ce30c5289 Fix status files after 26e689de05b4
978840a42f [infra] Use a jessie sysroot for sanitizer builds
ad62702e93 Update status
11c77930e0 [infra] Turn on C++14 in the compiler config
30a87ce3fa [VM] ARM64: Add unboxed 64 bit integers
d2b7787186 [infra] Use downloaded sysroots by default
76b8e397ed Revert "Reland "[VM runtime] Switch intrinsics from old to new Bigint implementation.""
26e689de05 More work on signatures
5f51db3efb More status preparations to make the CQ clean
2cb80620bd Revert "[vm/simarm] Fix VRECPS/VRSQRTSQS instruction implementation."
feac6cfc20 Deal with Function type parameter contexts in closure conversion.
76a672e8ea mark lib_2/html/fileapi_entry_test flaky on ddc+mac
97bbe2f20b [vm] Avoid using objects in VM isolate heap for de-duplication
e1909cb52a Update Outline protocol - change offset/length, add codeOffset/codeLength.
602a8c2a7b Clean up usage of deprecated constants
5c94ec7b43 avoid generating unused constructors in dart:html
7aa3e54acf [vm] Fix computation of hashCode of a closure with null receiver
b93c74092a Make isInterceptedCall a field
c956cc152f Prepare co19 for d8-hostchecked-dart2js-with-cfe.
4c881188b2 Disable the .whereType method until generic methods are turned on.
16e8194147 Prepare additional lib, html, samples statuses: this embeds of d8-hostcheck results
0013f6acf8 Prepare co19 for the FE switch
22ccad1aa6 [vm] Stream writing snapshots as assembly to reduce peak memory usage.
eea08cfabe Add optional 'file' for getElementDeclarations.
b7cb8a1daa Mark 2 more tests as flaky
8240134d66 [infra] Roll boringssl forward. Use clang for arm on Linux.
e775ae9c30 Mark flaky co19 test
3da9c349d4 [vm/simarm] Fix VRECPS/VRSQRTSQS instruction implementation.
d059e97974 Add platform.dill files to the hostchecked try bots.
b3c12d4e3a Dart 2 Libraries Wave 3
021a29d68f Move analyzer-specific status lines into language_2_analyzer.status
b457d71713 Canonicalize representation of a message without location.
383517d292 [VM runtime] Fix type canonicalization (fixes #32425). A reused type argument vector that is longer than necessary needs to be shortened to the correct length upon type canonicalization. The runtime call comparing two instance runtime types also needs to consider reused vectors. Add regression test.
0fdbc331f6 Fix dynamic type dependencies in codegen
ef5909b986 Remove now unused dartk_wrappers
50ba330a04 Fix for suggesting both class and its default constructor.
e3ecc87eb9 [VM / Kernel ] Fixed issue where enum classes were not being marked as such in the VM. Enum class fields are now eagerly initialized.
4c58384b50 Prepare html, isolate, lib, and lib_2 status files to turn on CFE on dart2js by default
24507da9da Fix stack overflow when analyzing type variables in generic methods.
0e30facfc3 Update versions of the following packages to the latest versions - boolean_selector - collection
211bf1ee5f [vm/kernel/aot] Cache specializations of cone types in TFA
1c8841e52a [vm/kernel/aot] Fully support named parameters in type flow analysis
618cd897e6 Gardening: Adjust test status to fix bots again. Didn't fix the right status file last time and I couldn't test this since it's on Windows. :-(
23a7b62c42 Use type of receiver for setter target identification
f5b5ae86b6 Respect comments when inserting imports (issue 32432)
7290c950d0 Change name of 'signature' to ':signature' to not conflict with a DOM member.
7f9d5d318a Gardening: Change test status for standalone_2/namespace_test on Windows. Has been passing for as far back as I can see in the history.
55f7687908 [infra] Enable front end CQ builder
e8018bfdea Mark tests as flaky
9d17f3a92d Tests no longer crash
90c08d5287 Update co19 status for Chrome 65 roll
440b58d644 Start running analyzer tests with --preview-dart-2.
dc0f4c840c Fix status of map_literal1_test on analyzer
aecf5bf56e [VM] Remove locking in code called by signal handler, ensure profiler thread sees valid [Redirection] list
a55cdaee08 A bit of gardening
db08061424 Handle implicit tear-off of .call when an implicit downcast is required
8f4db274f1 Compute which selectors that need type arguments
83c8c21abe Gracefully handle local function modifiers
8831dd1308 Remove failing assertion
a3218d0b72 Roll back change to pkg/dev_compiler/analysis_options.yaml
50a6bb559d Update co19 status on IE11 after co19 update
6b91b4f2d2 Remove RuntimeTypesNeed.classUsesTypeVariableLiteral
f69da8e36b Move tests to /model/
d17db1d5f3 Pass type inference context down to field initializer when type inferred via override
675048d0b6 Add pragma class to dart:core.
94aa20dd07 Update status for $compiler == fasta
615f40bc1d Ensure that `null` is not used as a context in more places.
f3687198b8 Update dart2js_extra: normalize further and update to match runtime==chrome expectations
18aa6b570f Delete recursive import test, improve comment of dummy_compiler_test.
7fe8bdb2ee Refactor tests
932a99a731 Prepare pkg.status to enable dart2js CFE by default
dab7da78cd fix implicit casts in DDC
1b9b3453de fix DDC ES6 module export names, part of #32272
69f8d4ef0d Fix parsing of super expressions (issue 32393)
2ace7c9e9a Update dart2js-minified status for co19 no-such-method test
a1cacec5fc Update status after co19 roll
6b44182344 Only widgets in libraries can be rendered.
8d6b050e28 [VM] Guard against duplicate entries in the static [Redirection::list_]
be87175fee Implement Flutter Outline rendering API.
619434d38d Remember that C() is a compile-time constant expression.
18fe31ab11 Remove useOptimizedMixins from dart2js
9f56e28372 Mixin Applications with a Vengeance
3f71dc5dd2 Add preview_dart_2 to supported set of status file variables
bda78a0f41 Deprecated old upper-case constants.
```

* Update license hash
2018-03-12 09:12:51 -07:00
P.Y. Laligand
a6764dbd52
Add sources for Fuchsia target. (#4763) 2018-03-12 15:37:43 +01:00
Alexander Aprelev
9717063b77
Revert "Roll dart to c080951d45e79cd25df98036c4be835b284a269c. (#4767)" (#4768)
This reverts commit 9a9814312b3086884d6bb1a079c5bea0a7c4244f as it causes https://github.com/flutter/flutter/issues/15368.
2018-03-09 18:49:05 -08:00
Alexander Aprelev
9a9814312b
Roll dart to c080951d45e79cd25df98036c4be835b284a269c. (#4767)
* Roll dart to c080951d45e79cd25df98036c4be835b284a269c.

Changes since last roll:
```
c080951d45 [build] Declare dependency of the version strings on the current Git commit.
693390a776 Index and search implicit references to optional positional parameters.
80a571d546 Take the --preview-dart-2 defaults from the context and options classes, not the cli tool defaults. Also, allow --no-preview-dart-2 from dartanalyzer.
8d47a6e86f Add a fix for lints that recommend using final (issue 32473)
0b48112d3e Fix nsm forwarding bug
977f4c706f Issue 32397. Fix for top-level inference and implicit creation.
b8093e3323 Generate signature of instantiated generic function from uninstantiated function
528d9d2e1f Do not hint when only a responsive asset exists (issue 32250)
5eb6d980b5 Do not hint when using a deprecated parameter in the defining function (issue 32468)
aff70cafc1 [vm] Fix reading of Object::extractor_parameter_types() from a snapshot
23fccf2e59 [VM] ARM64 unboxed 64 bit fix signed/unsigned const shift
e66733dd60 Simplify test case bug32353_test and decouple it from dart:io
e067f7fdfa The dart-dfe target is no longer being benchmarked.
7ce30c5289 Fix status files after 26e689de05b4
978840a42f [infra] Use a jessie sysroot for sanitizer builds
ad62702e93 Update status
11c77930e0 [infra] Turn on C++14 in the compiler config
30a87ce3fa [VM] ARM64: Add unboxed 64 bit integers
d2b7787186 [infra] Use downloaded sysroots by default
76b8e397ed Revert "Reland "[VM runtime] Switch intrinsics from old to new Bigint implementation.""
26e689de05 More work on signatures
5f51db3efb More status preparations to make the CQ clean
2cb80620bd Revert "[vm/simarm] Fix VRECPS/VRSQRTSQS instruction implementation."
feac6cfc20 Deal with Function type parameter contexts in closure conversion.
76a672e8ea mark lib_2/html/fileapi_entry_test flaky on ddc+mac
97bbe2f20b [vm] Avoid using objects in VM isolate heap for de-duplication
e1909cb52a Update Outline protocol - change offset/length, add codeOffset/codeLength.
602a8c2a7b Clean up usage of deprecated constants
5c94ec7b43 avoid generating unused constructors in dart:html
7aa3e54acf [vm] Fix computation of hashCode of a closure with null receiver
b93c74092a Make isInterceptedCall a field
c956cc152f Prepare co19 for d8-hostchecked-dart2js-with-cfe.
4c881188b2 Disable the .whereType method until generic methods are turned on.
16e8194147 Prepare additional lib, html, samples statuses: this embeds of d8-hostcheck results
0013f6acf8 Prepare co19 for the FE switch
22ccad1aa6 [vm] Stream writing snapshots as assembly to reduce peak memory usage.
eea08cfabe Add optional 'file' for getElementDeclarations.
b7cb8a1daa Mark 2 more tests as flaky
8240134d66 [infra] Roll boringssl forward. Use clang for arm on Linux.
e775ae9c30 Mark flaky co19 test
3da9c349d4 [vm/simarm] Fix VRECPS/VRSQRTSQS instruction implementation.
d059e97974 Add platform.dill files to the hostchecked try bots.
b3c12d4e3a Dart 2 Libraries Wave 3
021a29d68f Move analyzer-specific status lines into language_2_analyzer.status
b457d71713 Canonicalize representation of a message without location.
383517d292 [VM runtime] Fix type canonicalization (fixes #32425). A reused type argument vector that is longer than necessary needs to be shortened to the correct length upon type canonicalization. The runtime call comparing two instance runtime types also needs to consider reused vectors. Add regression test.
0fdbc331f6 Fix dynamic type dependencies in codegen
ef5909b986 Remove now unused dartk_wrappers
50ba330a04 Fix for suggesting both class and its default constructor.
e3ecc87eb9 [VM / Kernel ] Fixed issue where enum classes were not being marked as such in the VM. Enum class fields are now eagerly initialized.
4c58384b50 Prepare html, isolate, lib, and lib_2 status files to turn on CFE on dart2js by default
24507da9da Fix stack overflow when analyzing type variables in generic methods.
0e30facfc3 Update versions of the following packages to the latest versions - boolean_selector - collection
211bf1ee5f [vm/kernel/aot] Cache specializations of cone types in TFA
1c8841e52a [vm/kernel/aot] Fully support named parameters in type flow analysis
618cd897e6 Gardening: Adjust test status to fix bots again. Didn't fix the right status file last time and I couldn't test this since it's on Windows. :-(
23a7b62c42 Use type of receiver for setter target identification
f5b5ae86b6 Respect comments when inserting imports (issue 32432)
7290c950d0 Change name of 'signature' to ':signature' to not conflict with a DOM member.
7f9d5d318a Gardening: Change test status for standalone_2/namespace_test on Windows. Has been passing for as far back as I can see in the history.
55f7687908 [infra] Enable front end CQ builder
e8018bfdea Mark tests as flaky
9d17f3a92d Tests no longer crash
90c08d5287 Update co19 status for Chrome 65 roll
440b58d644 Start running analyzer tests with --preview-dart-2.
dc0f4c840c Fix status of map_literal1_test on analyzer
aecf5bf56e [VM] Remove locking in code called by signal handler, ensure profiler thread sees valid [Redirection] list
a55cdaee08 A bit of gardening
db08061424 Handle implicit tear-off of .call when an implicit downcast is required
8f4db274f1 Compute which selectors that need type arguments
83c8c21abe Gracefully handle local function modifiers
8831dd1308 Remove failing assertion
a3218d0b72 Roll back change to pkg/dev_compiler/analysis_options.yaml
50a6bb559d Update co19 status on IE11 after co19 update
6b91b4f2d2 Remove RuntimeTypesNeed.classUsesTypeVariableLiteral
f69da8e36b Move tests to /model/
d17db1d5f3 Pass type inference context down to field initializer when type inferred via override
675048d0b6 Add pragma class to dart:core.
94aa20dd07 Update status for $compiler == fasta
615f40bc1d Ensure that `null` is not used as a context in more places.
f3687198b8 Update dart2js_extra: normalize further and update to match runtime==chrome expectations
18aa6b570f Delete recursive import test, improve comment of dummy_compiler_test.
7fe8bdb2ee Refactor tests
932a99a731 Prepare pkg.status to enable dart2js CFE by default
dab7da78cd fix implicit casts in DDC
1b9b3453de fix DDC ES6 module export names, part of #32272
69f8d4ef0d Fix parsing of super expressions (issue 32393)
2ace7c9e9a Update dart2js-minified status for co19 no-such-method test
a1cacec5fc Update status after co19 roll
6b44182344 Only widgets in libraries can be rendered.
8d6b050e28 [VM] Guard against duplicate entries in the static [Redirection::list_]
be87175fee Implement Flutter Outline rendering API.
619434d38d Remember that C() is a compile-time constant expression.
18fe31ab11 Remove useOptimizedMixins from dart2js
9f56e28372 Mixin Applications with a Vengeance
3f71dc5dd2 Add preview_dart_2 to supported set of status file variables
bda78a0f41 Deprecated old upper-case constants.
```

* Update licenses
2018-03-09 16:21:10 -08:00