Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Issue 11301046: Restructure pkg/unittest and pkg/webdriver to follow the pub conventions. (Closed)

Created:
8 years, 1 month ago by gram
Modified:
8 years, 1 month ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Restructure pkg/unittest and pkg/webdriver to follow the pub conventions. This means all imports of unittest in our test code had to change to include 'lib' in the path. While doing that change I changed the library/imports to the new syntax in the affected files. Committed: https://code.google.com/p/dart/source/detail?r=14443

Patch Set 1 #

Total comments: 31

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2510 lines, -8605 lines) Patch
M + lib/unittest/core_matchers.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/args/test/args_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/dartdoc/test/dartdoc_search_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/dartdoc/test/dartdoc_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M pkg/dartdoc/test/markdown_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/fixnum/fixnum.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M pkg/fixnum/int32.dart View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/fixnum/int64.dart View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/fixnum/intx.dart View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/fixnum/test/int_32_test.dart View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/fixnum/test/int_64_test.dart View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/fixnum/test/int_64_vm_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M pkg/intl/test/bidi_format_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/test/bidi_utils_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/test/data_directory.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/test/date_time_format_file_test_stub.dart View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/intl/test/date_time_format_http_request_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/test/date_time_format_local_test_stub.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/test/date_time_format_test_core.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/test/date_time_format_test_data.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/test/find_default_locale_browser_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/test/find_default_locale_standalone_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/test/intl_message_basic_example_test.dart View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/intl/test/intl_message_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/test/intl_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/test/number_format_test.dart View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/logging/test/logging_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/pkg.status View 1 2 3 4 5 6 7 3 chunks +8 lines, -3 lines 0 comments Download
D pkg/unittest/collection_matchers.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -202 lines 0 comments Download
D pkg/unittest/config.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -152 lines 0 comments Download
D pkg/unittest/core_matchers.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -698 lines 0 comments Download
D pkg/unittest/description.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -101 lines 0 comments Download
D pkg/unittest/expect.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -144 lines 0 comments Download
D pkg/unittest/future_matchers.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -62 lines 0 comments Download
D pkg/unittest/html_config.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -76 lines 0 comments Download
D pkg/unittest/html_enhanced_config.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -415 lines 0 comments Download
D pkg/unittest/html_layout_config.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -310 lines 0 comments Download
D pkg/unittest/html_print.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -79 lines 0 comments Download
D pkg/unittest/interactive_html_config.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -673 lines 0 comments Download
D pkg/unittest/interfaces.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -102 lines 0 comments Download
A + pkg/unittest/lib/html_config.dart View 1 1 chunk +76 lines, -4 lines 0 comments Download
A + pkg/unittest/lib/html_enhanced_config.dart View 1 chunk +3 lines, -4 lines 0 comments Download
A + pkg/unittest/lib/html_layout_config.dart View 1 chunk +4 lines, -4 lines 0 comments Download
A + pkg/unittest/lib/interactive_html_config.dart View 1 chunk +4 lines, -4 lines 0 comments Download
A pkg/unittest/lib/matcher.dart View 1 2 3 4 1 chunk +25 lines, -0 lines 0 comments Download
A pkg/unittest/lib/mock.dart View 1 1 chunk +1463 lines, -0 lines 0 comments Download
A + pkg/unittest/lib/src/basematcher.dart View 1 2 chunks +2 lines, -3 lines 0 comments Download
A + pkg/unittest/lib/src/collection_matchers.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + pkg/unittest/lib/src/config.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/unittest/lib/src/core_matchers.dart View 1 2 3 chunks +10 lines, -10 lines 0 comments Download
A + pkg/unittest/lib/src/description.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + pkg/unittest/lib/src/expect.dart View 1 2 3 4 2 chunks +12 lines, -9 lines 0 comments Download
A + pkg/unittest/lib/src/future_matchers.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + pkg/unittest/lib/src/interfaces.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + pkg/unittest/lib/src/map_matchers.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + pkg/unittest/lib/src/numeric_matchers.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + pkg/unittest/lib/src/operator_matchers.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + pkg/unittest/lib/src/string_matchers.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + pkg/unittest/lib/src/test_case.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + pkg/unittest/lib/unittest.dart View 1 2 7 chunks +17 lines, -19 lines 0 comments Download
A + pkg/unittest/lib/vm_config.dart View 1 chunk +3 lines, -3 lines 0 comments Download
D pkg/unittest/map_matchers.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -58 lines 0 comments Download
D pkg/unittest/matcher.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -59 lines 0 comments Download
D pkg/unittest/mock.dart View 1 chunk +0 lines, -1461 lines 0 comments Download
D pkg/unittest/numeric_matchers.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -232 lines 0 comments Download
D pkg/unittest/operator_matchers.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -181 lines 0 comments Download
D pkg/unittest/string_matchers.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -204 lines 0 comments Download
M pkg/unittest/test/instance_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -3 lines 0 comments Download
R pkg/unittest/test/matchers_test.dart View 1 2 3 2 chunks +5 lines, -6 lines 0 comments Download
R pkg/unittest/test/mock_regexp_negative_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
R pkg/unittest/test/mock_stepwise_negative_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
R pkg/unittest/test/mock_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
R pkg/unittest/test/test_utils.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/unittest/test/unittest_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
D pkg/unittest/test_case.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -129 lines 0 comments Download
D pkg/unittest/unittest.dart View 1 1 chunk +0 lines, -912 lines 0 comments Download
D pkg/unittest/vm_config.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -28 lines 0 comments Download
D pkg/webdriver/base64decoder.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -49 lines 0 comments Download
A + pkg/webdriver/lib/src/base64decoder.dart View 1 chunk +6 lines, -0 lines 0 comments Download
A + pkg/webdriver/lib/webdriver.dart View 1 chunk +8 lines, -2 lines 0 comments Download
A pkg/webdriver/pubspec.yaml View 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/webdriver/test/webdrivertest.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
D pkg/webdriver/webdriver.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -1360 lines 0 comments Download
M samples/markdown/test/markdown_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M samples/tests/samples/dartcombat/dartcombat_test.dart View 1 2 3 4 5 6 7 1 chunk +6 lines, -6 lines 0 comments Download
M samples/tests/samples/lib/layout/layout_test.dart View 1 2 3 4 5 6 7 1 chunk +11 lines, -11 lines 0 comments Download
M samples/tests/samples/lib/observable/observable_test.dart View 1 2 3 4 5 6 7 1 chunk +10 lines, -10 lines 0 comments Download
M samples/tests/samples/lib/util/util_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M samples/tests/samples/lib/view/view_test.dart View 1 2 3 4 5 6 7 1 chunk +6 lines, -6 lines 0 comments Download
M samples/tests/samples/markdown_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M samples/tests/samples/swarm/swarm_test.dart View 1 2 3 4 5 6 7 1 chunk +8 lines, -8 lines 0 comments Download
M tests/benchmark_smoke/benchmark_smoke_test.dart View 1 2 3 4 5 6 7 1 chunk +6 lines, -5 lines 0 comments Download
M tests/html/async_window_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/audiobuffersourcenode_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/audiocontext_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/audioelement_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/b_element_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/blob_constructor_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/cache_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/callbacks_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/canvas_pixel_array_type_alias_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/canvas_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/canvasrenderingcontext2d_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/client_rect_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/contentelement_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/cross_frame_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/css_rule_list_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/css_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/cssstyledeclaration_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/dart_object_local_storage_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/datalistelement_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/document_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/documentfragment_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M tests/html/dom_constructors_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/dom_isolates_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M tests/html/domparser_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/element_add_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M tests/html/element_classes_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/element_constructor_1_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/element_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/element_webkit_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/event_customevent_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/event_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/events_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/exceptions_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/fileapi_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/form_data_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/form_element_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/hidden_dom_1_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/hidden_dom_2_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/history_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/htmlaudioelement_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/htmlcollection_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/htmlelement_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/htmloptionscollection_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/indexeddb_1_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/indexeddb_2_test.dart View 1 2 3 4 5 6 7 1 chunk +6 lines, -6 lines 0 comments Download
M tests/html/indexeddb_3_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/indexeddb_4_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/inner_frame_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/instance_of_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/isolates_test.dart View 1 2 3 4 5 6 7 1 chunk +6 lines, -6 lines 0 comments Download
M tests/html/js_interop_1_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M tests/html/js_interop_2_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M tests/html/js_interop_3_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M tests/html/js_interop_4_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M tests/html/key_name_location_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/localstorage_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/location_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/measurement_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/messageevent_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/mutationobserver_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/native_gc_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/node_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/performance_api_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/postmessage_structured_test.dart View 1 2 3 4 5 6 7 1 chunk +6 lines, -6 lines 0 comments Download
M tests/html/query_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/queryall_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/request_animation_frame_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/selectelement_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/serialized_script_value_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M tests/html/shadow_dom_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/shadowroot_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/storage_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/svg_1_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/svg_2_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/svg_3_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/svgelement2_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M tests/html/svgelement_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/table_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/transferables_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/typed_arrays_1_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/typed_arrays_2_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/typed_arrays_3_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/typed_arrays_4_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/typed_arrays_5_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/typed_arrays_arraybuffer_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/typed_arrays_dataview_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/typed_arrays_range_checks_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/typing_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/unknownelement_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/url_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/utils.dart View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M tests/html/webgl_1_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/websocket_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/websql_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/window_eq_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/window_mangling_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/window_nosuchmethod_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/window_open_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/xhr_cross_origin_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M tests/html/xhr_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M tests/html/xmldocument_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/xmlelement_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/xsltprocessor_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/isolate/compute_this_script_browser_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -6 lines 0 comments Download
M tests/isolate/count_test.dart View 1 2 3 4 5 6 7 2 chunks +7 lines, -7 lines 0 comments Download
M tests/isolate/cross_isolate_message_test.dart View 1 2 3 4 5 6 7 2 chunks +6 lines, -6 lines 0 comments Download
M tests/isolate/isolate3_negative_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/isolate_complex_messages_test.dart View 1 2 3 4 5 6 7 3 chunks +23 lines, -23 lines 0 comments Download
M tests/isolate/isolate_negative_test.dart View 1 2 3 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download
M tests/isolate/mandel_isolate_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M tests/isolate/message2_test.dart View 1 2 3 4 5 6 7 2 chunks +8 lines, -9 lines 0 comments Download
M tests/isolate/message_test.dart View 1 2 3 4 5 6 7 4 chunks +22 lines, -22 lines 0 comments Download
M tests/isolate/mint_maker_test.dart View 1 2 3 4 5 6 7 3 chunks +15 lines, -15 lines 0 comments Download
M tests/isolate/multiple_timer_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/nested_spawn2_test.dart View 1 2 3 4 5 6 7 3 chunks +11 lines, -11 lines 0 comments Download
M tests/isolate/nested_spawn_test.dart View 1 2 3 4 5 6 7 3 chunks +7 lines, -7 lines 0 comments Download
M tests/isolate/port_test.dart View 1 2 3 4 5 6 7 4 chunks +16 lines, -16 lines 0 comments Download
M tests/isolate/request_reply_test.dart View 1 2 3 4 5 6 7 3 chunks +5 lines, -5 lines 0 comments Download
M tests/isolate/spawn_function_custom_class_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/spawn_function_negative_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/spawn_function_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/spawn_uri_negative_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/spawn_uri_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/spawn_uri_vm_negative_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/spawn_uri_vm_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/timer_cancel1_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -4 lines 0 comments Download
M tests/isolate/timer_cancel2_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/timer_cancel_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/timer_isolate_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/timer_not_available_test.dart View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M tests/isolate/timer_repeat_test.dart View 1 2 3 4 5 6 7 1 chunk +17 lines, -17 lines 0 comments Download
M tests/isolate/timer_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/unresolved_ports_negative_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/unresolved_ports_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M tests/json/json_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -6 lines 0 comments Download
M tests/language/first_class_types_libraries_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M tests/language/import_combinators_negative_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M tests/language/import_combinators_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M tests/language/language.status View 1 2 3 4 5 6 7 2 chunks +1 line, -6 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M tests/language/local_export_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M tests/lib/mirrors/mirrors_test.dart View 1 2 3 4 5 6 7 3 chunks +5 lines, -5 lines 0 comments Download
M tests/standalone/io/http_server_handler_test.dart View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M tests/standalone/package/package_isolate_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M tests/utils/recursive_import_test.dart View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M tools/testing/dart/browser_test.dart View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M utils/tests/archive/reader_test.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/archive/utils_test.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M utils/tests/pub/install/git/check_out_and_update_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/git/check_out_branch_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/git/check_out_revision_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/git/check_out_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/git/check_out_transitive_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/git/check_out_twice_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/git/check_out_with_trailing_slash_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/git/dependency_name_match_pubspec_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/git/different_repo_name_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/git/lock_version_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/git/require_pubspec_name_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/git/require_pubspec_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/git/stay_locked_if_compatible_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/git/unlock_if_incompatible_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/hosted/check_out_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/hosted/check_out_transitive_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/hosted/do_not_update_on_removed_constraints_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/hosted/fail_gracefully_on_missing_package_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/hosted/fail_gracefully_on_url_resolve_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/hosted/remove_removed_dependency_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/hosted/remove_removed_transitive_dependency_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/hosted/resolve_constraints_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/hosted/stay_locked_if_compatible_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/hosted/stay_locked_if_new_is_satisfied_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/hosted/stay_locked_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/hosted/unlock_if_incompatible_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/hosted/unlock_if_new_is_unsatisfied_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/pub_install_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/sdk/check_out_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/install/sdk/check_out_transitive_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/lock_file_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/pub_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/pubspec_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/test_pub.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/update/git/do_not_update_if_unneeded_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/update/git/update_locked_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/update/git/update_one_locked_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/update/git/update_to_incompatible_pubspec_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/update/git/update_to_nonexistent_pubspec_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/update/hosted/fail_gracefully_on_missing_package_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/update/hosted/fail_gracefully_on_url_resolve_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/update/hosted/remove_removed_dependency_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/update/hosted/remove_removed_transitive_dependency_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/update/hosted/unlock_dependers_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/update/hosted/unlock_if_necessary_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/update/hosted/update_removed_constraints_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/update/pub_update_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/version_solver_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/version_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/yaml_test.dart View 1 2 3 4 5 6 7 3 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
gram
Bill, I added you because I touched tools/testing/dart. Please take a look at that. Siggy, ...
8 years, 1 month ago (2012-10-30 23:27:01 UTC) #1
Siggi Cherem (dart-lang)
https://codereview.chromium.org/11301046/diff/1/pkg/unittest/lib/basematcher.dart File pkg/unittest/lib/basematcher.dart (right): https://codereview.chromium.org/11301046/diff/1/pkg/unittest/lib/basematcher.dart#newcode17 pkg/unittest/lib/basematcher.dart:17: part of matcher; move part above the comment (the ...
8 years, 1 month ago (2012-10-31 20:54:02 UTC) #2
ahe
It would be awesome if you could split this CL in two: one for the ...
8 years, 1 month ago (2012-11-01 17:23:53 UTC) #3
gram
Removing Bill as the test suite changes are now in a different CL. https://codereview.chromium.org/11301046/diff/1/pkg/unittest/lib/basematcher.dart File ...
8 years, 1 month ago (2012-11-01 21:23:18 UTC) #4
Siggi Cherem (dart-lang)
8 years, 1 month ago (2012-11-01 21:40:54 UTC) #5
lgtm

https://codereview.chromium.org/11301046/diff/1/tests/isolate/isolate_negativ...
File tests/isolate/isolate_negative_test.dart (right):

https://codereview.chromium.org/11301046/diff/1/tests/isolate/isolate_negativ...
tests/isolate/isolate_negative_test.dart:21: expect("Expected fail", isFail);  
// <=-------- Should fail here.
On 2012/11/01 21:23:19, gram wrote:
> On 2012/10/31 20:54:02, Siggi Cherem (dart-lang) wrote:
> > isFail? isFalse? 
> > 
> > or replace with unittest.fail()?
> > 
> > speaking of which, should unittest.fail move to expect.dart?
> 
> Yes, this should be isFalse; fixed.
> 
> expect does not depend on unittest, so no, unittest.fail should not be part of
> it.

what I meant to say is that [unittest.fail] is a generic fail function similar
to expect(false, true). So it seems like if it belongs in the same place as
expect. Unittest imports it and rexports it so it will have access to it
anyways.

Powered by Google App Engine
This is Rietveld 408576698