forked from mirrors/gecko-dev
Automatic update from web-platform-tests FSA: Fix create-sync-access-handle test flakiness Replaces a file_system_type variable (which was not always defined at the time the script runs with a getFileSystemType() method that's implemented by both the local and sandboxed test helpers. --gtest_repeat=100 shows no failures, whereas before this change it was ~6 failures per 100 Fixed: 1409178 Change-Id: I50fa8fab2bfcc5b60df29701e0a3018fddbe21c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4209261 Commit-Queue: Daseul Lee <dslee@chromium.org> Auto-Submit: Austin Sullivan <asully@chromium.org> Reviewed-by: Daseul Lee <dslee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1099424} -- wpt-commits: fd37d07189e3997496ca53dca82e4ffd7e45531e wpt-pr: 38289
11 lines
506 B
HTML
11 lines
506 B
HTML
<!doctype html>
|
|
<meta charset=utf-8>
|
|
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<script src="/resources/testdriver.js"></script>
|
|
<script src="/resources/testdriver-vendor.js"></script>
|
|
<script src="resources/test-helpers.js"></script>
|
|
<script src="resources/local-fs-test-helpers.js"></script>
|
|
<script src="resources/messaging-helpers.js"></script>
|
|
<script src="../fs/script-tests/FileSystemFileHandle-create-sync-access-handle.js"></script>
|