Details
-
Improvement
-
Resolution: Won't Fix
-
Minor
-
None
-
None
Description
(Debug lines and) test failure lines should be ordered as they happen (together),
not after test (file) is supposedly finished.
Example:
https://reactos.org/testman/compare.php?ids=52336,52338
https://reactos.org/testman/detail.php?id=31865580&prev=31863710
err:(dll/win32/advapi32/service/scm.c:2769) RStartServiceW() failed (Error 1056)
|
(modules/rostests/kmtests/kmtest_drv/kmtest_drv.c:370) DriverIoControl. Starting test ZwCreateSection
|
(modules/rostests/kmtests/kmtest_drv/kmtest_drv.c:372) DriverIoControl. Finished test ZwCreateSection
|
ZwCreateSection.c:272: Test failed: Status = 0xc0000056, expected 0x00000000
|
[...]
|
ZwCreateSection: 7 tests executed (0 marked as todo, 3 failures), 0 skipped.
|
Test ZwCreateSection completed in 0.08 seconds.
|
https://reactos.org/testman/detail.php?id=31865581&prev=31863711
err:(dll/win32/advapi32/service/scm.c:2769) RStartServiceW() failed (Error 1056)
|
(modules/rostests/kmtests/kmtest_drv/kmtest_drv.c:370) DriverIoControl. Starting test ZwMapViewOfSection
|
(ntoskrnl/mm/ARM3/section.c:3631) Kernel base not allowed
|
[...]
|
(modules/rostests/kmtests/kmtest_drv/kmtest_drv.c:372) DriverIoControl. Finished test ZwMapViewOfSection
|
ZwMapViewOfSection.c:81: Test failed: Status = 0xc0000056, expected 0x00000000
|
[...]
|
ZwMapViewOfSection: 121 tests executed (0 marked as todo, 16 failures), 1 skipped.
|
Test ZwMapViewOfSection completed in 0.12 seconds.
|