New issue
Advanced search Search tips

Issue 854789 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Scan and fix occurrences of assert_* within raw function object parameters in WPT and BLINK media-source layout tests

Project Member Reported by wolenetz@chromium.org, Jun 20 2018

Issue description

See also  bug 854711  for a specific instance.

In general, if a layout test uses any assert_* method inside the scope of a raw function, not a test.step_func, then though the assert_* might fail, it won't be reported as a test failure.

Things to look for especially include raw function event listener handlers that assert_*.
 
Blockedon: 854711
Scanned BLINK, possible faults found in scan, beyond  bug 854711 :
* verifyTrackRemoval
* mediaSourceDemuxedTest
* appendDataAndVerifyAddedToActiveSourceBuffers's doSecondAppend, and usage
* "Muxed tracks with different lengths" test case
* all siblings of 'Test attribute values on a closed MediaSource object.'

TODO: scan rest of BLINK, all of WPT.
Blockedon: -854711

Sign in to add a comment