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

Issue 15755005: Change output of string equality match failures. (Closed)

Created:
7 years, 7 months ago by gram
Modified:
7 years, 6 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -60 lines) Patch
M pkg/scheduled_test/test/descriptor/file_test.dart View 1 2 3 4 2 chunks +2 lines, -1 line 1 comment Download
M pkg/unittest/lib/src/core_matchers.dart View 1 2 3 4 2 chunks +81 lines, -1 line 0 comments Download
M pkg/unittest/lib/src/expect.dart View 1 2 3 4 1 chunk +1 line, -3 lines 0 comments Download
M pkg/unittest/test/instance_test.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M pkg/unittest/test/matchers_test.dart View 1 2 3 4 21 chunks +66 lines, -48 lines 0 comments Download
M pkg/unittest/test/matchers_unminified_test.dart View 1 2 3 4 2 chunks +5 lines, -2 lines 0 comments Download
M pkg/unittest/test/unittest_test.dart View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
gram
7 years, 7 months ago (2013-05-22 22:56:25 UTC) #1
Siggi Cherem (dart-lang)
lgtm, with minor request https://codereview.chromium.org/15755005/diff/1/pkg/unittest/test/matchers_test.dart File pkg/unittest/test/matchers_test.dart (right): https://codereview.chromium.org/15755005/diff/1/pkg/unittest/test/matchers_test.dart#newcode603 pkg/unittest/test/matchers_test.dart:603: "Expected: Y But was: XX ...
7 years, 7 months ago (2013-05-22 23:09:42 UTC) #2
Siggi Cherem (dart-lang)
https://codereview.chromium.org/15755005/diff/5001/pkg/unittest/lib/src/basematcher.dart File pkg/unittest/lib/src/basematcher.dart (right): https://codereview.chromium.org/15755005/diff/5001/pkg/unittest/lib/src/basematcher.dart#newcode38 pkg/unittest/lib/src/basematcher.dart:38: bool includeActual(reason) => !reason.toString().startsWith('was '); 2 comments: a) how ...
7 years, 7 months ago (2013-05-23 00:43:47 UTC) #3
gram
PTAL I took out the test for whether to show the actual value. We now ...
7 years, 6 months ago (2013-06-01 00:36:54 UTC) #4
Siggi Cherem (dart-lang)
lgtm
7 years, 6 months ago (2013-06-02 19:34:05 UTC) #5
gram
PTAL - I added a test file from the scheduled test package.
7 years, 6 months ago (2013-06-03 23:25:39 UTC) #6
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/15755005/diff/15001/pkg/scheduled_test/test/descriptor/file_test.dart File pkg/scheduled_test/test/descriptor/file_test.dart (right): https://codereview.chromium.org/15755005/diff/15001/pkg/scheduled_test/test/descriptor/file_test.dart#newcode232 pkg/scheduled_test/test/descriptor/file_test.dart:232: "Expected: contains 'baaz'\n But: was 'barfoobaz'.\nActual: 'barfoobaz'" 80 ...
7 years, 6 months ago (2013-06-04 15:45:29 UTC) #7
gram
7 years, 6 months ago (2013-06-04 17:17:59 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 manually as r23604 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698