dokan-dev / dokany

User mode file system library for windows with FUSE Wrapper
http://dokan-dev.github.io
5.15k stars 657 forks source link

EndOfFileInformationTest crashes IFSTest #546

Open Rondom opened 7 years ago

Rondom commented 7 years ago

Environment

Check List

Description

EndOfFileInformationTest crashes IFSTest. We need to find out what it does on an NTFS drive and try to mimic that behaviour to at least make IFSTest not crash and ideally make the test pass.

Test is currently excluded for that reason. Remove exclusion once fixed

Liryna commented 7 years ago

Do you know if it is possible to run a single test with ifstest ?

Rondom commented 7 years ago

Sure. Run the powershell-script-wrapper or IFSTest.exe directly without parameters for help. I think it is /t to include and -t to exclude (double-check to be sure)

Liryna commented 6 years ago

@Rondom Locally I have no crash The test fail but thats another story 😄 Did you got the crash somewhere else than the CI ?

--------------------------------------------------
+++Microsoft (R) Installable File System Test for Windows XP/2003/Vista+++:: Probe-Header: :
+++Test SW Build 0014 Init Sunday September 3, 2017 12:42:30+++
--------------------------------------------------

1Test         :EndOfFileInformationTest
Group        :FileInformation
Status       :C0000014 (IFSTEST_TEST_ALLOCATION_SIZE_ERROR)
LastGeneralValue :00000200
ExpectedGeneralValue :00011200

Test         :EndOfFileInformationTest
Group        :FileInformation
Status       :C0000025 (IFSTEST_TEST_EXTRA_INFO)
Rondom commented 6 years ago

Locally on Win2016.

Liryna commented 6 years ago

😢 I will try again so. Even as a single test it crashed IFSTest ?