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
b970cb4a
Commit
b970cb4a
authored
Mar 11, 2014
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test configs
parent
9ecd8c51
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
17 deletions
+18
-17
mega-test-quick.cfg
mega-test-quick.cfg
+4
-4
mega-test.cfg
mega-test.cfg
+5
-5
super-test.sh
super-test.sh
+9
-8
No files found.
mega-test-quick.cfg
View file @
b970cb4a
linux-gcc-4.7
1900 ./super-test.sh tmpdir capnp-gcc-4.7 quick
linux-gcc-4.8
1903
./super-test.sh tmpdir capnp-gcc-4.8 quick gcc-4.8
linux-clang
1935
./super-test.sh tmpdir capnp-clang quick clang
linux-gcc-4.7
930 ./super-test.sh tmpdir capnp-gcc-4.7 quick gcc-4.7
linux-gcc-4.8
929
./super-test.sh tmpdir capnp-gcc-4.8 quick gcc-4.8
linux-clang
959
./super-test.sh tmpdir capnp-clang quick clang
mac 884 ./super-test.sh remote beat caffeinate quick
cygwin
809
./super-test.sh remote Kenton@flashman quick
cygwin
923
./super-test.sh remote Kenton@flashman quick
mega-test.cfg
View file @
b970cb4a
linux-gcc-4.7
14779 ./super-test.sh tmpdir capnp-
gcc-4.7
linux-gcc-4.8
13122
./super-test.sh tmpdir capnp-gcc-4.8 gcc-4.8
linux-clang
14907
./super-test.sh tmpdir capnp-clang clang
mac 57
41
./super-test.sh remote beat caffeinate
cygwin 67
64
./super-test.sh remote Kenton@flashman
linux-gcc-4.7
5952 ./super-test.sh tmpdir capnp-gcc-4.7
gcc-4.7
linux-gcc-4.8
5246
./super-test.sh tmpdir capnp-gcc-4.8 gcc-4.8
linux-clang
6039
./super-test.sh tmpdir capnp-clang clang
mac 57
58
./super-test.sh remote beat caffeinate
cygwin 67
70
./super-test.sh remote Kenton@flashman
super-test.sh
View file @
b970cb4a
...
...
@@ -72,6 +72,9 @@ while [ $# -gt 0 ]; do
gcc-4.8
)
export
CXX
=
g++-4.8
;;
gcc-4.7
)
export
CXX
=
g++-4.7
;;
kenton
)
cat
<<
"__EOF__"
=========================================================================
...
...
@@ -222,14 +225,12 @@ if [ $IS_CLANG = yes ]; then
# There's an unused private field in gtest.
export
CXXFLAGS
=
"
$CXXFLAGS
-Wno-unused-private-field"
else
if
(
${
CXX
:-
g
++
}
--version
|
grep
-q
' 4[.]8'
)
;
then
# GCC 4.8 emits a weird uninitialized warning in kj/parse/char-test, deep in one of the parser
# combinators. It could be a real bug but there is just not enough information to figure out
# where the problem is coming from, because GCC does not provide any description of the inlining
# that has occurred. Since I have not observed any actual problem (tests pass, etc.), I'm
# muting it for now.
CXXFLAGS
=
"
$CXXFLAGS
-Wno-maybe-uninitialized"
fi
# GCC 4.8 emits a weird uninitialized warning in kj/parse/char-test, deep in one of the parser
# combinators. It could be a real bug but there is just not enough information to figure out
# where the problem is coming from, because GCC does not provide any description of the inlining
# that has occurred. Since I have not observed any actual problem (tests pass, etc.), I'm
# muting it for now.
CXXFLAGS
=
"
$CXXFLAGS
-Wno-maybe-uninitialized"
fi
cd
c++
...
...
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