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

Side by Side Diff: third_party/WebKit/LayoutTests/TestExpectations

Issue 1641533002: Auto-rebaseline for r371701 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # ====== Oilpan-only failures from here ====== 1 # ====== Oilpan-only failures from here ======
2 # Most of these actually cause the tests to report success, rather than 2 # Most of these actually cause the tests to report success, rather than
3 # failure. Expected outputs will be adjusted for the better once Oilpan 3 # failure. Expected outputs will be adjusted for the better once Oilpan
4 # has been well and truly enabled always. 4 # has been well and truly enabled always.
5 5
6 # With Oilpan, the parent pointer in the CSSRule hierarchy is 6 # With Oilpan, the parent pointer in the CSSRule hierarchy is
7 # strong. This is the intended behavior. 7 # strong. This is the intended behavior.
8 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ] 8 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ]
9 crbug.com/345630 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ] 9 crbug.com/345630 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ]
10 crbug.com/345655 fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html [ Failure ] 10 crbug.com/345655 fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html [ Failure ]
(...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 crbug.com/573287 inspector/console/console-format.html [ NeedsManualRebaseline ] 1259 crbug.com/573287 inspector/console/console-format.html [ NeedsManualRebaseline ]
1260 1260
1261 crbug.com/563694 [ Linux Mac Debug ] svg/hixie/perf/005.xml [ Failure ] 1261 crbug.com/563694 [ Linux Mac Debug ] svg/hixie/perf/005.xml [ Failure ]
1262 1262
1263 crbug.com/564109 [ Win7 ] http/tests/webfont/font-display.html [ Pass Timeout F ailure ] 1263 crbug.com/564109 [ Win7 ] http/tests/webfont/font-display.html [ Pass Timeout F ailure ]
1264 1264
1265 crbug.com/558574 [ Win7 ] fast/text/emphasis.html [ Failure ] 1265 crbug.com/558574 [ Win7 ] fast/text/emphasis.html [ Failure ]
1266 1266
1267 crbug.com/574196 fast/js/mozilla/strict/13.1.html [ NeedsManualRebaseline ] 1267 crbug.com/574196 fast/js/mozilla/strict/13.1.html [ NeedsManualRebaseline ]
1268 1268
1269 crbug.com/570611 [ Mac Linux Android Win7 ] fast/text/emphasis-combined-text.htm l [ NeedsRebaseline ]
1270
1271 crbug.com/568867 [ Win Debug ] transforms/3d/point-mapping/3d-point-mapping-deep .html [ Failure ] 1269 crbug.com/568867 [ Win Debug ] transforms/3d/point-mapping/3d-point-mapping-deep .html [ Failure ]
1272 crbug.com/568867 [ Win Debug ] transforms/3d/point-mapping/3d-point-mapping-pres erve-3d.html [ Failure ] 1270 crbug.com/568867 [ Win Debug ] transforms/3d/point-mapping/3d-point-mapping-pres erve-3d.html [ Failure ]
1273 1271
1274 crbug.com/569811 inspector-protocol/debugger/updateCallFrameScopes.html [ Pass F ailure ] 1272 crbug.com/569811 inspector-protocol/debugger/updateCallFrameScopes.html [ Pass F ailure ]
1275 1273
1276 crbug.com/571376 http/tests/webfont/font-display-intervention.html [ Pass Failur e ] 1274 crbug.com/571376 http/tests/webfont/font-display-intervention.html [ Pass Failur e ]
1277 1275
1278 crbug.com/570899 [ Mac10.6 ] virtual/rootlayerscrolls/fast/scrolling/background- paint-scrolled.html [ Failure ] 1276 crbug.com/570899 [ Mac10.6 ] virtual/rootlayerscrolls/fast/scrolling/background- paint-scrolled.html [ Failure ]
1279 crbug.com/571361 [ Mac10.6 ] virtual/rootlayerscrolls/fast/scrolling/background- paint-scrolled-out-and-in.html [ Failure ] 1277 crbug.com/571361 [ Mac10.6 ] virtual/rootlayerscrolls/fast/scrolling/background- paint-scrolled-out-and-in.html [ Failure ]
1280 1278
(...skipping 25 matching lines...) Expand all
1306 1304
1307 crbug.com/572726 inspector/tracing/timeline-node-reference.html [ Timeout Pass C rash ] 1305 crbug.com/572726 inspector/tracing/timeline-node-reference.html [ Timeout Pass C rash ]
1308 1306
1309 crbug.com/577380 [ Linux Debug ] http/tests/serviceworker/chromium/registration- stress.html [ Failure ] 1307 crbug.com/577380 [ Linux Debug ] http/tests/serviceworker/chromium/registration- stress.html [ Failure ]
1310 1308
1311 crbug.com/577746 [ Linux Debug ] compositing/iframes/iframe-in-composited-layer. html [ Pass Failure ] 1309 crbug.com/577746 [ Linux Debug ] compositing/iframes/iframe-in-composited-layer. html [ Pass Failure ]
1312 1310
1313 crbug.com/581038 fast/text/first-letter-bad-line-boxes-crash.html [ Crash Pass ] 1311 crbug.com/581038 fast/text/first-letter-bad-line-boxes-crash.html [ Crash Pass ]
1314 1312
1315 crbug.com/581203 [ Linux ] web-animations-api/player-finish-sample-only.html [ F ailure Pass ] 1313 crbug.com/581203 [ Linux ] web-animations-api/player-finish-sample-only.html [ F ailure Pass ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698