Revert of Add DumpAccessibilityEvents test framework. (patchset #7 id:120001 of https...
commit7d4cb46a26a4bd93153969e4f0d65e390d2a69c5
authorcaitkp <caitkp@chromium.org>
Wed, 17 Dec 2014 21:52:33 +0000 (17 13:52 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 17 Dec 2014 21:53:05 +0000 (17 21:53 +0000)
tree3d694cdb15dd0514c1f6e42540e4ccdf816006af
parent28918e35d9ab2f6c88c2e8ff0694a4bccd03ed34
Revert of Add DumpAccessibilityEvents test framework. (patchset #7 id:120001 of https://codereview.chromium.org/790943002/)

Reason for revert:
Failing on Win7 x64 bots:

http://build.chromium.org/p/chromium.win/builders/Win%207%20Tests%20x64%20%281%29/builds/19602

DumpAccessibilityEventsTest.AccessibilityEventsCheckedStateChanged (run #1):
[ RUN      ] DumpAccessibilityEventsTest.AccessibilityEventsCheckedStateChanged
[3528:3920:1217/131127:60955425:FATAL:accessibility_event_recorder_win.cc(147)] Check failed: SUCCEEDED(hr). Failure accessing accessible object from hwnd 0000000016F90210 obj_id=-4 child_id=-1004

DumpAccessibilityEventsTest.AccessibilityEventsCheckedStateChanged (run #2):
[ RUN      ] DumpAccessibilityEventsTest.AccessibilityEventsCheckedStateChanged
[3048:3524:1217/131600:61228380:FATAL:accessibility_event_recorder_win.cc(147)] Check failed: SUCCEEDED(hr). Failure accessing accessible object from hwnd 000000001E4B01E8 obj_id=-4 child_id=-1004

DumpAccessibilityEventsTest.AccessibilityEventsCheckedStateChanged (run #3):
[ RUN      ] DumpAccessibilityEventsTest.AccessibilityEventsCheckedStateChanged
[2984:1592:1217/131601:61229628:FATAL:accessibility_event_recorder_win.cc(147)] Check failed: SUCCEEDED(hr). Failure accessing accessible object from hwnd 000000001663021A obj_id=-4 child_id=-1004

DumpAccessibilityEventsTest.AccessibilityEventsCheckedStateChanged (run #4):
[ RUN      ] DumpAccessibilityEventsTest.AccessibilityEventsCheckedStateChanged
[3628:408:1217/131602:61230049:FATAL:accessibility_event_recorder_win.cc(147)] Check failed: SUCCEEDED(hr). Failure accessing accessible object from hwnd 0000000009890254 obj_id=-4 child_id=-1004

Original issue's description:
> Add DumpAccessibilityEvents test framework.
>
> Currently works on Windows only, but designed to be cross-platform with
> just a bit of effort.
>
> BUG=440579
>
> Committed: https://crrev.com/8531606ec6e5294559a8dd1bd04cbbcb63514dee
> Cr-Commit-Position: refs/heads/master@{#308844}

TBR=dtseng@chromium.org,dmazzoni@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=440579

Review URL: https://codereview.chromium.org/811213002

Cr-Commit-Position: refs/heads/master@{#308864}
17 files changed:
content/browser/accessibility/accessibility_event_recorder.cc [deleted file]
content/browser/accessibility/accessibility_event_recorder.h [deleted file]
content/browser/accessibility/accessibility_event_recorder_win.cc [deleted file]
content/browser/accessibility/accessibility_tree_formatter.cc
content/browser/accessibility/accessibility_tree_formatter.h
content/browser/accessibility/accessibility_tree_formatter_android.cc
content/browser/accessibility/accessibility_tree_formatter_mac.mm
content/browser/accessibility/accessibility_tree_formatter_utils_win.cc
content/browser/accessibility/accessibility_tree_formatter_utils_win.h
content/browser/accessibility/accessibility_tree_formatter_win.cc
content/browser/accessibility/dump_accessibility_browsertest_base.cc
content/browser/accessibility/dump_accessibility_events_browsertest.cc [deleted file]
content/content_tests.gypi
content/test/data/accessibility/events-checked-state-changed-expected-win.txt [deleted file]
content/test/data/accessibility/events-checked-state-changed.html [deleted file]
content/test/data/accessibility/events-input-type-text-value-changed-expected-win.txt [deleted file]
content/test/data/accessibility/events-input-type-text-value-changed.html [deleted file]