3 Commits
Author SHA1 Message Date
Michał Kowalczyk df226aeb96 [Pal] Drop support for uri==NULL in DkProcessCreate
This feature doesn't seem to make much sense. Also, it was already
broken: Pal/regression/Process3.c assumed uri==NULL means spawning the
process without an executable, but PAL code interpreted this as "spawn
caller's executable again". The documentation doesn't mention this
special case, so it's hard to say which semantics was originally
intended.
2020-10-16 16:17:30 +02:00
Michał Kowalczyk e65af7cb1a Use proper types for time values 2020-07-23 21:18:31 +02:00
Stefan Berger 679dcb134e [Pal] Merge Pal/test directory into Pal/regression
Move and clean up all testcases from the Pal/test directory into the
Pal/regression and add them to CI. Some of them were redundant and thus
got removed.
2020-04-08 00:58:19 +02:00