Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
e5022cd0
Commit
e5022cd0
authored
Nov 03, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cygwin doesn't have SI_TKILL, fine.
parent
715434d7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
async-unix-test.c++
c++/src/kj/async-unix-test.c++
+2
-0
mega-test-quick.cfg
mega-test-quick.cfg
+1
-1
No files found.
c++/src/kj/async-unix-test.c++
View file @
e5022cd0
...
...
@@ -117,7 +117,9 @@ TEST_F(AsyncUnixTest, SignalsAsync) {
[
&
](
siginfo_t
&&
info
)
{
received
=
true
;
EXPECT_EQ
(
SIGUSR2
,
info
.
si_signo
);
#if __linux__
EXPECT_SI_CODE
(
SI_TKILL
,
info
.
si_code
);
#endif
});
delay
();
...
...
mega-test-quick.cfg
View file @
e5022cd0
linux-gcc-4.7 1632 ./super-test.sh tmpdir capnp-gcc-4.7 quick
linux-gcc-4.8 1635 ./super-test.sh tmpdir capnp-gcc-4.8 quick gcc-4.8
linux-clang 1652 ./super-test.sh tmpdir capnp-clang quick clang
mac 7
58
./super-test.sh remote beat caffeinate quick
mac 7
65
./super-test.sh remote beat caffeinate quick
cygwin 769 ./super-test.sh remote Kenton@flashman quick
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment