forked from omniti-labs/omnios-build
-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3353 from citrus-it/pkgupd
Core package updates
- Loading branch information
Showing
20 changed files
with
462 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TESTDONE: 1611 tests were considered during 440 seconds. | ||
TESTDONE: 1300 tests out of 1301 reported OK: 99% | ||
TESTDONE: 1635 tests were considered during 463 seconds. | ||
TESTDONE: 1316 tests out of 1317 reported OK: 99% | ||
TESTFAIL: These test cases failed: 1004 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff -wpruN --no-dereference '--exclude=*.orig' a~/gio/tests/gsubprocess-testprog.c a/gio/tests/gsubprocess-testprog.c | ||
--- a~/gio/tests/gsubprocess-testprog.c 1970-01-01 00:00:00 | ||
+++ a/gio/tests/gsubprocess-testprog.c 1970-01-01 00:00:00 | ||
@@ -5,7 +5,9 @@ | ||
#include <errno.h> | ||
#ifdef G_OS_UNIX | ||
#include <unistd.h> | ||
+#ifndef __illumos__ | ||
#include <sys/ptrace.h> | ||
+#endif | ||
#else | ||
#include <io.h> | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ devnull_poll.patch | |
strftime.patch | ||
printf.patch | ||
test-credentials-clear-error.patch | ||
ptrace.patch |
Oops, something went wrong.