dart-sdk/pkg
Paul Berry 7653369e50 Fix exit detection for try statements.
Previously, we assumed that if the contents of the "try" block always
exit, then the whole try statement always exits.  But this is not
correct if there is at least one catch handler that does not exit.

Fixes #26676

R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org/2054323002 .
2016-06-11 06:06:43 -07:00
..
analysis_server Fix more flakiness in pkg tests. 2016-06-09 15:08:06 -07:00
analyzer Fix exit detection for try statements. 2016-06-11 06:06:43 -07:00
analyzer_cli Stop tracking cache dependencies in analyzer_cli. 2016-06-10 14:29:34 -07:00
async_helper Add cleanUp function to Future.wait. 2015-01-09 10:52:15 +00:00
browser Push updates to browser. 2015-01-22 10:02:20 +00:00
compiler rename operathor to operator now that vm bug is fixed 2016-06-09 09:29:20 -07:00
dart2js_incremental/lib Make CompilerTask independent of compiler. 2016-05-25 09:11:08 -07:00
dart_messages Adds status entries for initializing_formal tests. 2016-06-08 10:50:33 +02:00
expect Add Base64 codec to dart:convert. 2015-09-29 13:49:53 +02:00
js Remove duplicate word 2015-11-19 14:06:01 -08:00
js_ast dart2js: Distinguish precedence levels for left-hand side and call. 2016-02-09 17:15:00 +01:00
lookup_map Fix conversion from Uri to File in test, to use File.fromUri(). 2015-09-11 16:21:44 +02:00
meta Extend @protected to include implemented interfaces. 2016-06-02 16:13:03 -07:00
microlytics First cut of basic functionality 2014-09-05 14:00:08 +00:00
package_test_data Remove SDK constraint from package_test_data package. 2015-08-13 12:09:49 +02:00
typed_mock Add tutorial in the README 2016-01-11 16:18:06 -08:00
.gitignore
pkg.gyp sdk files reorganization to make dart2js a proper package 2015-06-29 10:21:14 -07:00
pkg.status Add test harness option for app snapshots with unoptimized code. 2016-05-26 10:37:47 -07:00
pkg_files.gyp Exclude any *_test.dart and */test/*dart when creating stamp files for pkg and third_party/pkg. 2016-04-21 09:24:07 +02:00
pkgbuild.status Rewind version of schedule_test, it causes failures that require additional 2016-05-31 16:28:24 -07:00