Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: (os == 'android') OR asan OR tsan
- Manifest: dom/indexedDB/test/crashtests/crashtests.list
<script>
// This test allocates >= 4GB of memory even if it succeeds.
let a = new ArrayBuffer(4294967296)
let b = new Uint32Array(a)
self.indexedDB.cmp(b, undefined)
</script>