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

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

Issue 1940923002: bluetooth: Add JS error messages for unimplemented features (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp » ('j') | 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 crbug.com/501229 fast/forms/associatedFormControls-leak-nodes.html [ Failure Pas s ] 6 crbug.com/501229 fast/forms/associatedFormControls-leak-nodes.html [ Failure Pas s ]
7 7
8 crbug.com/420008 inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ] 8 crbug.com/420008 inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ]
9 crbug.com/420008 virtual/threaded/inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ] 9 crbug.com/420008 virtual/threaded/inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ]
10 crbug.com/596940 inspector-protocol/runtime/runtime-execution-contexts-events.ht ml [ Pass Timeout ] 10 crbug.com/596940 inspector-protocol/runtime/runtime-execution-contexts-events.ht ml [ Pass Timeout ]
(...skipping 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after
1334 1334
1335 crbug.com/604642 [ Mac ] fast/text/midword-break-after-breakable-char.html [ Fa ilure ] 1335 crbug.com/604642 [ Mac ] fast/text/midword-break-after-breakable-char.html [ Fa ilure ]
1336 1336
1337 crbug.com/605047 [ Mac10.11 Retina ] fast/text/emphasis.html [ Failure ] 1337 crbug.com/605047 [ Mac10.11 Retina ] fast/text/emphasis.html [ Failure ]
1338 1338
1339 crbug.com/605059 [ Retina ] fast/text/international/rtl-negative-letter-spacing. html [ Failure ] 1339 crbug.com/605059 [ Retina ] fast/text/international/rtl-negative-letter-spacing. html [ Failure ]
1340 1340
1341 crbug.com/606302 [ Win7 ] transforms/3d/point-mapping/3d-point-mapping-preserve- 3d.html [ Failure Pass ] 1341 crbug.com/606302 [ Win7 ] transforms/3d/point-mapping/3d-point-mapping-preserve- 3d.html [ Failure Pass ]
1342 1342
1343 crbug.com/606649 fast/dom/gc-dom-tree-lifetime.html [ Pass Timeout ] 1343 crbug.com/606649 fast/dom/gc-dom-tree-lifetime.html [ Pass Timeout ]
1344
1345 crbug.com/588705 inspector/console/console-proxy.html [ NeedsManualRebaseline ]
1346
1347 # TODO(jlebel): Remove when methods are implemented.
1348 crbug.com/609065 [ Mac ] bluetooth/characteristicProperties.html [ Skip ]
1349 crbug.com/609064 [ Mac ] bluetooth/getCharacteristic/blacklisted-characteristic. html [ Skip ]
1350 crbug.com/609064 [ Mac ] bluetooth/getCharacteristic/characteristic-found.html [ Skip ]
1351 crbug.com/609064 [ Mac ] bluetooth/getCharacteristic/characteristic-not-found.ht ml [ Skip ]
1352 crbug.com/609064 [ Mac ] bluetooth/getCharacteristic/device-goes-out-of-range.ht ml [ Skip ]
1353 crbug.com/609064 [ Mac ] bluetooth/getCharacteristic/get-same-characteristic.htm l [ Skip ]
1354 crbug.com/609064 [ Mac ] bluetooth/getCharacteristic/invalid-characteristic-name .html [ Skip ]
1355 crbug.com/609064 [ Mac ] bluetooth/getCharacteristic/service-is-removed.html [ S kip ]
1356 crbug.com/609064 [ Mac ] bluetooth/getCharacteristics/blacklisted-characteristic s-with-uuid.html [ Skip ]
1357 crbug.com/609064 [ Mac ] bluetooth/getCharacteristics/blacklisted-characteristic s.html [ Skip ]
1358 crbug.com/609064 [ Mac ] bluetooth/getCharacteristics/characteristics-found-with -uuid.html [ Skip ]
1359 crbug.com/609064 [ Mac ] bluetooth/getCharacteristics/characteristics-found.html [ Skip ]
1360 crbug.com/609064 [ Mac ] bluetooth/getCharacteristics/characteristics-not-found- with-uuid.html [ Skip ]
1361 crbug.com/609064 [ Mac ] bluetooth/getCharacteristics/characteristics-not-found. html [ Skip ]
1362 crbug.com/609064 [ Mac ] bluetooth/getCharacteristics/correct-characteristics.ht ml [ Skip ]
1363 crbug.com/609064 [ Mac ] bluetooth/getCharacteristics/device-goes-out-of-range-w ith-uuid.html [ Skip ]
1364 crbug.com/609064 [ Mac ] bluetooth/getCharacteristics/device-goes-out-of-range.h tml [ Skip ]
1365 crbug.com/609064 [ Mac ] bluetooth/getCharacteristics/get-same-characteristics.h tml [ Skip ]
1366 crbug.com/609064 [ Mac ] bluetooth/getCharacteristics/invalid-characteristic-nam e.html [ Skip ]
1367 crbug.com/609064 [ Mac ] bluetooth/getCharacteristics/service-is-removed-with-uu id.html [ Skip ]
1368 crbug.com/609064 [ Mac ] bluetooth/getCharacteristics/service-is-removed.html [ Skip ]
1369 crbug.com/603183 [ Mac ] bluetooth/getPrimaryService/delayed-discovery-no-permis sion-absent-service.html [ Skip ]
1370 crbug.com/603183 [ Mac ] bluetooth/getPrimaryService/delayed-discovery-no-permis sion-present-service.html [ Skip ]
1371 crbug.com/603183 [ Mac ] bluetooth/getPrimaryService/delayed-discovery-service-f ound.html [ Skip ]
1372 crbug.com/603183 [ Mac ] bluetooth/getPrimaryService/delayed-discovery-service-n ot-found.html [ Skip ]
1373 crbug.com/603183 [ Mac ] bluetooth/getPrimaryService/device-goes-out-of-range.ht ml [ Skip ]
1374 crbug.com/603183 [ Mac ] bluetooth/getPrimaryService/get-same-service.html [ Ski p ]
1375 crbug.com/603183 [ Mac ] bluetooth/getPrimaryService/invalid-service-name.html [ Skip ]
1376 crbug.com/603183 [ Mac ] bluetooth/getPrimaryService/no-permission-absent-servic e.html [ Skip ]
1377 crbug.com/603183 [ Mac ] bluetooth/getPrimaryService/no-permission-present-servi ce.html [ Skip ]
1378 crbug.com/603183 [ Mac ] bluetooth/getPrimaryService/service-found.html [ Skip ]
1379 crbug.com/603183 [ Mac ] bluetooth/getPrimaryService/service-not-found.html [ Sk ip ]
1380 crbug.com/609068 [ Mac ] bluetooth/notifications/add-listener-after-promise.html [ Skip ]
1381 crbug.com/609068 [ Mac ] bluetooth/notifications/add-multiple-event-listeners.ht ml [ Skip ]
1382 crbug.com/609068 [ Mac ] bluetooth/notifications/characteristic-does-not-support -notifications.html [ Skip ]
1383 crbug.com/609068 [ Mac ] bluetooth/notifications/characteristic-is-removed.html [ Skip ]
1384 crbug.com/609068 [ Mac ] bluetooth/notifications/concurrent-starts.html [ Skip ]
1385 crbug.com/609068 [ Mac ] bluetooth/notifications/concurrent-stops.html [ Skip ]
1386 crbug.com/609068 [ Mac ] bluetooth/notifications/device-goes-out-of-range.html [ Skip ]
1387 crbug.com/609068 [ Mac ] bluetooth/notifications/event-after-starting.html [ Ski p ]
1388 crbug.com/609068 [ Mac ] bluetooth/notifications/gc-with-pending-start.html [ Sk ip ]
1389 crbug.com/609068 [ Mac ] bluetooth/notifications/gc-with-pending-stop.html [ Ski p ]
1390 crbug.com/609068 [ Mac ] bluetooth/notifications/parallel-start-stop.html [ Skip ]
1391 crbug.com/609068 [ Mac ] bluetooth/notifications/service-is-removed.html [ Skip ]
1392 crbug.com/609068 [ Mac ] bluetooth/notifications/start-before-stop-resolves.html [ Skip ]
1393 crbug.com/609068 [ Mac ] bluetooth/notifications/start-fails.html [ Skip ]
1394 crbug.com/609068 [ Mac ] bluetooth/notifications/start-stop-start-stop.html [ Sk ip ]
1395 crbug.com/609068 [ Mac ] bluetooth/notifications/start-succeeds.html [ Skip ]
1396 crbug.com/609068 [ Mac ] bluetooth/notifications/start-twice-in-a-row.html [ Ski p ]
1397 crbug.com/609068 [ Mac ] bluetooth/notifications/stop-twice.html [ Skip ]
1398 crbug.com/609068 [ Mac ] bluetooth/notifications/stop-without-starting.html [ Sk ip ]
1399 crbug.com/609066 [ Mac ] bluetooth/readValue/add-multiple-event-listeners.html [ Skip ]
1400 crbug.com/609066 [ Mac ] bluetooth/readValue/blacklisted-characteristic.html [ S kip ]
1401 crbug.com/609066 [ Mac ] bluetooth/readValue/characteristic-is-removed.html [ Sk ip ]
1402 crbug.com/609066 [ Mac ] bluetooth/readValue/device-goes-out-of-range.html [ Ski p ]
1403 crbug.com/609066 [ Mac ] bluetooth/readValue/event-is-fired.html [ Skip ]
1404 crbug.com/609066 [ Mac ] bluetooth/readValue/read-fails.html [ Skip ]
1405 crbug.com/609066 [ Mac ] bluetooth/readValue/read-succeeds.html [ Skip ]
1406 crbug.com/609066 [ Mac ] bluetooth/readValue/read-updates-value.html [ Skip ]
1407 crbug.com/609066 [ Mac ] bluetooth/readValue/service-is-removed.html [ Skip ]
1408 crbug.com/603183 [ Mac ] bluetooth/requestDevice-blacklist.html [ Skip ]
1409 crbug.com/609067 [ Mac ] bluetooth/writeValue/blacklisted-characteristic.html [ Skip ]
1410 crbug.com/609067 [ Mac ] bluetooth/writeValue/characteristic-is-removed.html [ S kip ]
1411 crbug.com/609067 [ Mac ] bluetooth/writeValue/device-goes-out-of-range.html [ Sk ip ]
1412 crbug.com/609067 [ Mac ] bluetooth/writeValue/service-is-removed.html [ Skip ]
1413 crbug.com/609067 [ Mac ] bluetooth/writeValue/value-too-long.html [ Skip ]
1414 crbug.com/609067 [ Mac ] bluetooth/writeValue/write-fails.html [ Skip ]
1415 crbug.com/609067 [ Mac ] bluetooth/writeValue/write-succeeds.html [ Skip ]
1416 crbug.com/609067 [ Mac ] bluetooth/writeValue/write-updates-value.html [ Skip ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698