Bug 213202
| Summary: | [GTK][WPE] fast/mediastream/getUserMedia-grant-persistency3.html is failing on WPE and is a flaky failure on GTK | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | aboya, bugs-noreply, clopez, eocanha, lmoura, pnormand |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
Diff:
@@ -1,3 +1,3 @@
-PASS Testing same page getUserMedia grant persistency with visibility
+FAIL Testing same page getUserMedia grant persistency with visibility assert_true: Resolving getUserMedia promise should wait for page to be visible expected true got false
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
fast/mediastream/getUserMedia-grant-persistency3.html
Still failing as of r283344
Alicia Boya GarcĂa
Somehow the test passes in GTK in the test runner unlike any other port, but even in GTK it also clearly fails in the minibrowser:
Result Test Name Message
Fail Testing same page getUserMedia grant persistency with visibility promise_test: Unhandled rejection with value: object "OverconstrainedError: Invalid constraint"
get_stack@file:///webkit/LayoutTests/resources/testharness.js:3780:30
AssertionError@file:///webkit/LayoutTests/resources/testharness.js:3773:31
assert@file:///webkit/LayoutTests/resources/testharness.js:3763:37
@file:///webkit/LayoutTests/resources/testharness.js:664:35
@file:///webkit/LayoutTests/resources/testharness.js:2087:30
@file:///webkit/LayoutTests/resources/testharness.js:2114:40
Asserts run
Carlos Alberto Lopez Perez
On GTK this test is a flaky failure.
The bot gtk-release completed 914 runs on the interval [301594@main-305588@main]
Frecuency of results for test: fast/mediastream/getUserMedia-grant-persistency3.html
621 times [67.9%] -> NOERROR
61 times [6.7%] -> TEXT
212 times [23.2%] -> TEXT PASS
20 times [2.2%] -> TEXT TIMEOUT
Of those 914 runs it didn't match the expectation 293 times [32.1%]
Details of the type and frequency of unmatched expectations:
61 times [6.7%] -> TEXT (Expected: PASS)
212 times [23.2%] -> TEXT PASS (Expected: PASS)
20 times [2.2%] -> TEXT TIMEOUT (Expected: PASS)
Flakiness factor: 50.4%
- This test was flaky on 50.4% of the 914 runs analyzed, either giving different
results within a single run, or a different result than in the previous run.
Carlos Alberto Lopez Perez
Expectations updated at 305610@main