Conversation
410dae1 to
43141cc
Compare
|
The duplicate package results from. |
|
Ah ok, I'll do that |
|
Converting to draft as WPT is reporting too many errors |
|
Ok turns out that was because indexeddb was disabled, it should be good now |
|
🔨 Triggering try run (#10396741616) for Linux WPT |
|
|
|
Looks like |
4413d6a to
3b0fb5a
Compare
|
I fixed that error but I'm currently getting a lot of unrelated errors involving the XR web API (specifically the bindgen). Perhaps the CI will have better luck. |
|
🔨 Triggering try run (#10398048721) for Linux WPT |
|
|
Switch idb backend to heed and add support for more key values and used better concurrency measures and updated interface between backend and scripts. Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
…atabase also redid identifier check Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
added docstrings Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
|
🔨 Triggering try run (#15740594299) for Linux (Unit Tests, WPT, Bencher), MacOS (Unit Tests), Windows (Unit Tests), Android, OpenHarmony, Lint |
|
I've gone ahead and fixed up the remaining build and test-tidy errors. Let's get this merged! |
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
|
Test results for linux-wpt from try job (#15740594299): Flaky unexpected result (16)
Stable unexpected results that are known to be intermittent (23)
|
|
|
|
🔨 Triggering try run (#15741354591) for OpenHarmony |
|
✨ Try run (#15741354591) succeeded. |
|
The open Harmony error: We'll need to figure out which dependency is bringing that in and what we can do to avoid it. |
|
Although it's confusing that trying the opemharmony job again succeeded... |
No, it did fail. But currently failure is allowed for this job, so it doesn't block the MQ and sadly this also causes the bot to write it succeeded, instead of mentioning that there were errors, which are not required to pass the status checks. |
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
|
🔨 Triggering try run (#15749354233) for OpenHarmony |
|
| Branch | main |
| Testbed | HUAWEI Mate 60 Pro |
⚠️ WARNING: No Threshold found!Without a Threshold, no Alerts will ever be generated.
Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the--ci-only-thresholdsflag.
Click to view all benchmark results
| Benchmark | Latency | milliseconds (ms) | Memory | Bytes |
|---|---|---|---|---|
| E2E/https://www.google.com/JS/gc-heap/admin | 📈 view plot | 23,840.00 | ||
| E2E/https://www.google.com/JS/gc-heap/decommitted | 📈 view plot | 573,440.00 | ||
| E2E/https://www.google.com/JS/gc-heap/unused | 📈 view plot | 49,272.00 | ||
| E2E/https://www.google.com/JS/gc-heap/used | 📈 view plot | 402,024.00 | ||
| E2E/https://www.google.com/JS/malloc-heap | 📈 view plot | 2,862,579.00 | ||
| E2E/https://www.google.com/JS/non-heap | 📈 view plot | 262,144.00 | ||
| E2E/https://www.google.com/LayoutThread/box-tree | 📈 view plot | 101,488.00 | ||
| E2E/https://www.google.com/LayoutThread/display-list | 📈 view plot | 0.00 | ||
| E2E/https://www.google.com/LayoutThread/font-context | 📈 view plot | 4,040.00 | ||
| E2E/https://www.google.com/LayoutThread/fragment-tree | 📈 view plot | 112.00 | ||
| E2E/https://www.google.com/LayoutThread/stylist | 📈 view plot | 5,264.00 | ||
| E2E/https://www.google.com/Load | 📈 view plot | 369.25 ms | ||
| E2E/https://www.google.com/Resident | 📈 view plot | 186,549,043.00 | ||
| E2E/https://www.google.com/image-cache | 📈 view plot | 35,328.00 | ||
| E2E/https://www.servo.org/Load | 📈 view plot | 984.33 ms | ||
| E2E/https://www.servo.org/Resident | 📈 view plot | 265,324,134.00 |
|
✨ Try run (#15749354233) succeeded. |
Adds indexeddb support to servo. At the moment heed is being used as the backend, although this can be swapped out by implementing
KvsEngine. This PR adds a thread + a thread pool for Indexeddb related operations. Alsodatabase_access_task_sourceis added for Indexeddb related operations.This is a partial rewrite of #25214. (Reopened due to branching issue)
Fixes #6963