Changeset 138292 in webkit
- Timestamp:
- Dec 20, 2012, 1:22:29 PM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r138289 r138292 1 2012-12-20 Tony Chang <tony@chromium.org> 2 3 [chromium] Unreviewed gardening. 4 5 Mark an inspector test as flakey and update form date tests after r138255. 6 7 * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: 8 * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: 9 * platform/chromium/TestExpectations: 10 1 11 2012-12-20 David Dorwin <ddorwin@chromium.org> 2 12 -
trunk/LayoutTests/platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt
r137405 r138292 22 22 PASS input.value is "2012-08-29" 23 23 == Up/Down keys on empty value == 24 PASS input.value is "2012-11-01"24 PASS input.value is currentYear + "-11-01" 25 25 == Up/Down keys on empty value 2 == 26 PASS input.value is "2012-02-28"26 PASS input.value is currentYear + "-02-28" 27 27 == Tab key == 28 28 PASS input.value is "2012-09-05" -
trunk/LayoutTests/platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt
r137405 r138292 22 22 PASS input.value is "2012-08-29T00:00" 23 23 == Up/Down keys on empty value == 24 PASS input.value is "2012-11-01T01:59"24 PASS input.value is currentYear + "-11-01T01:59" 25 25 == Tab key == 26 26 PASS input.value is "2012-09-05T12:00" -
trunk/LayoutTests/platform/chromium/TestExpectations
r138289 r138292 3717 3717 3718 3718 webkit.org/b/94002 [ Win7 Debug ] inspector/debugger [ Pass Timeout ] 3719 webkit.org/b/94002 [ Win7 Debug ] inspector/debugger/event-listener-breakpoints.html [ Pass Timeout Failure ] 3719 3720 3720 3721 # Flaky
Note:
See TracChangeset
for help on using the changeset viewer.