···254254 trace("This test is designed for Windows 10+ and ReactOS.\n"
255255 "It is expected to report some failures on older Windows versions.\n");
256256#if 0
257257- skip("");
257257+ skip("\n");
258258 return;
259259#endif
260260 }
···196196 ok(hThread != NULL, "CreateThread failed with error 0x%lu\n", GetLastError());
197197 if (!hThread)
198198 {
199199- skip("Could not create the CUserNotification test thread!");
199199+ skip("Could not create the CUserNotification test thread!\n");
200200 return;
201201 }
202202
···214214 Priority = KeQueryPriorityThread(Threads[i].Thread);
215215 ok_eq_long(Priority, max(min(8L + PriorityIncrement + i, 15L), 8L));
216216 /* replace the thread with the current thread - which will never signal */
217217- if (!skip((Status & 0x3F) < ThreadCount, "Index out of bounds"))
217217+ if (!skip((Status & 0x3F) < ThreadCount, "Index out of bounds\n"))
218218 ThreadObjects[Status & 0x3F] = Thread;
219219 Status = KeWaitForMultipleObjects(ThreadCount, ThreadObjects, WaitAny, Executive, KernelMode, FALSE, &ShortTimeout, WaitBlock);
220220 ok_eq_hex(Status, STATUS_TIMEOUT);
+1-1
modules/rostests/kmtests/ntos_ob/ObReference.c
···212212 ok_eq_hex(Status, STATUS_SUCCESS);
213213 ok(DirectoryHandle != NULL, "DirectoryHandle = NULL\n");
214214215215- if (!skip(Status == STATUS_SUCCESS && DirectoryHandle, "Cannot proceed without an object"))
215215+ if (!skip(Status == STATUS_SUCCESS && DirectoryHandle, "Cannot proceed without an object\n"))
216216 {
217217 TestReference(DirectoryHandle, pName, pNameUpper, FALSE, Tests[i].AdditionalReferences, (Tests[i].Flags & OBJ_PERMANENT) != 0);
218218 /* try again for good measure */