问题描述
我已经发布了这个问题,但它没有显示出来,很抱歉,如果重复这个问题。
我在Windows 10目标上运行HLK测试反对一个微型驾驶员。 '可安装文件系统过滤器测试'在FAT16和FAT32驱动器(但奇怪的是不是exFAT驱动器)上失败,出现以下错误:
错误9/19 / 2017 9:30:41.720 AM 1A84.1A2C: + TEST + SEV2   :测试       :UpdateOnCloseTest
Group     :CloseCleanupDelete
状态     :C0000026(IFSTEST_TEST_END_OF_FILE_ERROR)
WSystemText :\ uponc \uponc3.dat
TestVariant :00000002
Last64GeneralValue:00000000000088B8
Expected64GeneralValue:0000000000000BB8
说明 :{Msg#CloseDel!onc!26}来自查询的EndOfFile是¥b $ b            不正确。可接受的0000000000000bb8和观察到的00000000000088b8。{Msg#CloseDel!onc!15}对
进行了更改。            具有读取,写入和属性参数的文件
           在文件开放时间。文件句柄未关闭。
           指挥不应该改变,但确实如此。
$
WDKTUID:A72C4D26-977B-19CB-2E11-D6F93917D718
微过滤器是几乎是一个passthru所以不知道这里发生了什么。 我怀疑FAT有些东西我没有正确处理,但没有任何关于什么的线索。 有什么想法吗? 任何指导都会非常感激!
I posted this question once already but it isn't showing up, so sorry if this repeats.
I am running the HLK tests on a Windows 10 target against a minifilter driver. The 'Installable File System Filter Test' is failing on FAT16 and FAT32 drives (but oddly not exFAT drives) with the following error:
Error 9/19/2017 9:30:41.720 AM 1A84.1A2C : +TEST+SEV2 : Test :UpdateOnCloseTest
Group :CloseCleanupDelete
Status :C0000026 (IFSTEST_TEST_END_OF_FILE_ERROR)
WSystemText :\uponc\uponc3.dat
TestVariant :00000002
Last64GeneralValue :00000000000088B8
Expected64GeneralValue :0000000000000BB8
Description :{Msg# CloseDel!uponc!26} EndOfFile from query is
incorrect. Acceptable 0000000000000bb8 and observed 00000000000088b8.{Msg# CloseDel!uponc!15} Changes were made to the
files with read, write, and the attributes paramater
at file open time. The file handles were NOT closed.
The dirents should not have changed, but did.
WDKTUID: A72C4D26-977B-19CB-2E11-D6F93917D718
The minifilter is pretty much a passthru so not sure what is happening here. I suspect there is something with FAT that I am not handling correctly, but no clue as to what. Any idea here? Any guidance would be hugely appreciated!
推荐答案
这篇关于HLK'可安装文件系统过滤器测试'失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!