START: ptest-runner 2025-10-23T12:12 [==========] Running 13 tests from 1 test suite. [----------] Global test environment set-up. [----------] 13 tests from args_test [ RUN ] args_test.basic [ OK ] args_test.basic (2 ms) [ RUN ] args_test.strings_and_refs [ OK ] args_test.strings_and_refs (0 ms) [ RUN ] args_test.custom_format [ OK ] args_test.custom_format (0 ms) [ RUN ] args_test.to_string_and_formatter [ OK ] args_test.to_string_and_formatter (0 ms) [ RUN ] args_test.named_int [ OK ] args_test.named_int (0 ms) [ RUN ] args_test.named_strings [ OK ] args_test.named_strings (0 ms) [ RUN ] args_test.named_arg_by_ref [ OK ] args_test.named_arg_by_ref (0 ms) [ RUN ] args_test.named_custom_format [ OK ] args_test.named_custom_format (0 ms) [ RUN ] args_test.clear [ OK ] args_test.clear (0 ms) [ RUN ] args_test.reserve [ OK ] args_test.reserve (0 ms) [ RUN ] args_test.throw_on_copy [ OK ] args_test.throw_on_copy (5 ms) [ RUN ] args_test.move_constructor [ OK ] args_test.move_constructor (0 ms) [ RUN ] args_test.size [ OK ] args_test.size (0 ms) [----------] 13 tests from args_test (12 ms total) [----------] Global test environment tear-down [==========] 13 tests from 1 test suite ran. (14 ms total) [ PASSED ] 13 tests. PASS: ./args-test [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from assert_test [ RUN ] assert_test.fail [ OK ] assert_test.fail (0 ms) [ RUN ] assert_test.dangling_else [ OK ] assert_test.dangling_else (0 ms) [----------] 2 tests from assert_test (0 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (2 ms total) [ PASSED ] 2 tests. PASS: ./assert-test [==========] Running 58 tests from 18 test suites. [----------] Global test environment set-up. [----------] 4 tests from string_view_test [ RUN ] string_view_test.value_type [ OK ] string_view_test.value_type (0 ms) [ RUN ] string_view_test.ctor [ OK ] string_view_test.ctor (0 ms) [ RUN ] string_view_test.length [ OK ] string_view_test.length (0 ms) [ RUN ] string_view_test.compare [ OK ] string_view_test.compare (0 ms) [----------] 4 tests from string_view_test (2 ms total) [----------] 22 tests from base_test [ RUN ] base_test.is_locking [ OK ] base_test.is_locking (0 ms) [ RUN ] base_test.is_output_iterator [ OK ] base_test.is_output_iterator (0 ms) [ RUN ] base_test.is_back_insert_iterator [ OK ] base_test.is_back_insert_iterator (0 ms) [ RUN ] base_test.get_buffer [ OK ] base_test.get_buffer (1 ms) [ RUN ] base_test.constexpr_parse_arg_id [ OK ] base_test.constexpr_parse_arg_id (0 ms) [ RUN ] base_test.constexpr_parse_format_specs [ OK ] base_test.constexpr_parse_format_specs (0 ms) [ RUN ] base_test.constexpr_parse_format_string [ OK ] base_test.constexpr_parse_format_string (0 ms) [ RUN ] base_test.is_formattable [ OK ] base_test.is_formattable (0 ms) [ RUN ] base_test.format_to [ OK ] base_test.format_to (0 ms) [ RUN ] base_test.format_to_array [ OK ] base_test.format_to_array (4 ms) [ RUN ] base_test.adl_check [ OK ] base_test.adl_check (0 ms) [ RUN ] base_test.no_implicit_conversion_to_string_view [ OK ] base_test.no_implicit_conversion_to_string_view (0 ms) [ RUN ] base_test.format_explicitly_convertible_to_string_view [ OK ] base_test.format_explicitly_convertible_to_string_view (0 ms) [ RUN ] base_test.no_implicit_conversion_to_std_string_view [ OK ] base_test.no_implicit_conversion_to_std_string_view (0 ms) [ RUN ] base_test.format_explicitly_convertible_to_std_string_view [ OK ] base_test.format_explicitly_convertible_to_std_string_view (0 ms) [ RUN ] base_test.has_formatter [ OK ] base_test.has_formatter (0 ms) [ RUN ] base_test.format_nonconst [ OK ] base_test.format_nonconst (0 ms) [ RUN ] base_test.throw_in_buffer_dtor [ OK ] base_test.throw_in_buffer_dtor (3 ms) [ RUN ] base_test.trappy_conversion [ OK ] base_test.trappy_conversion (0 ms) [ RUN ] base_test.format_to_custom_container [ OK ] base_test.format_to_custom_container (0 ms) [ RUN ] base_test.no_repeated_format_string_conversions [ OK ] base_test.no_repeated_format_string_conversions (0 ms) [ RUN ] base_test.format_context_accessors [ OK ] base_test.format_context_accessors (0 ms) [----------] 22 tests from base_test (13 ms total) [----------] 11 tests from buffer_test [ RUN ] buffer_test.noncopyable [ OK ] buffer_test.noncopyable (0 ms) [ RUN ] buffer_test.nonmoveable [ OK ] buffer_test.nonmoveable (0 ms) [ RUN ] buffer_test.indestructible [ OK ] buffer_test.indestructible (0 ms) [ RUN ] buffer_test.ctor [ OK ] buffer_test.ctor (2 ms) [ RUN ] buffer_test.access [ OK ] buffer_test.access (0 ms) [ RUN ] buffer_test.try_resize [ OK ] buffer_test.try_resize (3 ms) [ RUN ] buffer_test.try_resize_partial [ OK ] buffer_test.try_resize_partial (0 ms) [ RUN ] buffer_test.clear [ OK ] buffer_test.clear (0 ms) [ RUN ] buffer_test.append [ OK ] buffer_test.append (0 ms) [ RUN ] buffer_test.append_partial [ OK ] buffer_test.append_partial (1 ms) [ RUN ] buffer_test.append_allocates_enough_storage [ OK ] buffer_test.append_allocates_enough_storage (0 ms) [----------] 11 tests from buffer_test (9 ms total) [----------] 7 tests from arg_test [ RUN ] arg_test.format_args [ OK ] arg_test.format_args (0 ms) [ RUN ] arg_test.char_arg [ OK ] arg_test.char_arg (1 ms) [ RUN ] arg_test.string_arg [ OK ] arg_test.string_arg (2 ms) [ RUN ] arg_test.pointer_arg [ OK ] arg_test.pointer_arg (1 ms) [ RUN ] arg_test.volatile_pointer_arg [ OK ] arg_test.volatile_pointer_arg (0 ms) [ RUN ] arg_test.custom_arg [ OK ] arg_test.custom_arg (10 ms) [ RUN ] arg_test.visit_invalid_arg [ OK ] arg_test.visit_invalid_arg (2 ms) [----------] 7 tests from arg_test (20 ms total) [----------] 1 test from numeric_arg_test/0, where TypeParam = bool [ RUN ] numeric_arg_test/0.make_and_visit [ OK ] numeric_arg_test/0.make_and_visit (2 ms) [----------] 1 test from numeric_arg_test/0 (3 ms total) [----------] 1 test from numeric_arg_test/1, where TypeParam = signed char [ RUN ] numeric_arg_test/1.make_and_visit [ OK ] numeric_arg_test/1.make_and_visit (2 ms) [----------] 1 test from numeric_arg_test/1 (2 ms total) [----------] 1 test from numeric_arg_test/2, where TypeParam = unsigned char [ RUN ] numeric_arg_test/2.make_and_visit [ OK ] numeric_arg_test/2.make_and_visit (2 ms) [----------] 1 test from numeric_arg_test/2 (2 ms total) [----------] 1 test from numeric_arg_test/3, where TypeParam = short [ RUN ] numeric_arg_test/3.make_and_visit [ OK ] numeric_arg_test/3.make_and_visit (0 ms) [----------] 1 test from numeric_arg_test/3 (0 ms total) [----------] 1 test from numeric_arg_test/4, where TypeParam = unsigned short [ RUN ] numeric_arg_test/4.make_and_visit [ OK ] numeric_arg_test/4.make_and_visit (0 ms) [----------] 1 test from numeric_arg_test/4 (0 ms total) [----------] 1 test from numeric_arg_test/5, where TypeParam = int [ RUN ] numeric_arg_test/5.make_and_visit [ OK ] numeric_arg_test/5.make_and_visit (0 ms) [----------] 1 test from numeric_arg_test/5 (0 ms total) [----------] 1 test from numeric_arg_test/6, where TypeParam = unsigned int [ RUN ] numeric_arg_test/6.make_and_visit [ OK ] numeric_arg_test/6.make_and_visit (0 ms) [----------] 1 test from numeric_arg_test/6 (0 ms total) [----------] 1 test from numeric_arg_test/7, where TypeParam = long [ RUN ] numeric_arg_test/7.make_and_visit [ OK ] numeric_arg_test/7.make_and_visit (1 ms) [----------] 1 test from numeric_arg_test/7 (1 ms total) [----------] 1 test from numeric_arg_test/8, where TypeParam = unsigned long [ RUN ] numeric_arg_test/8.make_and_visit [ OK ] numeric_arg_test/8.make_and_visit (1 ms) [----------] 1 test from numeric_arg_test/8 (1 ms total) [----------] 1 test from numeric_arg_test/9, where TypeParam = long long [ RUN ] numeric_arg_test/9.make_and_visit [ OK ] numeric_arg_test/9.make_and_visit (0 ms) [----------] 1 test from numeric_arg_test/9 (0 ms total) [----------] 1 test from numeric_arg_test/10, where TypeParam = unsigned long long [ RUN ] numeric_arg_test/10.make_and_visit [ OK ] numeric_arg_test/10.make_and_visit (0 ms) [----------] 1 test from numeric_arg_test/10 (0 ms total) [----------] 1 test from numeric_arg_test/11, where TypeParam = float [ RUN ] numeric_arg_test/11.make_and_visit [ OK ] numeric_arg_test/11.make_and_visit (2 ms) [----------] 1 test from numeric_arg_test/11 (5 ms total) [----------] 1 test from numeric_arg_test/12, where TypeParam = double [ RUN ] numeric_arg_test/12.make_and_visit [ OK ] numeric_arg_test/12.make_and_visit (2 ms) [----------] 1 test from numeric_arg_test/12 (3 ms total) [----------] 1 test from numeric_arg_test/13, where TypeParam = long double [ RUN ] numeric_arg_test/13.make_and_visit [ OK ] numeric_arg_test/13.make_and_visit (3 ms) [----------] 1 test from numeric_arg_test/13 (3 ms total) [----------] Global test environment tear-down [==========] 58 tests from 18 test suites ran. (77 ms total) [ PASSED ] 58 tests. PASS: ./base-test [==========] Running 35 tests from 1 test suite. [----------] Global test environment set-up. [----------] 35 tests from chrono_test [ RUN ] chrono_test.format_tm [ OK ] chrono_test.format_tm (530 ms) [ RUN ] chrono_test.format_tm_future [ OK ] chrono_test.format_tm_future (0 ms) [ RUN ] chrono_test.format_tm_past [ OK ] chrono_test.format_tm_past (0 ms) [ RUN ] chrono_test.grow_buffer [ OK ] chrono_test.grow_buffer (1 ms) [ RUN ] chrono_test.format_to_empty_container [ OK ] chrono_test.format_to_empty_container (0 ms) [ RUN ] chrono_test.gmtime [ OK ] chrono_test.gmtime (0 ms) [ RUN ] chrono_test.sys_time [ OK ] chrono_test.sys_time (3 ms) [ RUN ] chrono_test.local_time [ OK ] chrono_test.local_time (4 ms) [ RUN ] chrono_test.tm [ OK ] chrono_test.tm (5 ms) [ RUN ] chrono_test.daylight_savings_time_end [ OK ] chrono_test.daylight_savings_time_end (0 ms) [ RUN ] chrono_test.format_default [ OK ] chrono_test.format_default (4 ms) [ RUN ] chrono_test.duration_align [ OK ] chrono_test.duration_align (1 ms) [ RUN ] chrono_test.tm_align [ OK ] chrono_test.tm_align (0 ms) [ RUN ] chrono_test.tp_align [ OK ] chrono_test.tp_align (0 ms) [ RUN ] chrono_test.format_specs [ OK ] chrono_test.format_specs (2 ms) [ RUN ] chrono_test.invalid_specs [ OK ] chrono_test.invalid_specs (3 ms) [ RUN ] chrono_test.locale ja_JP.utf8 locale is missing. [ OK ] chrono_test.locale (3 ms) [ RUN ] chrono_test.format_default_fp [ OK ] chrono_test.format_default_fp (1 ms) [ RUN ] chrono_test.format_precision [ OK ] chrono_test.format_precision (0 ms) [ RUN ] chrono_test.format_full_specs [ OK ] chrono_test.format_full_specs (0 ms) [ RUN ] chrono_test.format_simple_q [ OK ] chrono_test.format_simple_q (1 ms) [ RUN ] chrono_test.format_precision_q [ OK ] chrono_test.format_precision_q (0 ms) [ RUN ] chrono_test.format_full_specs_q [ OK ] chrono_test.format_full_specs_q (0 ms) [ RUN ] chrono_test.invalid_width_id [ OK ] chrono_test.invalid_width_id (0 ms) [ RUN ] chrono_test.invalid_colons [ OK ] chrono_test.invalid_colons (0 ms) [ RUN ] chrono_test.negative_durations [ OK ] chrono_test.negative_durations (2 ms) [ RUN ] chrono_test.special_durations [ OK ] chrono_test.special_durations (2 ms) [ RUN ] chrono_test.unsigned_duration [ OK ] chrono_test.unsigned_duration (1 ms) [ RUN ] chrono_test.weekday es_ES.UTF-8 locale is missing. [ OK ] chrono_test.weekday (2 ms) [ RUN ] chrono_test.cpp20_duration_subsecond_support [ OK ] chrono_test.cpp20_duration_subsecond_support (5 ms) [ RUN ] chrono_test.timestamp_ratios [ OK ] chrono_test.timestamp_ratios (2 ms) [ RUN ] chrono_test.timestamp_sub_seconds [ OK ] chrono_test.timestamp_sub_seconds (2 ms) [ RUN ] chrono_test.glibc_extensions [ OK ] chrono_test.glibc_extensions (2 ms) [ RUN ] chrono_test.out_of_range [ OK ] chrono_test.out_of_range (0 ms) [ RUN ] chrono_test.year_month_day es_ES.UTF-8 locale is missing. [ OK ] chrono_test.year_month_day (1 ms) [----------] 35 tests from chrono_test (595 ms total) [----------] Global test environment tear-down [==========] 35 tests from 1 test suite ran. (597 ms total) [ PASSED ] 35 tests. PASS: ./chrono-test [==========] Running 4 tests from 1 test suite. [----------] Global test environment set-up. [----------] 4 tests from color_test [ RUN ] color_test.text_style [ OK ] color_test.text_style (2 ms) [ RUN ] color_test.format [ OK ] color_test.format (3 ms) [ RUN ] color_test.format_to [ OK ] color_test.format_to (0 ms) [ RUN ] color_test.print [ OK ] color_test.print (0 ms) [----------] 4 tests from color_test (7 ms total) [----------] Global test environment tear-down [==========] 4 tests from 1 test suite ran. (9 ms total) [ PASSED ] 4 tests. PASS: ./color-test [==========] Running 0 tests from 0 test suites. [==========] 0 tests from 0 test suites ran. (1 ms total) [ PASSED ] 0 tests. PASS: ./compile-fp-test [==========] Running 19 tests from 1 test suite. [----------] Global test environment set-up. [----------] 19 tests from compile_test [ RUN ] compile_test.compile_fallback [ OK ] compile_test.compile_fallback (0 ms) [ RUN ] compile_test.compile_type_with_get [ OK ] compile_test.compile_type_with_get (0 ms) [ RUN ] compile_test.format_default [ OK ] compile_test.format_default (4 ms) [ RUN ] compile_test.format_escape [ OK ] compile_test.format_escape (1 ms) [ RUN ] compile_test.format_wide_string [ OK ] compile_test.format_wide_string (0 ms) [ RUN ] compile_test.format_specs [ OK ] compile_test.format_specs (1 ms) [ RUN ] compile_test.dynamic_format_specs [ OK ] compile_test.dynamic_format_specs (0 ms) [ RUN ] compile_test.manual_ordering [ OK ] compile_test.manual_ordering (1 ms) [ RUN ] compile_test.named [ OK ] compile_test.named (1 ms) [ RUN ] compile_test.join [ OK ] compile_test.join (0 ms) [ RUN ] compile_test.format_to [ OK ] compile_test.format_to (0 ms) [ RUN ] compile_test.format_to_n [ OK ] compile_test.format_to_n (0 ms) [ RUN ] compile_test.output_iterators [ OK ] compile_test.output_iterators (0 ms) [ RUN ] compile_test.text_and_arg [ OK ] compile_test.text_and_arg (0 ms) [ RUN ] compile_test.unknown_format_fallback [ OK ] compile_test.unknown_format_fallback (0 ms) [ RUN ] compile_test.empty [ OK ] compile_test.empty (0 ms) [ RUN ] compile_test.to_string_and_formatter [ OK ] compile_test.to_string_and_formatter (0 ms) [ RUN ] compile_test.print [ OK ] compile_test.print (0 ms) [ RUN ] compile_test.is_compiled_string [ OK ] compile_test.is_compiled_string (0 ms) [----------] 19 tests from compile_test (17 ms total) [----------] Global test environment tear-down [==========] 19 tests from 1 test suite ran. (19 ms total) [ PASSED ] 19 tests. PASS: ./compile-test rgb(255,20,30)PASS: ./enforce-checks-test [==========] Running 26 tests from 4 test suites. [----------] Global test environment set-up. [----------] 10 tests from bigint_test [ RUN ] bigint_test.construct [ OK ] bigint_test.construct (1 ms) [ RUN ] bigint_test.compare [ OK ] bigint_test.compare (0 ms) [ RUN ] bigint_test.add_compare [ OK ] bigint_test.add_compare (1 ms) [ RUN ] bigint_test.shift_left [ OK ] bigint_test.shift_left (0 ms) [ RUN ] bigint_test.multiply [ OK ] bigint_test.multiply (2 ms) [ RUN ] bigint_test.square [ OK ] bigint_test.square (0 ms) [ RUN ] bigint_test.divmod_assign_zero_divisor [ OK ] bigint_test.divmod_assign_zero_divisor (0 ms) [ RUN ] bigint_test.divmod_assign_self [ OK ] bigint_test.divmod_assign_self (0 ms) [ RUN ] bigint_test.divmod_assign_unaligned [ OK ] bigint_test.divmod_assign_unaligned (1 ms) [ RUN ] bigint_test.divmod_assign [ OK ] bigint_test.divmod_assign (0 ms) [----------] 10 tests from bigint_test (10 ms total) [----------] 4 tests from fp_test [ RUN ] fp_test.double_tests [ OK ] fp_test.double_tests (0 ms) [ RUN ] fp_test.normalize [ OK ] fp_test.normalize (0 ms) [ RUN ] fp_test.multiply [ OK ] fp_test.multiply (0 ms) [ RUN ] fp_test.dragonbox_max_k [ OK ] fp_test.dragonbox_max_k (0 ms) [----------] 4 tests from fp_test (0 ms total) [----------] 11 tests from format_impl_test [ RUN ] format_impl_test.format_error_code [ OK ] format_impl_test.format_error_code (0 ms) [ RUN ] format_impl_test.count_digits [ OK ] format_impl_test.count_digits (0 ms) [ RUN ] format_impl_test.countl_zero [ OK ] format_impl_test.countl_zero (0 ms) [ RUN ] format_impl_test.write_double_double [ OK ] format_impl_test.write_double_double (1 ms) [ RUN ] format_impl_test.write_dragon_even [ OK ] format_impl_test.write_dragon_even (0 ms) [ RUN ] format_impl_test.utf8_decode_decode_all [ OK ] format_impl_test.utf8_decode_decode_all (219 ms) [ RUN ] format_impl_test.utf8_decode_out_of_range [ OK ] format_impl_test.utf8_decode_out_of_range (81 ms) [ RUN ] format_impl_test.utf8_decode_surrogate_halves [ OK ] format_impl_test.utf8_decode_surrogate_halves (0 ms) [ RUN ] format_impl_test.utf8_decode_non_canonical_encodings [ OK ] format_impl_test.utf8_decode_non_canonical_encodings (0 ms) [ RUN ] format_impl_test.utf8_decode_bogus_byte_sequences [ OK ] format_impl_test.utf8_decode_bogus_byte_sequences (0 ms) [ RUN ] format_impl_test.to_utf8 [ OK ] format_impl_test.to_utf8 (0 ms) [----------] 11 tests from format_impl_test (305 ms total) [----------] 1 test from header_only_test [ RUN ] header_only_test.format [ OK ] header_only_test.format (0 ms) [----------] 1 test from header_only_test (0 ms total) [----------] Global test environment tear-down [==========] 26 tests from 4 test suites ran. (319 ms total) [ PASSED ] 26 tests. PASS: ./format-impl-test [==========] Running 131 tests from 9 test suites. [----------] Global test environment set-up. [----------] 5 tests from uint128_test [ RUN ] uint128_test.ctor [ OK ] uint128_test.ctor (1 ms) [ RUN ] uint128_test.shift [ OK ] uint128_test.shift (0 ms) [ RUN ] uint128_test.minus [ OK ] uint128_test.minus (0 ms) [ RUN ] uint128_test.plus_assign [ OK ] uint128_test.plus_assign (0 ms) [ RUN ] uint128_test.multiply [ OK ] uint128_test.multiply (0 ms) [----------] 5 tests from uint128_test (1 ms total) [----------] 2 tests from float_test [ RUN ] float_test.isfinite [ OK ] float_test.isfinite (0 ms) [ RUN ] float_test.isnan [ OK ] float_test.isnan (0 ms) [----------] 2 tests from float_test (0 ms total) [----------] 9 tests from util_test [ RUN ] util_test.bit_cast [ OK ] util_test.bit_cast (0 ms) [ RUN ] util_test.increment [ OK ] util_test.increment (0 ms) [ RUN ] util_test.parse_nonnegative_int [ OK ] util_test.parse_nonnegative_int (0 ms) [ RUN ] util_test.utf8_to_utf16 [ OK ] util_test.utf8_to_utf16 (3 ms) [ RUN ] util_test.utf8_to_utf16_empty_string [ OK ] util_test.utf8_to_utf16_empty_string (0 ms) [ RUN ] util_test.allocator_ref [ OK ] util_test.allocator_ref (6 ms) [ RUN ] util_test.format_system_error warning: std::allocator allocates 9223372036854775807 chars [ OK ] util_test.format_system_error (1 ms) [ RUN ] util_test.system_error [ OK ] util_test.system_error (0 ms) [ RUN ] util_test.report_system_error [ OK ] util_test.report_system_error (0 ms) [----------] 9 tests from util_test (15 ms total) [----------] 1 test from format_impl_test [ RUN ] format_impl_test.compute_width [ OK ] format_impl_test.compute_width (0 ms) [----------] 1 test from format_impl_test (0 ms total) [----------] 9 tests from memory_buffer_test [ RUN ] memory_buffer_test.ctor [ OK ] memory_buffer_test.ctor (0 ms) [ RUN ] memory_buffer_test.move_ctor_inline_buffer [ OK ] memory_buffer_test.move_ctor_inline_buffer (0 ms) [ RUN ] memory_buffer_test.move_ctor_dynamic_buffer [ OK ] memory_buffer_test.move_ctor_dynamic_buffer (0 ms) [ RUN ] memory_buffer_test.move_assignment [ OK ] memory_buffer_test.move_assignment (0 ms) [ RUN ] memory_buffer_test.grow [ OK ] memory_buffer_test.grow (0 ms) [ RUN ] memory_buffer_test.allocator [ OK ] memory_buffer_test.allocator (2 ms) [ RUN ] memory_buffer_test.exception_in_deallocate [ OK ] memory_buffer_test.exception_in_deallocate (1 ms) [ RUN ] memory_buffer_test.max_size_allocator [ OK ] memory_buffer_test.max_size_allocator (0 ms) [ RUN ] memory_buffer_test.max_size_allocator_overflow [ OK ] memory_buffer_test.max_size_allocator_overflow (0 ms) [----------] 9 tests from memory_buffer_test (7 ms total) [----------] 101 tests from format_test [ RUN ] format_test.digits2_alignment [ OK ] format_test.digits2_alignment (0 ms) [ RUN ] format_test.exception_from_lib [ OK ] format_test.exception_from_lib (0 ms) [ RUN ] format_test.escape [ OK ] format_test.escape (0 ms) [ RUN ] format_test.unmatched_braces [ OK ] format_test.unmatched_braces (0 ms) [ RUN ] format_test.no_args [ OK ] format_test.no_args (0 ms) [ RUN ] format_test.args_in_different_positions [ OK ] format_test.args_in_different_positions (0 ms) [ RUN ] format_test.arg_errors [ OK ] format_test.arg_errors (2 ms) [ RUN ] format_test.many_args [ OK ] format_test.many_args (0 ms) [ RUN ] format_test.named_arg [ OK ] format_test.named_arg (1 ms) [ RUN ] format_test.auto_arg_index [ OK ] format_test.auto_arg_index (1 ms) [ RUN ] format_test.empty_specs [ OK ] format_test.empty_specs (0 ms) [ RUN ] format_test.left_align [ OK ] format_test.left_align (2 ms) [ RUN ] format_test.right_align [ OK ] format_test.right_align (0 ms) [ RUN ] format_test.center_align [ OK ] format_test.center_align (0 ms) [ RUN ] format_test.fill [ OK ] format_test.fill (1 ms) [ RUN ] format_test.plus_sign [ OK ] format_test.plus_sign (1 ms) [ RUN ] format_test.minus_sign [ OK ] format_test.minus_sign (1 ms) [ RUN ] format_test.space_sign [ OK ] format_test.space_sign (1 ms) [ RUN ] format_test.hash_flag [ OK ] format_test.hash_flag (2 ms) [ RUN ] format_test.zero_flag [ OK ] format_test.zero_flag (1 ms) [ RUN ] format_test.zero_flag_and_align [ OK ] format_test.zero_flag_and_align (0 ms) [ RUN ] format_test.width [ OK ] format_test.width (1 ms) [ RUN ] format_test.runtime_width [ OK ] format_test.runtime_width (5 ms) [ RUN ] format_test.exponent_range [ OK ] format_test.exponent_range (5 ms) [ RUN ] format_test.precision [ OK ] format_test.precision (10 ms) [ RUN ] format_test.utf8_precision [ OK ] format_test.utf8_precision (0 ms) [ RUN ] format_test.runtime_precision [ OK ] format_test.runtime_precision (9 ms) [ RUN ] format_test.format_bool [ OK ] format_test.format_bool (0 ms) [ RUN ] format_test.format_short [ OK ] format_test.format_short (0 ms) [ RUN ] format_test.format_int [ OK ] format_test.format_int (26 ms) [ RUN ] format_test.format_bin [ OK ] format_test.format_bin (0 ms) [ RUN ] format_test.format_dec [ OK ] format_test.format_dec (1 ms) [ RUN ] format_test.format_hex [ OK ] format_test.format_hex (1 ms) [ RUN ] format_test.format_oct [ OK ] format_test.format_oct (0 ms) [ RUN ] format_test.format_int_locale [ OK ] format_test.format_int_locale (0 ms) [ RUN ] format_test.format_float [ OK ] format_test.format_float (0 ms) [ RUN ] format_test.format_double [ OK ] format_test.format_double (23 ms) [ RUN ] format_test.precision_rounding [ OK ] format_test.precision_rounding (0 ms) [ RUN ] format_test.prettify_float [ OK ] format_test.prettify_float (0 ms) [ RUN ] format_test.format_nan [ OK ] format_test.format_nan (0 ms) [ RUN ] format_test.format_infinity [ OK ] format_test.format_infinity (0 ms) [ RUN ] format_test.format_long_double [ OK ] format_test.format_long_double (1 ms) [ RUN ] format_test.format_char [ OK ] format_test.format_char (31 ms) [ RUN ] format_test.format_volatile_char [ OK ] format_test.format_volatile_char (0 ms) [ RUN ] format_test.format_unsigned_char [ OK ] format_test.format_unsigned_char (0 ms) [ RUN ] format_test.format_cstring [ OK ] format_test.format_cstring (22 ms) [ RUN ] format_test.format_pointer [ OK ] format_test.format_pointer (23 ms) [ RUN ] format_test.write_uintptr_fallback [ OK ] format_test.write_uintptr_fallback (0 ms) [ RUN ] format_test.format_enum_class [ OK ] format_test.format_enum_class (0 ms) [ RUN ] format_test.format_string [ OK ] format_test.format_string (0 ms) [ RUN ] format_test.format_string_view [ OK ] format_test.format_string_view (0 ms) [ RUN ] format_test.format_std_string_view [ OK ] format_test.format_std_string_view (0 ms) [ RUN ] format_test.format_explicitly_convertible_to_std_string_view [ OK ] format_test.format_explicitly_convertible_to_std_string_view (0 ms) [ RUN ] format_test.format_implicitly_convertible_and_inherits_string_view [ OK ] format_test.format_implicitly_convertible_and_inherits_string_view (0 ms) [ RUN ] format_test.format_custom [ OK ] format_test.format_custom (0 ms) [ RUN ] format_test.format_to_custom [ OK ] format_test.format_to_custom (0 ms) [ RUN ] format_test.format_string_from_speed_test [ OK ] format_test.format_string_from_speed_test (0 ms) [ RUN ] format_test.format_examples [ OK ] format_test.format_examples (2 ms) [ RUN ] format_test.print [ OK ] format_test.print (0 ms) [ RUN ] format_test.big_print [ OK ] format_test.big_print (1 ms) [ RUN ] format_test.locking_formatter [ OK ] format_test.locking_formatter (5 ms) [ RUN ] format_test.variadic [ OK ] format_test.variadic (0 ms) [ RUN ] format_test.bytes [ OK ] format_test.bytes (0 ms) [ RUN ] format_test.group_digits_view [ OK ] format_test.group_digits_view (0 ms) [ RUN ] format_test.nested_formatter [ OK ] format_test.nested_formatter (0 ms) [ RUN ] format_test.format_message_example [ OK ] format_test.format_message_example (0 ms) [ RUN ] format_test.unpacked_args [ OK ] format_test.unpacked_args (0 ms) [ RUN ] format_test.compile_time_string [ OK ] format_test.compile_time_string (0 ms) [ RUN ] format_test.custom_format_compile_time_string [ OK ] format_test.custom_format_compile_time_string (0 ms) [ RUN ] format_test.named_arg_udl [ OK ] format_test.named_arg_udl (0 ms) [ RUN ] format_test.enum [ OK ] format_test.enum (0 ms) [ RUN ] format_test.formatter_not_specialized [ OK ] format_test.formatter_not_specialized (0 ms) [ RUN ] format_test.strong_enum [ OK ] format_test.strong_enum (0 ms) [ RUN ] format_test.non_null_terminated_format_string [ OK ] format_test.non_null_terminated_format_string (0 ms) [ RUN ] format_test.to_string [ OK ] format_test.to_string (0 ms) [ RUN ] format_test.output_iterators [ OK ] format_test.output_iterators (0 ms) [ RUN ] format_test.fill_via_appender [ OK ] format_test.fill_via_appender (0 ms) [ RUN ] format_test.formatted_size [ OK ] format_test.formatted_size (0 ms) [ RUN ] format_test.format_to_no_args [ OK ] format_test.format_to_no_args (0 ms) [ RUN ] format_test.format_to [ OK ] format_test.format_to (0 ms) [ RUN ] format_test.format_to_memory_buffer [ OK ] format_test.format_to_memory_buffer (0 ms) [ RUN ] format_test.format_to_vector [ OK ] format_test.format_to_vector (0 ms) [ RUN ] format_test.format_to_propagates_exceptions [ OK ] format_test.format_to_propagates_exceptions (0 ms) [ RUN ] format_test.format_to_n [ OK ] format_test.format_to_n (0 ms) [ RUN ] format_test.format_to_n_output_iterator [ OK ] format_test.format_to_n_output_iterator (0 ms) [ RUN ] format_test.vformat_to [ OK ] format_test.vformat_to (0 ms) [ RUN ] format_test.char_traits_not_ambiguous [ OK ] format_test.char_traits_not_ambiguous (0 ms) [ RUN ] format_test.back_insert_slicing [ OK ] format_test.back_insert_slicing (0 ms) [ RUN ] format_test.format_as [ OK ] format_test.format_as (0 ms) [ RUN ] format_test.format_as_to_string [ OK ] format_test.format_as_to_string (0 ms) [ RUN ] format_test.test_formatters_enabled [ OK ] format_test.test_formatters_enabled (0 ms) [ RUN ] format_test.format_facet [ OK ] format_test.format_facet (1 ms) [ RUN ] format_test.format_facet_separator [ OK ] format_test.format_facet_separator (0 ms) [ RUN ] format_test.format_facet_grouping [ OK ] format_test.format_facet_grouping (0 ms) [ RUN ] format_test.format_named_arg_with_locale [ OK ] format_test.format_named_arg_with_locale (0 ms) [ RUN ] format_test.format_locale [ OK ] format_test.format_locale (0 ms) [ RUN ] format_test.formatter_nonconst_char [ OK ] format_test.formatter_nonconst_char (0 ms) [ RUN ] format_test.adl [ OK ] format_test.adl (0 ms) [ RUN ] format_test.formatter_overrides_implicit_conversion [ OK ] format_test.formatter_overrides_implicit_conversion (0 ms) [ RUN ] format_test.ustring [ OK ] format_test.ustring (0 ms) [ RUN ] format_test.writer [ OK ] format_test.writer (0 ms) [----------] 101 tests from format_test (222 ms total) [----------] 2 tests from format_int_test [ RUN ] format_int_test.data [ OK ] format_int_test.data (0 ms) [ RUN ] format_int_test.format_int [ OK ] format_int_test.format_int (0 ms) [----------] 2 tests from format_int_test (0 ms total) [----------] 1 test from base_test [ RUN ] base_test.format_byte [ OK ] base_test.format_byte (0 ms) [----------] 1 test from base_test (0 ms total) [----------] 1 test from incomplete_type_test [ RUN ] incomplete_type_test.format [ OK ] incomplete_type_test.format (0 ms) [----------] 1 test from incomplete_type_test (0 ms total) [----------] Global test environment tear-down [==========] 131 tests from 9 test suites ran. (252 ms total) [ PASSED ] 131 tests. PASS: ./format-test [==========] Running 23 tests from 3 test suites. [----------] Global test environment set-up. [----------] 6 tests from single_evaluation_test [ RUN ] single_evaluation_test.failed_expect_throw_msg [ OK ] single_evaluation_test.failed_expect_throw_msg (3 ms) [ RUN ] single_evaluation_test.failed_expect_system_error [ OK ] single_evaluation_test.failed_expect_system_error (1 ms) [ RUN ] single_evaluation_test.exception_tests [ OK ] single_evaluation_test.exception_tests (1 ms) [ RUN ] single_evaluation_test.system_error_tests [ OK ] single_evaluation_test.system_error_tests (1 ms) [ RUN ] single_evaluation_test.failed_expect_write [ OK ] single_evaluation_test.failed_expect_write (0 ms) [ RUN ] single_evaluation_test.write_tests [ OK ] single_evaluation_test.write_tests (0 ms) [----------] 6 tests from single_evaluation_test (10 ms total) [----------] 11 tests from gtest_extra_test [ RUN ] gtest_extra_test.expect_write [ OK ] gtest_extra_test.expect_write (0 ms) [ RUN ] gtest_extra_test.expect_write_streaming [ OK ] gtest_extra_test.expect_write_streaming (0 ms) [ RUN ] gtest_extra_test.expect_throw_no_unreachable_code_warning [ OK ] gtest_extra_test.expect_throw_no_unreachable_code_warning (1 ms) [ RUN ] gtest_extra_test.expect_system_error_no_unreachable_code_warning [ OK ] gtest_extra_test.expect_system_error_no_unreachable_code_warning (1 ms) [ RUN ] gtest_extra_test.expect_throw_behaves_like_single_statement [ OK ] gtest_extra_test.expect_throw_behaves_like_single_statement (0 ms) [ RUN ] gtest_extra_test.expect_system_error_behaves_like_single_statement [ OK ] gtest_extra_test.expect_system_error_behaves_like_single_statement (0 ms) [ RUN ] gtest_extra_test.expect_write_behaves_like_single_statement [ OK ] gtest_extra_test.expect_write_behaves_like_single_statement (0 ms) [ RUN ] gtest_extra_test.expect_throw_msg [ OK ] gtest_extra_test.expect_throw_msg (1 ms) [ RUN ] gtest_extra_test.expect_system_error [ OK ] gtest_extra_test.expect_system_error (1 ms) [ RUN ] gtest_extra_test.expect_throw_msg_streaming [ OK ] gtest_extra_test.expect_throw_msg_streaming (0 ms) [ RUN ] gtest_extra_test.expect_system_error_streaming [ OK ] gtest_extra_test.expect_system_error_streaming (0 ms) [----------] 11 tests from gtest_extra_test (8 ms total) [----------] 6 tests from output_redirect_test [ RUN ] output_redirect_test.scoped_redirect [ OK ] output_redirect_test.scoped_redirect (0 ms) [ RUN ] output_redirect_test.flush_error_in_ctor [ OK ] output_redirect_test.flush_error_in_ctor (0 ms) [ RUN ] output_redirect_test.dup_error_in_ctor [ OK ] output_redirect_test.dup_error_in_ctor (0 ms) [ RUN ] output_redirect_test.restore_and_read [ OK ] output_redirect_test.restore_and_read (0 ms) [ RUN ] output_redirect_test.flush_error_in_restore_and_read [ OK ] output_redirect_test.flush_error_in_restore_and_read (0 ms) [ RUN ] output_redirect_test.error_in_dtor [ OK ] output_redirect_test.error_in_dtor (0 ms) [----------] 6 tests from output_redirect_test (3 ms total) [----------] Global test environment tear-down [==========] 23 tests from 3 test suites ran. (25 ms total) [ PASSED ] 23 tests. PASS: ./gtest-extra-test [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from no_builtin_types_test [ RUN ] no_builtin_types_test.format [ OK ] no_builtin_types_test.format (1 ms) [ RUN ] no_builtin_types_test.double_is_custom_type [ OK ] no_builtin_types_test.double_is_custom_type (0 ms) [----------] 2 tests from no_builtin_types_test (1 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (3 ms total) [ PASSED ] 2 tests. PASS: ./no-builtin-types-test [==========] Running 47 tests from 3 test suites. [----------] Global test environment set-up. [----------] 12 tests from buffered_file_test [ RUN ] buffered_file_test.default_ctor [ OK ] buffered_file_test.default_ctor (0 ms) [ RUN ] buffered_file_test.move_ctor [ OK ] buffered_file_test.move_ctor (0 ms) [ RUN ] buffered_file_test.move_assignment [ OK ] buffered_file_test.move_assignment (0 ms) [ RUN ] buffered_file_test.move_assignment_closes_file [ OK ] buffered_file_test.move_assignment_closes_file (0 ms) [ RUN ] buffered_file_test.move_from_temporary_in_ctor [ OK ] buffered_file_test.move_from_temporary_in_ctor (0 ms) [ RUN ] buffered_file_test.move_from_temporary_in_assignment [ OK ] buffered_file_test.move_from_temporary_in_assignment (0 ms) [ RUN ] buffered_file_test.move_from_temporary_in_assignment_closes_file [ OK ] buffered_file_test.move_from_temporary_in_assignment_closes_file (0 ms) [ RUN ] buffered_file_test.close_file_in_dtor [ OK ] buffered_file_test.close_file_in_dtor (0 ms) [ RUN ] buffered_file_test.close_error_in_dtor [ OK ] buffered_file_test.close_error_in_dtor (1 ms) [ RUN ] buffered_file_test.close [ OK ] buffered_file_test.close (0 ms) [ RUN ] buffered_file_test.close_error [ OK ] buffered_file_test.close_error (1 ms) [ RUN ] buffered_file_test.descriptor [ OK ] buffered_file_test.descriptor (0 ms) [----------] 12 tests from buffered_file_test (8 ms total) [----------] 7 tests from ostream_test [ RUN ] ostream_test.move [ OK ] ostream_test.move (1 ms) [ RUN ] ostream_test.move_while_holding_data [ OK ] ostream_test.move_while_holding_data (0 ms) [ RUN ] ostream_test.print [ OK ] ostream_test.print (0 ms) [ RUN ] ostream_test.buffer_boundary [ OK ] ostream_test.buffer_boundary (1 ms) [ RUN ] ostream_test.buffer_size [ OK ] ostream_test.buffer_size (0 ms) [ RUN ] ostream_test.truncate [ OK ] ostream_test.truncate (1 ms) [ RUN ] ostream_test.flush [ OK ] ostream_test.flush (0 ms) [----------] 7 tests from ostream_test (6 ms total) [----------] 28 tests from file_test [ RUN ] file_test.default_ctor [ OK ] file_test.default_ctor (0 ms) [ RUN ] file_test.open_buffered_file_in_ctor [ OK ] file_test.open_buffered_file_in_ctor (0 ms) [ RUN ] file_test.open_buffered_file_error [ OK ] file_test.open_buffered_file_error (0 ms) [ RUN ] file_test.move_ctor [ OK ] file_test.move_ctor (0 ms) [ RUN ] file_test.move_assignment [ OK ] file_test.move_assignment (0 ms) [ RUN ] file_test.move_assignment_closes_file [ OK ] file_test.move_assignment_closes_file (0 ms) [ RUN ] file_test.move_from_temporary_in_ctor [ OK ] file_test.move_from_temporary_in_ctor (0 ms) [ RUN ] file_test.move_from_temporary_in_assignment [ OK ] file_test.move_from_temporary_in_assignment (0 ms) [ RUN ] file_test.move_from_temporary_in_assignment_closes_file [ OK ] file_test.move_from_temporary_in_assignment_closes_file (0 ms) [ RUN ] file_test.close_file_in_dtor [ OK ] file_test.close_file_in_dtor (0 ms) [ RUN ] file_test.close_error_in_dtor [ OK ] file_test.close_error_in_dtor (0 ms) [ RUN ] file_test.close [ OK ] file_test.close (0 ms) [ RUN ] file_test.close_error [ OK ] file_test.close_error (0 ms) [ RUN ] file_test.read [ OK ] file_test.read (0 ms) [ RUN ] file_test.read_error [ OK ] file_test.read_error (0 ms) [ RUN ] file_test.write [ OK ] file_test.write (0 ms) [ RUN ] file_test.write_error [ OK ] file_test.write_error (0 ms) [ RUN ] file_test.dup [ OK ] file_test.dup (0 ms) [ RUN ] file_test.dup_error [ OK ] file_test.dup_error (0 ms) [ RUN ] file_test.dup2 [ OK ] file_test.dup2 (0 ms) [ RUN ] file_test.dup2_error [ OK ] file_test.dup2_error (0 ms) [ RUN ] file_test.dup2_noexcept [ OK ] file_test.dup2_noexcept (0 ms) [ RUN ] file_test.dup2_noexcept_error [ OK ] file_test.dup2_noexcept_error (0 ms) [ RUN ] file_test.pipe [ OK ] file_test.pipe (0 ms) [ RUN ] file_test.fdopen [ OK ] file_test.fdopen (0 ms) [ RUN ] file_test.line_buffering [ OK ] file_test.line_buffering (5 ms) [ RUN ] file_test.buffer_boundary [ OK ] file_test.buffer_boundary (2 ms) [ RUN ] file_test.io_putting [ OK ] file_test.io_putting (22 ms) [----------] 28 tests from file_test (37 ms total) [----------] Global test environment tear-down [==========] 47 tests from 3 test suites ran. (54 ms total) [ PASSED ] 47 tests. PASS: ./os-test [==========] Running 19 tests from 1 test suite. [----------] Global test environment set-up. [----------] 19 tests from ostream_test [ RUN ] ostream_test.enum [ OK ] ostream_test.enum (2 ms) [ RUN ] ostream_test.format [ OK ] ostream_test.format (1 ms) [ RUN ] ostream_test.format_specs [ OK ] ostream_test.format_specs (8 ms) [ RUN ] ostream_test.empty_custom_output [ OK ] ostream_test.empty_custom_output (1 ms) [ RUN ] ostream_test.print [ OK ] ostream_test.print (0 ms) [ RUN ] ostream_test.write_to_ostream [ OK ] ostream_test.write_to_ostream (0 ms) [ RUN ] ostream_test.write_to_ostream_max_size [ OK ] ostream_test.write_to_ostream_max_size (6 ms) [ RUN ] ostream_test.join [ OK ] ostream_test.join (0 ms) [ RUN ] ostream_test.join_fallback_formatter [ OK ] ostream_test.join_fallback_formatter (0 ms) [ RUN ] ostream_test.constexpr_string [ OK ] ostream_test.constexpr_string (0 ms) [ RUN ] ostream_test.template [ OK ] ostream_test.template (0 ms) [ RUN ] ostream_test.format_to_n [ OK ] ostream_test.format_to_n (0 ms) [ RUN ] ostream_test.copyfmt [ OK ] ostream_test.copyfmt (0 ms) [ RUN ] ostream_test.to_string [ OK ] ostream_test.to_string (0 ms) [ RUN ] ostream_test.range [ OK ] ostream_test.range (0 ms) [ RUN ] ostream_test.is_formattable [ OK ] ostream_test.is_formattable (0 ms) [ RUN ] ostream_test.streamed [ OK ] ostream_test.streamed (0 ms) [ RUN ] ostream_test.closed_ofstream [ OK ] ostream_test.closed_ofstream (0 ms) [ RUN ] ostream_test.unlocalized en_US.UTF-8 locale is missing. [ OK ] ostream_test.unlocalized (1 ms) [----------] 19 tests from ostream_test (28 ms total) [----------] Global test environment tear-down [==========] 19 tests from 1 test suite ran. (32 ms total) [ PASSED ] 19 tests. PASS: ./ostream-test [==========] Running 18 tests from 4 test suites. [----------] Global test environment set-up. [----------] 1 test from os_test [ RUN ] os_test.getpagesize [ OK ] os_test.getpagesize (2 ms) [----------] 1 test from os_test (3 ms total) [----------] 12 tests from file_test [ RUN ] file_test.open_retry [ OK ] file_test.open_retry (1 ms) [ RUN ] file_test.close_no_retry_in_dtor [ OK ] file_test.close_no_retry_in_dtor (1 ms) [ RUN ] file_test.close_no_retry [ OK ] file_test.close_no_retry (0 ms) [ RUN ] file_test.size [ OK ] file_test.size (1 ms) [ RUN ] file_test.max_size [ OK ] file_test.max_size (0 ms) [ RUN ] file_test.read_retry [ OK ] file_test.read_retry (0 ms) [ RUN ] file_test.write_retry [ OK ] file_test.write_retry (0 ms) [ RUN ] file_test.dup_no_retry [ OK ] file_test.dup_no_retry (0 ms) [ RUN ] file_test.dup2_retry [ OK ] file_test.dup2_retry (0 ms) [ RUN ] file_test.dup2_no_except_retry [ OK ] file_test.dup2_no_except_retry (0 ms) [ RUN ] file_test.pipe_no_retry [ OK ] file_test.pipe_no_retry (0 ms) [ RUN ] file_test.fdopen_no_retry [ OK ] file_test.fdopen_no_retry (0 ms) [----------] 12 tests from file_test (7 ms total) [----------] 4 tests from buffered_file_test [ RUN ] buffered_file_test.open_retry [ OK ] buffered_file_test.open_retry (2 ms) [ RUN ] buffered_file_test.close_no_retry_in_dtor [ OK ] buffered_file_test.close_no_retry_in_dtor (0 ms) [ RUN ] buffered_file_test.close_no_retry [ OK ] buffered_file_test.close_no_retry (0 ms) [ RUN ] buffered_file_test.fileno_no_retry [ OK ] buffered_file_test.fileno_no_retry (0 ms) [----------] 4 tests from buffered_file_test (4 ms total) [----------] 1 test from scoped_mock [ RUN ] scoped_mock.scope [ OK ] scoped_mock.scope (0 ms) [----------] 1 test from scoped_mock (0 ms total) [----------] Global test environment tear-down [==========] 18 tests from 4 test suites ran. (18 ms total) [ PASSED ] 18 tests. PASS: ./posix-mock-test [==========] Running 37 tests from 1 test suite. [----------] Global test environment set-up. [----------] 37 tests from printf_test [ RUN ] printf_test.no_args [ OK ] printf_test.no_args (2 ms) [ RUN ] printf_test.escape [ OK ] printf_test.escape (1 ms) [ RUN ] printf_test.positional_args [ OK ] printf_test.positional_args (1 ms) [ RUN ] printf_test.automatic_arg_indexing [ OK ] printf_test.automatic_arg_indexing (0 ms) [ RUN ] printf_test.number_is_too_big_in_arg_index [ OK ] printf_test.number_is_too_big_in_arg_index (2 ms) [ RUN ] printf_test.switch_arg_indexing [ OK ] printf_test.switch_arg_indexing (3 ms) [ RUN ] printf_test.invalid_arg_index [ OK ] printf_test.invalid_arg_index (1 ms) [ RUN ] printf_test.default_align_right [ OK ] printf_test.default_align_right (1 ms) [ RUN ] printf_test.zero_flag [ OK ] printf_test.zero_flag (1 ms) [ RUN ] printf_test.plus_flag [ OK ] printf_test.plus_flag (1 ms) [ RUN ] printf_test.minus_flag [ OK ] printf_test.minus_flag (1 ms) [ RUN ] printf_test.space_flag [ OK ] printf_test.space_flag (0 ms) [ RUN ] printf_test.hash_flag [ OK ] printf_test.hash_flag (4 ms) [ RUN ] printf_test.width [ OK ] printf_test.width (0 ms) [ RUN ] printf_test.dynamic_width [ OK ] printf_test.dynamic_width (0 ms) [ RUN ] printf_test.int_precision [ OK ] printf_test.int_precision (1 ms) [ RUN ] printf_test.float_precision [ OK ] printf_test.float_precision (1 ms) [ RUN ] printf_test.string_precision [ OK ] printf_test.string_precision (0 ms) [ RUN ] printf_test.ignore_precision_for_non_numeric_arg [ OK ] printf_test.ignore_precision_for_non_numeric_arg (0 ms) [ RUN ] printf_test.dynamic_precision [ OK ] printf_test.dynamic_precision (1 ms) [ RUN ] printf_test.length [ OK ] printf_test.length (92 ms) [ RUN ] printf_test.bool [ OK ] printf_test.bool (0 ms) [ RUN ] printf_test.int [ OK ] printf_test.int (0 ms) [ RUN ] printf_test.long_long [ OK ] printf_test.long_long (0 ms) [ RUN ] printf_test.float [ OK ] printf_test.float (1 ms) [ RUN ] printf_test.inf [ OK ] printf_test.inf (0 ms) [ RUN ] printf_test.char [ OK ] printf_test.char (1 ms) [ RUN ] printf_test.string [ OK ] printf_test.string (1 ms) [ RUN ] printf_test.pointer [ OK ] printf_test.pointer (1 ms) [ RUN ] printf_test.enum [ OK ] printf_test.enum (0 ms) [ RUN ] printf_test.examples [ OK ] printf_test.examples (0 ms) [ RUN ] printf_test.printf_error [ OK ] printf_test.printf_error (0 ms) [ RUN ] printf_test.wide_string [ OK ] printf_test.wide_string (0 ms) [ RUN ] printf_test.vprintf [ OK ] printf_test.vprintf (0 ms) [ RUN ] printf_test.check_format_string_regression [ OK ] printf_test.check_format_string_regression (0 ms) [ RUN ] printf_test.fixed_large_exponent [ OK ] printf_test.fixed_large_exponent (0 ms) [ RUN ] printf_test.make_printf_args [ OK ] printf_test.make_printf_args (0 ms) [----------] 37 tests from printf_test (133 ms total) [----------] Global test environment tear-down [==========] 37 tests from 1 test suite ran. (137 ms total) [ PASSED ] 37 tests. PASS: ./printf-test [==========] Running 40 tests from 2 test suites. [----------] Global test environment set-up. [----------] 39 tests from ranges_test [ RUN ] ranges_test.format_array [ OK ] ranges_test.format_array (1 ms) [ RUN ] ranges_test.format_2d_array [ OK ] ranges_test.format_2d_array (0 ms) [ RUN ] ranges_test.format_array_of_literals [ OK ] ranges_test.format_array_of_literals (1 ms) [ RUN ] ranges_test.format_vector [ OK ] ranges_test.format_vector (2 ms) [ RUN ] ranges_test.format_nested_vector [ OK ] ranges_test.format_nested_vector (0 ms) [ RUN ] ranges_test.to_string_vector [ OK ] ranges_test.to_string_vector (0 ms) [ RUN ] ranges_test.format_map [ OK ] ranges_test.format_map (0 ms) [ RUN ] ranges_test.format_map_custom_pair [ OK ] ranges_test.format_map_custom_pair (0 ms) [ RUN ] ranges_test.format_set [ OK ] ranges_test.format_set (0 ms) [ RUN ] ranges_test.format_flat_set [ OK ] ranges_test.format_flat_set (0 ms) [ RUN ] ranges_test.format_adl_begin_end [ OK ] ranges_test.format_adl_begin_end (0 ms) [ RUN ] ranges_test.format_pair [ OK ] ranges_test.format_pair (1 ms) [ RUN ] ranges_test.format_tuple [ OK ] ranges_test.format_tuple (1 ms) [ RUN ] ranges_test.tuple_parse_calls_element_parse [ OK ] ranges_test.tuple_parse_calls_element_parse (0 ms) [ RUN ] ranges_test.format_struct [ OK ] ranges_test.format_struct (0 ms) [ RUN ] ranges_test.format_to [ OK ] ranges_test.format_to (0 ms) [ RUN ] ranges_test.disabled_range_formatting_of_path [ OK ] ranges_test.disabled_range_formatting_of_path (0 ms) [ RUN ] ranges_test.range_format_string [ OK ] ranges_test.range_format_string (0 ms) [ RUN ] ranges_test.range_format_debug_string [ OK ] ranges_test.range_format_debug_string (0 ms) [ RUN ] ranges_test.range [ OK ] ranges_test.range (0 ms) [ RUN ] ranges_test.enum_range [ OK ] ranges_test.enum_range (0 ms) [ RUN ] ranges_test.unformattable_range [ OK ] ranges_test.unformattable_range (0 ms) [ RUN ] ranges_test.join [ OK ] ranges_test.join (2 ms) [ RUN ] ranges_test.join_bytes [ OK ] ranges_test.join_bytes (0 ms) [ RUN ] ranges_test.join_tuple [ OK ] ranges_test.join_tuple (0 ms) [ RUN ] ranges_test.join_initializer_list [ OK ] ranges_test.join_initializer_list (0 ms) [ RUN ] ranges_test.join_sentinel [ OK ] ranges_test.join_sentinel (0 ms) [ RUN ] ranges_test.join_range [ OK ] ranges_test.join_range (0 ms) [ RUN ] ranges_test.format_join_adl_begin_end [ OK ] ranges_test.format_join_adl_begin_end (0 ms) [ RUN ] ranges_test.is_printable [ OK ] ranges_test.is_printable (0 ms) [ RUN ] ranges_test.escape [ OK ] ranges_test.escape (1 ms) [ RUN ] ranges_test.range_of_range_of_mixed_const [ OK ] ranges_test.range_of_range_of_mixed_const (0 ms) [ RUN ] ranges_test.vector_char [ OK ] ranges_test.vector_char (0 ms) [ RUN ] ranges_test.container_adaptor [ OK ] ranges_test.container_adaptor (1 ms) [ RUN ] ranges_test.format_as_tie [ OK ] ranges_test.format_as_tie (0 ms) [ RUN ] ranges_test.lvalue_qualified_begin_end [ OK ] ranges_test.lvalue_qualified_begin_end (0 ms) [ RUN ] ranges_test.std_istream_iterator_join [ OK ] ranges_test.std_istream_iterator_join (0 ms) [ RUN ] ranges_test.movable_only_istream_iter_join [ OK ] ranges_test.movable_only_istream_iter_join (0 ms) [ RUN ] ranges_test.movable_only_istream_iter_join2 [ OK ] ranges_test.movable_only_istream_iter_join2 (0 ms) [----------] 39 tests from ranges_test (31 ms total) [----------] 1 test from ranges_odr_test [ RUN ] ranges_odr_test.format_vector [ OK ] ranges_odr_test.format_vector (0 ms) [----------] 1 test from ranges_odr_test (0 ms total) [----------] Global test environment tear-down [==========] 40 tests from 2 test suites ran. (33 ms total) [ PASSED ] 40 tests. PASS: ./ranges-test [==========] Running 15 tests from 1 test suite. [----------] Global test environment set-up. [----------] 15 tests from scan_test [ RUN ] scan_test.read_text [ OK ] scan_test.read_text (1 ms) [ RUN ] scan_test.read_int [ OK ] scan_test.read_int (1 ms) [ RUN ] scan_test.read_long_long [ OK ] scan_test.read_long_long (0 ms) [ RUN ] scan_test.read_uint [ OK ] scan_test.read_uint (0 ms) [ RUN ] scan_test.read_ulong_long [ OK ] scan_test.read_ulong_long (0 ms) [ RUN ] scan_test.read_hex [ OK ] scan_test.read_hex (1 ms) [ RUN ] scan_test.read_string [ OK ] scan_test.read_string (0 ms) [ RUN ] scan_test.read_string_view [ OK ] scan_test.read_string_view (0 ms) [ RUN ] scan_test.separator [ OK ] scan_test.separator (0 ms) [ RUN ] scan_test.read_custom [ OK ] scan_test.read_custom (0 ms) [ RUN ] scan_test.invalid_format [ OK ] scan_test.invalid_format (0 ms) [ RUN ] scan_test.example [ OK ] scan_test.example (0 ms) [ RUN ] scan_test.end_of_input [ OK ] scan_test.end_of_input (0 ms) [ RUN ] scan_test.file [ OK ] scan_test.file (0 ms) [ RUN ] scan_test.lock [ OK ] scan_test.lock (11 ms) [----------] 15 tests from scan_test (20 ms total) [----------] Global test environment tear-down [==========] 15 tests from 1 test suite ran. (22 ms total) [ PASSED ] 15 tests. PASS: ./scan-test [==========] Running 19 tests from 2 test suites. [----------] Global test environment set-up. [----------] 17 tests from std_test [ RUN ] std_test.path [ OK ] std_test.path (3 ms) [ RUN ] std_test.thread_id [ OK ] std_test.thread_id (0 ms) [ RUN ] std_test.complex [ OK ] std_test.complex (3 ms) [ RUN ] std_test.optional [ OK ] std_test.optional (2 ms) [ RUN ] std_test.expected [ OK ] std_test.expected (0 ms) [ RUN ] std_test.optional_format_as [ OK ] std_test.optional_format_as (0 ms) [ RUN ] std_test.variant [ OK ] std_test.variant (1 ms) [ RUN ] std_test.error_code [ OK ] std_test.error_code (1 ms) [ RUN ] std_test.exception [ OK ] std_test.exception (5 ms) [ RUN ] std_test.type_info [ OK ] std_test.type_info (0 ms) [ RUN ] std_test.format_bit_reference [ OK ] std_test.format_bit_reference (0 ms) [ RUN ] std_test.format_const_bit_reference [ OK ] std_test.format_const_bit_reference (0 ms) [ RUN ] std_test.format_bitset [ OK ] std_test.format_bitset (0 ms) [ RUN ] std_test.format_atomic [ OK ] std_test.format_atomic (0 ms) [ RUN ] std_test.format_unique_ptr [ OK ] std_test.format_unique_ptr (0 ms) [ RUN ] std_test.format_shared_ptr [ OK ] std_test.format_shared_ptr (0 ms) [ RUN ] std_test.format_reference_wrapper [ OK ] std_test.format_reference_wrapper (0 ms) [----------] 17 tests from std_test (23 ms total) [----------] 2 tests from ranges_std_test [ RUN ] ranges_std_test.format_vector_path [ OK ] ranges_std_test.format_vector_path (0 ms) [ RUN ] ranges_std_test.format_quote_path [ OK ] ranges_std_test.format_quote_path (0 ms) [----------] 2 tests from ranges_std_test (1 ms total) [----------] Global test environment tear-down [==========] 19 tests from 2 test suites ran. (27 ms total) [ PASSED ] 19 tests. PASS: ./std-test [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from unicode_test [ RUN ] unicode_test.use_utf8 [ OK ] unicode_test.use_utf8 (0 ms) [ RUN ] unicode_test.legacy_locale be_BY.CP1251 locale is missing. [ OK ] unicode_test.legacy_locale (2 ms) [----------] 2 tests from unicode_test (4 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (6 ms total) [ PASSED ] 2 tests. PASS: ./unicode-test [==========] Running 36 tests from 8 test suites. [----------] Global test environment set-up. [----------] 1 test from has_to_string_view_test/0, where TypeParam = char [ RUN ] has_to_string_view_test/0.has_to_string_view [ OK ] has_to_string_view_test/0.has_to_string_view (0 ms) [----------] 1 test from has_to_string_view_test/0 (0 ms total) [----------] 1 test from has_to_string_view_test/1, where TypeParam = wchar_t [ RUN ] has_to_string_view_test/1.has_to_string_view [ OK ] has_to_string_view_test/1.has_to_string_view (0 ms) [----------] 1 test from has_to_string_view_test/1 (0 ms total) [----------] 1 test from has_to_string_view_test/2, where TypeParam = char16_t [ RUN ] has_to_string_view_test/2.has_to_string_view [ OK ] has_to_string_view_test/2.has_to_string_view (0 ms) [----------] 1 test from has_to_string_view_test/2 (0 ms total) [----------] 1 test from has_to_string_view_test/3, where TypeParam = char32_t [ RUN ] has_to_string_view_test/3.has_to_string_view [ OK ] has_to_string_view_test/3.has_to_string_view (0 ms) [----------] 1 test from has_to_string_view_test/3 (0 ms total) [----------] 20 tests from xchar_test [ RUN ] xchar_test.format_explicitly_convertible_to_wstring_view [ OK ] xchar_test.format_explicitly_convertible_to_wstring_view (0 ms) [ RUN ] xchar_test.format [ OK ] xchar_test.format (4 ms) [ RUN ] xchar_test.is_formattable [ OK ] xchar_test.is_formattable (0 ms) [ RUN ] xchar_test.compile_time_string [ OK ] xchar_test.compile_time_string (0 ms) [ RUN ] xchar_test.format_to [ OK ] xchar_test.format_to (0 ms) [ RUN ] xchar_test.compile_time_string_format_to [ OK ] xchar_test.compile_time_string_format_to (0 ms) [ RUN ] xchar_test.vformat_to [ OK ] xchar_test.vformat_to (0 ms) [ RUN ] xchar_test.format_as [ OK ] xchar_test.format_as (0 ms) [ RUN ] xchar_test.named_arg_udl [ OK ] xchar_test.named_arg_udl (0 ms) [ RUN ] xchar_test.print [ OK ] xchar_test.print (0 ms) [ RUN ] xchar_test.join [ OK ] xchar_test.join (0 ms) [ RUN ] xchar_test.enum [ OK ] xchar_test.enum (0 ms) [ RUN ] xchar_test.streamed [ OK ] xchar_test.streamed (0 ms) [ RUN ] xchar_test.sign_not_truncated [ OK ] xchar_test.sign_not_truncated (0 ms) [ RUN ] xchar_test.chrono [ OK ] xchar_test.chrono (2 ms) [ RUN ] xchar_test.color [ OK ] xchar_test.color (0 ms) [ RUN ] xchar_test.ostream [ OK ] xchar_test.ostream (1 ms) [ RUN ] xchar_test.format_map [ OK ] xchar_test.format_map (0 ms) [ RUN ] xchar_test.escape_string [ OK ] xchar_test.escape_string (0 ms) [ RUN ] xchar_test.to_wstring [ OK ] xchar_test.to_wstring (0 ms) [----------] 20 tests from xchar_test (16 ms total) [----------] 1 test from format_test [ RUN ] format_test.wide_format_to_n [ OK ] format_test.wide_format_to_n (0 ms) [----------] 1 test from format_test (0 ms total) [----------] 8 tests from locale_test [ RUN ] locale_test.localized_double [ OK ] locale_test.localized_double (1 ms) [ RUN ] locale_test.format [ OK ] locale_test.format (1 ms) [ RUN ] locale_test.format_default_align [ OK ] locale_test.format_default_align (0 ms) [ RUN ] locale_test.format_plus [ OK ] locale_test.format_plus (0 ms) [ RUN ] locale_test.wformat [ OK ] locale_test.wformat (2 ms) [ RUN ] locale_test.int_formatter [ OK ] locale_test.int_formatter (0 ms) [ RUN ] locale_test.chrono_weekday es_ES.UTF-8 locale is missing. [ OK ] locale_test.chrono_weekday (1 ms) [ RUN ] locale_test.sign [ OK ] locale_test.sign (0 ms) [----------] 8 tests from locale_test (8 ms total) [----------] 3 tests from std_test_xchar [ RUN ] std_test_xchar.format_bitset [ OK ] std_test_xchar.format_bitset (0 ms) [ RUN ] std_test_xchar.complex [ OK ] std_test_xchar.complex (1 ms) [ RUN ] std_test_xchar.optional [ OK ] std_test_xchar.optional (0 ms) [----------] 3 tests from std_test_xchar (2 ms total) [----------] Global test environment tear-down [==========] 36 tests from 8 test suites ran. (31 ms total) [ PASSED ] 36 tests. PASS: ./xchar-test DURATION: 3