ntdll: Use the heap flags instead of debug channels to test for enabled debug features.
[wine] / dlls / ntdll / tests /
2010-01-18  Andrew Nguyenntdll/tests: Report appropriate skips for information...
2010-01-18  Andrew Nguyenntdll/tests: Re-enable a commented virtual memory test.
2010-01-18  Andrew Nguyenntdll/tests: Report skip when time conversion functions...
2010-01-18  Andrew Nguyenntdll/tests: Remove useless ifdef statements.
2010-01-18  Andrew Nguyenntdll/tests: Remove obsolete commented code.
2010-01-14  Andrew Nguyenntdll/tests: Add a few additional tests for wcsrchr.
2010-01-14  Andrew Nguyenntdll/tests: Add a few additional tests for wcschr.
2010-01-14  Andrew Nguyenntdll/tests: Allow native crashing code to be compiled.
2010-01-14  Andrew Nguyenntdll/tests: Make function pointer checks consistent...
2010-01-11  Paul Vriensntdll/tests: Fix a test failure on NT4.
2010-01-08  Alexandre Julliardntdll: Return a correct name also for file objects...
2010-01-08  Alexandre Julliardserver: Add support for returning the object name in...
2009-12-17  Paul Vriensntdll/tests: Fix a memory leak (Valgrind).
2009-12-16  Paul Vriensntdll/tests: Fix a test failure on NT4/W2K.
2009-12-15  Marcus Meissnerntdll: Check for NULL attr in NtOpenKey (Coverity).
2009-12-09  Alexandre Julliardntdll: Search the whole filesystem under the starting...
2009-12-09  Hans Leidekkerntdll/tests: Free Unicode string before reuse.
2009-12-09  Alexandre Julliardntdll/tests: Avoid size_t in traces.
2009-12-08  Huw Daviesntdll: Only free the string if the test succeeded.
2009-12-08  Hans Leidekkerntdll/tests: Fix a memory leak.
2009-12-08  Alexandre Julliardntdll/tests: Add tests for open directories with NtCrea...
2009-12-07  Hans Leidekkerntdll/tests: Fix a memory leak.
2009-12-07  Huw Daviesntdll: Fix a few memory leaks in tests.
2009-12-04  Alexandre Julliardntdll/tests: Fix a few test failures on Windows in...
2009-12-03  Alexandre Julliardntdll/tests: Add some tests for opening files by file id.
2009-12-03  Alexandre Julliardntdll: Fix test failure on recent Windows versions.
2009-12-01  Alexandre Julliardntdll/tests: Add tests for opening files with a root...
2009-12-01  Henri Verbeetntdll/tests: Add some tests for FileAllInformation...
2009-11-19  Henri Verbeetntdll/tests: Add a FileNameInformation test with filesy...
2009-11-19  Henri Verbeetntdll/tests: Disable filesystem redirection for test_fi...
2009-11-13  Detlef Riekenbergntdll/tests: GetVolumePathnameW is not present before...
2009-11-12  Henri Verbeetntdll: Fix the FileNameInformation info size.
2009-11-12  Henri Verbeetntdll/tests: Add some tests for the NtQueryInformationF...
2009-11-04  Huw Daviesntdll/tests: Fix spelling of succeeded.
2009-10-28  Alexandre Julliardntdll: The meaning of the flag is inverted between...
2009-10-19  Francois Gougetntdll/tests: Fix compilation on systems that don't...
2009-10-07  Ge van Geldorpntdll/tests: Fix exception test failure on Win7.
2009-10-07  Francois Gougetntdll/tests: Add a trailing '\n' to an ok() call.
2009-10-06  Ge van Geldorpntdll/tests: Fix atom tests on Win7.
2009-10-01  Juan Langserver: A thread's affinity is restricted to the proces...
2009-09-30  Juan Langserver: Setting a process's affinity sets all of its...
2009-09-30  Dan Kegelntdll: Refactor test_NtQueryDirectoryFile to be table...
2009-09-30  Alexandre Julliardntdll/tests: Retrieve the number of processors through...
2009-09-29  Juan Langntdll: Don't allow setting a zero thread affinity.
2009-09-29  Juan Langntdll: Don't allow setting a zero process affinity.
2009-09-29  Juan Langntdll/tests: Add tests for process and thread affinity.
2009-09-25  Dan Kegelntdll: Fix NtQueryInformationFile test failures on...
2009-09-25  Dan Kegelntdll: Add initial test for NtQueryDirectoryFile().
2009-09-11  Paul Vriensntdll/tests: Fix some test failures on several platforms.
2009-09-11  Dmitry Timoshkovntdll: RtlpNtQueryValueKey takes 5 parameters.
2009-09-10  Dan Kegelntdll: Add tests for NtQueryInformationFile.
2009-08-31  Austin Englishntdll/tests: Fix a compiler warning on PowerPC.
2009-08-26  Alexandre Julliardntdll/tests: Make sure buffer alignment is correct.
2009-08-25  Ge van Geldorpntdll/tests: Pass properly aligned buffers.
2009-08-24  Ge van Geldorpntdll/tests: Add acceptable status codes for Win7.
2009-08-24  Ge van Geldorpntdll/tests: Fix info tests on Win7.
2009-08-18  Mike Kaplinskiyntdll/tests: Test NtCancelIoFile(Ex).
2009-08-18  Mike Kaplinskiyntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile.
2009-08-18  Michael Karcherntdll: Add handing of MEM_EXECUTE_OPTION_PERMANENT.
2009-08-18  Michael Karcherntdll: Don't send EXCEPTION_EXECUTE_FAULT to Windows...
2009-08-18  Michael Karcherntdll: Add ProcessExecuteFlags handling to NtQueryInfor...
2009-08-14  Michael Karcherntdll/tests: Implement tests for data execution prevention.
2009-08-11  Mike Kaplinskiyntdll/tests: Fix NtWriteFile checks.
2009-08-10  Mike Kaplinskiyntdll/tests: Test NtCancelIoFileEx, if present.
2009-06-03  Francois Gougetntdll/tests: Fix the trailing '\n' of a skip() call.
2009-05-20  Alexandre Julliardntdll: Add test cases for the returned frame value...
2009-05-20  Alexandre Julliardntdll: Add support for some function epilogs in RtlVirt...
2009-05-20  Alexandre Julliardntdll/tests: Add more tests for RtlVirtualUnwind.
2009-05-19  Huw Daviesntdll/tests: Mark RtlUnicodeStringToInteger("", 16...
2009-05-18  Alexandre Julliardntdll/tests: Added some test cases for RtlVirtualUnwind.
2009-05-13  Francois Gougetntdll/tests: Replace malloc() with HeapAlloc().
2009-05-07  Alexandre Julliardntdll: Fix the LPC_MESSAGE structure definition for...
2009-05-06  Alexandre Julliardwinapi: Handle types should be treated as pointers.
2009-04-10  Alexandre Julliardntdll: Set the exception address to the program counter...
2009-04-10  Alexandre Julliardntdll: Update the context on send_debug_event for any...
2009-04-06  Alexandre Julliardntdll/tests: Add a missing \n.
2009-03-31  Mikołaj Zalewskikernel32: Implement QueryFullProcessImageFileNameW.
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2009-03-05  Alexandre Julliardntdll/tests: Create the server port before starting...
2009-02-23  Francois Gougetntdll/tests: Use win_skip() to skip over unimplemented...
2009-02-17  Alexandre Julliardntdll/tests: Don't pass uninitialized object attributes...
2009-02-12  Francois Gougetntdll/tests: Remove WINAPI on static functions where...
2009-01-29  Alexandre Julliardntdll/tests: Add a couple of status values seen on...
2009-01-08  Alexandre Julliardntdll/tests: Fix a long long format in a trace.
2009-01-08  Alexandre Julliardntdll/tests: Avoid printing pointer differences in...
2009-01-08  Francois Gougetwinapi_test: The tests don't support WIN64 yet so disab...
2009-01-08  Francois Gougetwinapi_test: The real tests are done at compile time...
2009-01-08  Francois Gougetwinapi_test: Fix TEST_FIELD() so it correctly tests...
2009-01-08  Francois Gougetwinapi_test: FIELD_ALIGNMENT() is redundant so remove it.
2009-01-08  Francois Gougetwinapi_test: Updated so the generated tests work.
2009-01-05  Henri Verbeetntdll: Add a small test for FPU exceptions.
2009-01-03  Alexandre Julliardntdll/tests: Avoid long long printf formats in traces.
2009-01-03  Alexandre Julliardntdll/tests: Fix pointer casting warnings on 64-bit.
2009-01-03  Alexandre Julliardntdll: Fix the various structures returned by NtQuerySy...
2009-01-03  Alexandre Julliardntdll/tests: Skip large integer tests that crash on...
2008-12-12  Francois Gougetntdll/tests: Make rtlraiseexception_vectored_handler...
2008-12-04  Alexandre Julliardntdll/tests: Use the correct prototype for RtlAllocateH...
2008-12-02  Paul Vriensntdll/tests: Fix a test failure on W2K.
2008-12-01  Jeff Zaroykontdll: Avoid NULL deref in RtlDeleteTimer.
2008-12-01  Francois Gougetntdll: Remove an unneeded cast.
next