script: Implement IDBFactory.cmp (#38260)

Implements `IDBFactory.cmp`, most of the work was done by #38123.

Testing: Covered by WPT (lots of flaky results: the appropriate tests
are in tests/wpt/meta/IndexedDB/idlharness.any.js.ini)
Fixes: None

---------

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
Ashwin Naren 2025-07-25 10:59:10 +05:30 committed by GitHub
parent 6cd8578f8b
commit ab78a76da6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 126 additions and 15 deletions

View file

@ -8,9 +8,6 @@
[IDBFactory interface: operation databases()]
expected: FAIL
[IDBFactory interface: operation cmp(any, any)]
expected: FAIL
[IDBObjectStore interface: attribute keyPath]
expected: FAIL
@ -226,9 +223,6 @@
[IDBFactory interface: operation databases()]
expected: FAIL
[IDBFactory interface: operation cmp(any, any)]
expected: FAIL
[IDBObjectStore interface: attribute keyPath]
expected: FAIL