Changeset 135348 in webkit
- Timestamp:
- Nov 20, 2012, 9:26:40 PM (13 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r135346 r135348 1 2012-11-20 Kangil Han <kangil.han@samsung.com> 2 3 [EFL][WK2][WTR] Unskip passed cases under css3/device-adapt/opera/ 4 https://bugs.webkit.org/show_bug.cgi?id=102868 5 6 Unreviewed, EFL gardening. 7 8 As BUG 102517 has been resolved, we can move those from EFL common to WK1 only. 9 10 * platform/efl-wk1/TestExpectations: 11 * platform/efl/TestExpectations: 12 1 13 2012-11-20 Kentaro Hara <haraken@chromium.org> 2 14 -
trunk/LayoutTests/platform/efl-wk1/TestExpectations
r134606 r135348 255 255 # DRT needs a setting for setShouldRespectImageOrientation 256 256 webkit.org/b/101210 fast/images/exif-orientation.html [ Failure ] 257 258 # DRT needs to support fixed layout. 259 webkit.org/b/102517 css3/device-adapt/opera/cascading-001.xhtml [ Failure ] 260 webkit.org/b/102517 css3/device-adapt/opera/cascading-002.xhtml [ Failure ] 261 webkit.org/b/102517 css3/device-adapt/opera/cascading-003.xhtml [ Failure ] 262 webkit.org/b/102517 css3/device-adapt/opera/cascading-004.xhtml [ Failure ] 263 webkit.org/b/102517 css3/device-adapt/opera/constrain-001.xhtml [ Failure ] 264 webkit.org/b/102517 css3/device-adapt/opera/constrain-004.xhtml [ Failure ] 265 webkit.org/b/102517 css3/device-adapt/opera/constrain-005.xhtml [ Failure ] 266 webkit.org/b/102517 css3/device-adapt/opera/constrain-006.xhtml [ Failure ] 267 webkit.org/b/102517 css3/device-adapt/opera/constrain-007.xhtml [ Failure ] 268 webkit.org/b/102517 css3/device-adapt/opera/constrain-008.xhtml [ Failure ] 269 webkit.org/b/102517 css3/device-adapt/opera/constrain-009.xhtml [ Failure ] 270 webkit.org/b/102517 css3/device-adapt/opera/constrain-010.xhtml [ Failure ] 271 webkit.org/b/102517 css3/device-adapt/opera/constrain-011.xhtml [ Failure ] 272 webkit.org/b/102517 css3/device-adapt/opera/constrain-013.xhtml [ Failure ] 273 webkit.org/b/102517 css3/device-adapt/opera/constrain-014.xhtml [ Failure ] 274 webkit.org/b/102517 css3/device-adapt/opera/constrain-015.xhtml [ Failure ] 275 webkit.org/b/102517 css3/device-adapt/opera/constrain-016.xhtml [ Failure ] 276 webkit.org/b/102517 css3/device-adapt/opera/constrain-017.xhtml [ Failure ] 277 webkit.org/b/102517 css3/device-adapt/opera/constrain-020.xhtml [ Failure ] 278 webkit.org/b/102517 css3/device-adapt/opera/syntax-001.xhtml [ Failure ] 279 webkit.org/b/102517 css3/device-adapt/opera/syntax-002.xhtml [ Failure ] 280 webkit.org/b/102517 css3/device-adapt/opera/syntax-003.xhtml [ Failure ] -
trunk/LayoutTests/platform/efl/TestExpectations
r135337 r135348 1208 1208 webkit.org/b/84835 editing/execCommand/findString-diacriticals.html [ Failure ] 1209 1209 1210 # These tests are passing when running on the MiniBrowser, but failing on1211 # WebKitTestRunner because it doesn't support fixed layout.1212 webkit.org/b/102517 css3/device-adapt/opera/cascading-001.xhtml [ Failure ]1213 webkit.org/b/102517 css3/device-adapt/opera/cascading-002.xhtml [ Failure ]1214 webkit.org/b/102517 css3/device-adapt/opera/cascading-003.xhtml [ Failure ]1215 webkit.org/b/102517 css3/device-adapt/opera/cascading-004.xhtml [ Failure ]1216 webkit.org/b/102517 css3/device-adapt/opera/constrain-001.xhtml [ Failure ]1217 webkit.org/b/102517 css3/device-adapt/opera/constrain-004.xhtml [ Failure ]1218 webkit.org/b/102517 css3/device-adapt/opera/constrain-005.xhtml [ Failure ]1219 webkit.org/b/102517 css3/device-adapt/opera/constrain-006.xhtml [ Failure ]1220 webkit.org/b/102517 css3/device-adapt/opera/constrain-007.xhtml [ Failure ]1221 webkit.org/b/102517 css3/device-adapt/opera/constrain-008.xhtml [ Failure ]1222 webkit.org/b/102517 css3/device-adapt/opera/constrain-009.xhtml [ Failure ]1223 webkit.org/b/102517 css3/device-adapt/opera/constrain-010.xhtml [ Failure ]1224 webkit.org/b/102517 css3/device-adapt/opera/constrain-011.xhtml [ Failure ]1225 webkit.org/b/102517 css3/device-adapt/opera/constrain-013.xhtml [ Failure ]1226 webkit.org/b/102517 css3/device-adapt/opera/constrain-014.xhtml [ Failure ]1227 webkit.org/b/102517 css3/device-adapt/opera/constrain-015.xhtml [ Failure ]1228 webkit.org/b/102517 css3/device-adapt/opera/constrain-016.xhtml [ Failure ]1229 webkit.org/b/102517 css3/device-adapt/opera/constrain-017.xhtml [ Failure ]1230 webkit.org/b/102517 css3/device-adapt/opera/constrain-020.xhtml [ Failure ]1231 webkit.org/b/102517 css3/device-adapt/opera/syntax-001.xhtml [ Failure ]1232 webkit.org/b/102517 css3/device-adapt/opera/syntax-002.xhtml [ Failure ]1233 webkit.org/b/102517 css3/device-adapt/opera/syntax-003.xhtml [ Failure ]1234 1235 1210 # DRT doesn't check for isPrinting(). 1236 1211 webkit.org/b/87226 printing/iframe-print.html [ Failure ]
Note:
See TracChangeset
for help on using the changeset viewer.