| | Authored by cjdb on May 15 2021, 6:03 PM. | Time | Test |
---|
| 1,830 ms | libcxx CI GCC/C++20 > libc++.std/concepts/concepts_callable/concept_invocable::invocable.compile.pass.cpp Script:
--
: 'COMPILED WITH'; /usr/bin/g++ /home/libcxx-builder/.buildkite-agent/builds/214d516637e4-1/llvm-project/libcxx-ci/libcxx/test/std/concepts/concepts.callable/concept.invocable/invocable.compile.pass.cpp -v -include /home/libcxx-builder/.buildkite-agent/builds/214d516637e4-1/llvm-project/libcxx-ci/libcxx/test/support/nasty_macros.h -nostdinc++ -I/home/libcxx-builder/.buildkite-agent/builds/214d516637e4-1/llvm-project/libcxx-ci/build/generic-gcc/include/c++/v1 -I/home/libcxx-builder/.buildkite-agent/builds/214d516637e4-1/llvm-project/libcxx-ci/build/generic-gcc/projects/libcxx/include/c++build -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -I/home/libcxx-builder/.buildkite-agent/builds/214d516637e4-1/llvm-project/libcxx-ci/libcxx/test/support -std=c++20 -Werror -Wall -Wextra -Wshadow -Wundef -Wno-unused-command-line-argument -Wno-attributes -Wno-pessimizing-move -Wno-c++11-extensions -Wno-user-defined-literals -Wno-noexcept-type -Wno-aligned-allocation-unavailable -Wno-atomic-alignment -Wno-sized-deallocation -Wsign-compare -Wunused-variable -Wunused-parameter -Wunreachable-code -Wno-unused-local-typedef -D_LIBCPP_DISABLE_AVAILABILITY -Wno-macro-redefined -D_LIBCPP_HAS_THREAD_API_PTHREAD -Wno-macro-redefined -D_LIBCPP_ABI_VERSION=1 -fsyntax-only
| | 1,760 ms | libcxx CI GCC/C++20 > libc++.std/concepts/concepts_callable/concept_regularinvocable::regular_invocable.pass.cpp Script:
--
: 'COMPILED WITH'; /usr/bin/g++ /home/libcxx-builder/.buildkite-agent/builds/214d516637e4-1/llvm-project/libcxx-ci/libcxx/test/std/concepts/concepts.callable/concept.regularinvocable/regular_invocable.pass.cpp -v -include /home/libcxx-builder/.buildkite-agent/builds/214d516637e4-1/llvm-project/libcxx-ci/libcxx/test/support/nasty_macros.h -nostdinc++ -I/home/libcxx-builder/.buildkite-agent/builds/214d516637e4-1/llvm-project/libcxx-ci/build/generic-gcc/include/c++/v1 -I/home/libcxx-builder/.buildkite-agent/builds/214d516637e4-1/llvm-project/libcxx-ci/build/generic-gcc/projects/libcxx/include/c++build -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -I/home/libcxx-builder/.buildkite-agent/builds/214d516637e4-1/llvm-project/libcxx-ci/libcxx/test/support -std=c++20 -Werror -Wall -Wextra -Wshadow -Wundef -Wno-unused-command-line-argument -Wno-attributes -Wno-pessimizing-move -Wno-c++11-extensions -Wno-user-defined-literals -Wno-noexcept-type -Wno-aligned-allocation-unavailable -Wno-atomic-alignment -Wno-sized-deallocation -Wsign-compare -Wunused-variable -Wunused-parameter -Wunreachable-code -Wno-unused-local-typedef -D_LIBCPP_DISABLE_AVAILABILITY -Wno-macro-redefined -D_LIBCPP_HAS_THREAD_API_PTHREAD -Wno-macro-redefined -D_LIBCPP_ABI_VERSION=1 -lc++experimental -L/home/libcxx-builder/.buildkite-agent/builds/214d516637e4-1/llvm-project/libcxx-ci/build/generic-gcc/./lib -Wl,-rpath,/home/libcxx-builder/.buildkite-agent/builds/214d516637e4-1/llvm-project/libcxx-ci/build/generic-gcc/./lib -L/home/libcxx-builder/.buildkite-agent/builds/214d516637e4-1/llvm-project/libcxx-ci/build/generic-gcc/./lib -Wl,-rpath,/home/libcxx-builder/.buildkite-agent/builds/214d516637e4-1/llvm-project/libcxx-ci/build/generic-gcc/./lib -nodefaultlibs -lc++ -lm -lgcc_s -lgcc -lpthread -lc -lgcc_s -lgcc -latomic -o /home/libcxx-builder/.buildkite-agent/builds/214d516637e4-1/llvm-project/libcxx-ci/build/generic-gcc/projects/libcxx/test/std/concepts/concepts.callable/concept. |
Event Timelinecjdb created this revision. cjdb requested review of this revision. Herald added a project: Restricted Project. Herald added a reviewer: Restricted Project.
13 ↗ | (On Diff #345658) | |
67 ↗ | (On Diff #345658) | |
1 ↗ | (On Diff #345658) | |
This revision now requires changes to proceed. This revision is now accepted and ready to land. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | | | 1 line | | | | 68 lines | | 1 line | | test/ | std/ | iterators/ | iterator.primitives/ | range.iter.ops/ | range.iter.ops.next/ |
| | | 31 lines | | 27 lines | | 41 lines | | 61 lines | | 57 lines | | 105 lines | | 103 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
3111016d83c0 | c0b6daac13db | 36d0fdf9ac3b | Christopher Di Bella | | May 7 2021, 10:02 PM |
- ·Reviewers: Restricted Project, ldionne
|