[PATCH v2] ntdll/tests: Add RtlQueryPerformanceCounter tests.

Francois Gouget fgouget at codeweavers.com
Thu Apr 29 03:56:38 CDT 2021


Hi,

This patch introduced two new test failures:

https://test.winehq.org/data/patterns.html#ntdll:time


* One happens on the localized TestBot VMs but is random. It was 
  also reported against v1 of this patch but not v2 because... 
  random! It's strange that it only hits some localized VMs but not all.

  ntdll:
  time.c:178: Test failed: unexpected QpcSystemTimeIncrement 80057c7cf37fda44, expected 1<<63

  I actually created a bug report for it a while back:
  https://bugs.winehq.org/show_bug.cgi?id=50989


* The other is systematic and so may be easier to debug but it only 
  happens on the real hardware WineTest machines: cw-gtx560 and 
  cw-rx460.

  time.c:204: Test failed: unexpected QpcInterruptTimeIncrementShift 105, expected 2
  time.c:206: Test failed: unexpected QpcSystemTimeIncrementShift 9, expected 2

  Let me know if you need me to run tests on these.


-- 
Francois Gouget <fgouget at codeweavers.com>



More information about the wine-devel mailing list