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

Issue 13663003: gm: record IntentionallySkipped tests (Closed)

Created:
7 years, 8 months ago by epoger
Modified:
7 years, 8 months ago
Reviewers:
borenet
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

gm: record IntentionallySkipped tests Committed: https://code.google.com/p/skia/source/detail?r=8586

Patch Set 1 #

Total comments: 1

Patch Set 2 : make_selftest2_skip_piped_modes #

Total comments: 2

Patch Set 3 : add_kIntentionallySkipped_ErrorType #

Total comments: 3

Patch Set 4 : start_reporting_kIntentionallySkipped #

Total comments: 3

Patch Set 5 : add_disabled_check_of_num_tests_run #

Total comments: 2

Patch Set 6 : sync_to_r8579 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -138 lines) Patch
M gm/gm_error.h View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M gm/gmmain.cpp View 1 2 3 4 5 8 chunks +172 lines, -127 lines 0 comments Download
M gm/selftest.cpp View 1 2 3 4 5 3 chunks +11 lines, -3 lines 0 comments Download
M gm/tests/outputs/compared-against-different-pixels-images/output-expected/stdout View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M gm/tests/outputs/compared-against-different-pixels-json/output-expected/stdout View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M gm/tests/outputs/compared-against-empty-dir/output-expected/stdout View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M gm/tests/outputs/compared-against-identical-bytes-images/output-expected/stdout View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M gm/tests/outputs/compared-against-identical-bytes-json/output-expected/stdout View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M gm/tests/outputs/compared-against-identical-pixels-images/output-expected/stdout View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M gm/tests/outputs/compared-against-identical-pixels-json/output-expected/stdout View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
A gm/tests/outputs/intentionally-skipped-tests/output-expected/command_line View 1 chunk +1 line, -0 lines 0 comments Download
A gm/tests/outputs/intentionally-skipped-tests/output-expected/json-summary.txt View 1 chunk +22 lines, -0 lines 0 comments Download
A gm/tests/outputs/intentionally-skipped-tests/output-expected/return_value View 1 chunk +1 line, -0 lines 0 comments Download
A gm/tests/outputs/intentionally-skipped-tests/output-expected/stderr View 0 chunks +-1 lines, --1 lines 0 comments Download
A gm/tests/outputs/intentionally-skipped-tests/output-expected/stdout View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M gm/tests/outputs/no-readpath/output-expected/stdout View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M gm/tests/outputs/pipe-playback-failure/output-expected/stdout View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M gm/tests/run.sh View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
epoger
https://codereview.chromium.org/13663003/diff/1/gm/tests/run.sh File gm/tests/run.sh (right): https://codereview.chromium.org/13663003/diff/1/gm/tests/run.sh#newcode163 gm/tests/run.sh:163: gm_test "--hierarchy --match selftest1 selftest2 $CONFIGS" "$GM_OUTPUTS/intentionally-skipped-tests" patchset 1 ...
7 years, 8 months ago (2013-04-04 19:42:18 UTC) #1
epoger
https://codereview.chromium.org/13663003/diff/4001/gm/selftest.cpp File gm/selftest.cpp (right): https://codereview.chromium.org/13663003/diff/4001/gm/selftest.cpp#newcode58 gm/selftest.cpp:58: return new SelfTestGM("selftest2", kTranslucentBlue, skiagm::GM::kSkipPipe_Flag); in patchset 2, selftest2 ...
7 years, 8 months ago (2013-04-04 19:59:11 UTC) #2
epoger
https://codereview.chromium.org/13663003/diff/12001/gm/gm_error.h File gm/gm_error.h (right): https://codereview.chromium.org/13663003/diff/12001/gm/gm_error.h#newcode29 gm/gm_error.h:29: kIntentionallySkipped_ErrorType, patchset 3 adds kIntentionallySkipped_ErrorType, but not any code ...
7 years, 8 months ago (2013-04-09 15:20:40 UTC) #3
epoger
https://codereview.chromium.org/13663003/diff/17003/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/13663003/diff/17003/gm/gmmain.cpp#newcode1010 gm/gmmain.cpp:1010: RecordTestResults(kIntentionallySkipped_ErrorType, name, patchset 4 now looks for cases where ...
7 years, 8 months ago (2013-04-09 17:57:57 UTC) #4
epoger
Ready to review at patchset 5! This resolves some TODOs that I added in https://codereview.chromium.org/12851022/#msg5 ...
7 years, 8 months ago (2013-04-09 18:38:51 UTC) #5
borenet
LGTM at patch set 6! https://codereview.chromium.org/13663003/diff/23004/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/13663003/diff/23004/gm/gmmain.cpp#newcode1813 gm/gmmain.cpp:1813: if (expectedNumberOfTests != gmmain.fTestsRun) ...
7 years, 8 months ago (2013-04-09 19:47:53 UTC) #6
epoger
7 years, 8 months ago (2013-04-10 12:22:40 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 manually as r8586 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698