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

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

Issue 1650083002: Auto-rebaseline for r372303 (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 1321 matching lines...) Expand 10 before | Expand all | Expand 10 after
1332 crbug.com/573287 inspector/console/console-format.html [ NeedsManualRebaseline ] 1332 crbug.com/573287 inspector/console/console-format.html [ NeedsManualRebaseline ]
1333 1333
1334 crbug.com/563694 [ Linux Mac Debug ] svg/hixie/perf/005.xml [ Failure ] 1334 crbug.com/563694 [ Linux Mac Debug ] svg/hixie/perf/005.xml [ Failure ]
1335 1335
1336 crbug.com/564109 [ Win7 ] http/tests/webfont/font-display.html [ Pass Timeout F ailure ] 1336 crbug.com/564109 [ Win7 ] http/tests/webfont/font-display.html [ Pass Timeout F ailure ]
1337 1337
1338 crbug.com/558574 [ Win7 ] fast/text/emphasis.html [ Failure ] 1338 crbug.com/558574 [ Win7 ] fast/text/emphasis.html [ Failure ]
1339 1339
1340 crbug.com/574196 fast/js/mozilla/strict/13.1.html [ NeedsManualRebaseline ] 1340 crbug.com/574196 fast/js/mozilla/strict/13.1.html [ NeedsManualRebaseline ]
1341 1341
1342 crbug.com/463358 svg/W3C-SVG-1.1/paths-data-02-t.svg [ NeedsRebaseline ]
1343
1344 crbug.com/568867 [ Win Debug ] transforms/3d/point-mapping/3d-point-mapping-deep .html [ Failure ] 1342 crbug.com/568867 [ Win Debug ] transforms/3d/point-mapping/3d-point-mapping-deep .html [ Failure ]
1345 crbug.com/568867 [ Win Debug ] transforms/3d/point-mapping/3d-point-mapping-pres erve-3d.html [ Failure ] 1343 crbug.com/568867 [ Win Debug ] transforms/3d/point-mapping/3d-point-mapping-pres erve-3d.html [ Failure ]
1346 1344
1347 crbug.com/569811 inspector-protocol/debugger/updateCallFrameScopes.html [ Pass F ailure ] 1345 crbug.com/569811 inspector-protocol/debugger/updateCallFrameScopes.html [ Pass F ailure ]
1348 1346
1349 crbug.com/571376 http/tests/webfont/font-display-intervention.html [ Pass Failur e ] 1347 crbug.com/571376 http/tests/webfont/font-display-intervention.html [ Pass Failur e ]
1350 1348
1351 crbug.com/570899 [ Mac10.6 ] virtual/rootlayerscrolls/fast/scrolling/background- paint-scrolled.html [ Failure ] 1349 crbug.com/570899 [ Mac10.6 ] virtual/rootlayerscrolls/fast/scrolling/background- paint-scrolled.html [ Failure ]
1352 crbug.com/571361 [ Mac10.6 ] virtual/rootlayerscrolls/fast/scrolling/background- paint-scrolled-out-and-in.html [ Failure ] 1350 crbug.com/571361 [ Mac10.6 ] virtual/rootlayerscrolls/fast/scrolling/background- paint-scrolled-out-and-in.html [ Failure ]
1353 1351
(...skipping 28 matching lines...) Expand all
1382 1380
1383 crbug.com/577380 [ Linux Debug ] http/tests/serviceworker/chromium/registration- stress.html [ Failure ] 1381 crbug.com/577380 [ Linux Debug ] http/tests/serviceworker/chromium/registration- stress.html [ Failure ]
1384 1382
1385 crbug.com/577746 [ Linux Debug ] compositing/iframes/iframe-in-composited-layer. html [ Pass Failure ] 1383 crbug.com/577746 [ Linux Debug ] compositing/iframes/iframe-in-composited-layer. html [ Pass Failure ]
1386 1384
1387 crbug.com/581038 fast/text/first-letter-bad-line-boxes-crash.html [ Crash Pass ] 1385 crbug.com/581038 fast/text/first-letter-bad-line-boxes-crash.html [ Crash Pass ]
1388 1386
1389 crbug.com/581203 [ Linux ] web-animations-api/player-finish-sample-only.html [ F ailure Pass ] 1387 crbug.com/581203 [ Linux ] web-animations-api/player-finish-sample-only.html [ F ailure Pass ]
1390 1388
1391 crbug.com/582155 fast/regex/non-pattern-characters.html [ NeedsManualRebaseline ] 1389 crbug.com/582155 fast/regex/non-pattern-characters.html [ NeedsManualRebaseline ]
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