mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 791287 - Device Storage - stat() doesn't always reflect disk usage immediately. r=dougt
This commit is contained in:
parent
6af7cddc43
commit
cca062f605
@ -13,6 +13,10 @@ include $(DEPTH)/config/autoconf.mk
|
||||
# man, our mime database sucks hard. followup bug # 788273
|
||||
# test_add.html \
|
||||
|
||||
# Possible race between the time we write a file, and the
|
||||
# time it takes to be reflected by statfs(). Bug # 791287
|
||||
# test_diskSpace.html \
|
||||
|
||||
MOCHITEST_FILES = \
|
||||
test_sanity.html \
|
||||
test_addCorrectType.html \
|
||||
@ -20,7 +24,6 @@ MOCHITEST_FILES = \
|
||||
test_enumerate.html \
|
||||
test_enumerateMultipleContinue.html \
|
||||
test_overwrite.html \
|
||||
test_diskSpace.html \
|
||||
test_dotdot.html \
|
||||
test_enumerateOptions.html \
|
||||
test_lastModificationFilter.html \
|
||||
|
Loading…
Reference in New Issue
Block a user