ntdll/tests: Add tests for job objects. (try 2)

Frédéric Delanoy frederic.delanoy at gmail.com
Fri Sep 6 02:12:20 CDT 2013


On Fri, Sep 6, 2013 at 5:41 AM, Andrew Cook <ariscop at gmail.com> wrote:
> ---
>  dlls/ntdll/tests/Makefile.in |   1 +
>  dlls/ntdll/tests/job.c       | 151
> +++++++++++++++++++++++++++++++++++++++++++
>  include/winnt.h              |   5 ++
>  3 files changed, 157 insertions(+)
>  create mode 100644 dlls/ntdll/tests/job.c

+    if(pNtIsProcessInJob)
+        todo_wine todo_wine ok(pNtIsProcessInJob(pi[0].hProcess,
JobObject) == STATUS_PROCESS_NOT_IN_JOB,
+            "NtIsProcessInJob: expected STATUS_PROCESS_NOT_IN_JOB,
got %x\n", ret);

Is that double todo_wine intended? It seems weird...

-- 
Frédéric Delanoy



More information about the wine-devel mailing list