Skip to content

Instantly share code, notes, and snippets.

@DrewBarfieldProductions
Created August 25, 2016 19:07
Show Gist options
  • Save DrewBarfieldProductions/1aa2cde1a80ee2c30ce08849c6be8551 to your computer and use it in GitHub Desktop.
Save DrewBarfieldProductions/1aa2cde1a80ee2c30ce08849c6be8551 to your computer and use it in GitHub Desktop.
Output from the Google Fuchsia 'runtests' Builtin command
> runtests
CASE bad_syscall_tests [STARTED]
bad_syscall_test [RUNNING] [PASSED]
CASE bad_syscall_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: bad-syscall-test passed
CASE mtx_tests [STARTED]
test_initializer [RUNNING] [PASSED]
test_mutexes [RUNNING] [PASSED]
test_try_mutexes [RUNNING] [PASSED]
test_static_initializer [RUNNING] [PASSED]
CASE mtx_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: c11-mutex-test passed
CASE c11_thread_tests [STARTED]
c11_thread_test [RUNNING] [PASSED]
CASE c11_thread_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: c11-thread-test passed
CASE call_once_tests [STARTED]
call_once_main_thread_test [RUNNING] [PASSED]
call_once_two_thread_test [RUNNING] [PASSED]
CASE call_once_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: call_once-test passed
CASE cleanup_tests [STARTED]
cleanup_test [RUNNING] [PASSED]
CASE cleanup_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: cleanup-test passed
CASE cprng_tests [STARTED]
cprng_test_draw_buf_too_large [RUNNING] [PASSED]
cprng_test_draw_bad_buf [RUNNING] [PASSED]
cprng_test_draw_success [RUNNING] [PASSED]
cprng_test_add_entropy_buf_too_large [RUNNING] [PASSED]
cprng_test_add_entropy_bad_buf [RUNNING] [PASSED]
CASE cprng_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: cprng-test passed
CASE ctors [STARTED]
check_ctor [RUNNING] [PASSED]
check_initializer [RUNNING] [PASSED]
CASE ctors [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: ctor-test passed
CASE data_pipe_tests [STARTED]
create_destroy_test [RUNNING] [PASSED]
simple_read_write [RUNNING] [PASSED]
loop_write_full [RUNNING] [PASSED]
write_read [RUNNING] [PASSED]
begin_write_read [RUNNING] [PASSED]
begin_write_read_large_request [RUNNING] [PASSED]
loop_write_read [RUNNING] [PASSED]
loop_begin_write_read [RUNNING] [PASSED]
consumer_signals_when_producer_closed [RUNNING] [PASSED]
CASE data_pipe_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: data-pipe-test passed
CASE completion_tests [STARTED]
test_initializer [RUNNING] [PASSED]
test_completions [RUNNING] [PASSED]
test_timeout [RUNNING] [PASSED]
CASE completion_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: ddk-completion-test passed
CASE dlfcn_tests [STARTED]
dlopen_vmo_test [RUNNING] [PASSED]
loader_service_test [RUNNING] [PASSED]
CASE dlfcn_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: dlfcn-test passed
CASE echo_tests [STARTED]
echo_test [RUNNING] [PASSED]
CASE echo_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: echo-test passed
CASE elf_tls_tests [STARTED]
executable_tls_test [RUNNING] [PASSED]
dso_tls_test [RUNNING] [PASSED]
CASE elf_tls_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: elf-tls-test passed
CASE errno_tests [STARTED]
errno_test [RUNNING] [PASSED]
CASE errno_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: errno-test passed
CASE event_tests [STARTED]
basic_test [RUNNING] [PASSED]
user_signals_test [RUNNING] [PASSED]
wait_signals_test [RUNNING] [PASSED]
reset_test [RUNNING] [PASSED]
wait_many_failures_test [RUNNING] [PASSED]
CASE event_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: events-test passed
CASE fpu_tests [STARTED]
fpu_test [RUNNING] [PASSED]
CASE fpu_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: fpu-test passed
CASE futex_tests [STARTED]
test_futex_wait_value_mismatch [RUNNING] [PASSED]
test_futex_wait_timeout [RUNNING] [PASSED]
test_futex_wait_timeout_elapsed [RUNNING] [PASSED]
test_futex_wait_bad_address [RUNNING] [PASSED]
test_futex_wakeup [RUNNING] [PASSED]
test_futex_wakeup_limit [RUNNING] [PASSED]
test_futex_wakeup_address [RUNNING] [PASSED]
test_futex_unqueued_on_timeout [RUNNING] [PASSED]
test_futex_unqueued_on_timeout_2 [RUNNING] [PASSED]
test_futex_unqueued_on_timeout_3 [RUNNING] [PASSED]
test_futex_requeue_value_mismatch [RUNNING] [PASSED]
test_futex_requeue_same_addr [RUNNING] [PASSED]
test_futex_requeue [RUNNING] [PASSED]
test_futex_requeue_unqueued_on_timeout [RUNNING] [PASSED]
test_event_signalling [RUNNING] [PASSED]
CASE futex_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: futex-test passed
CASE handle_info_tests [STARTED]
handle_info_test [RUNNING] [PASSED]
handle_rights_test [RUNNING] [PASSED]
CASE handle_info_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: handle-info-test passed
CASE handle_transfer_tests [STARTED]
handle_transfer_test [RUNNING] [PASSED]
handle_transfer_cancel_wait_test [RUNNING] [PASSED]
CASE handle_transfer_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: handle-transfer-test passed
CASE handle_wait_tests [STARTED]
handle_wait_test [RUNNING] [PASSED]
CASE handle_wait_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: handle-wait-test passed
CASE io_port_tests [STARTED]
basic_test [RUNNING] [PASSED]
queue_and_close_test [RUNNING] [PASSED]
thread_pool_test [RUNNING] [PASSED]
bind_basic_test [RUNNING] [PASSED]
bind_events_test [RUNNING] [PASSED]
CASE io_port_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: io-port-test passed
CASE memory_mapping_tests [STARTED]
address_space_limits_test [RUNNING] [PASSED]
mmap_len_test [RUNNING] [PASSED]
mmap_offset_test [RUNNING] [PASSED]
mmap_prot_test [RUNNING] [PASSED]
mmap_flags_test [RUNNING] [PASSED]
mprotect_test [RUNNING] [PASSED]
CASE memory_mapping_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: memory-mapping-test passed
CASE message_pipe_tests [STARTED]
message_pipe_test [RUNNING] [PASSED]
message_pipe_read_error_test [RUNNING] [PASSED]
message_pipe_close_test [RUNNING] [PASSED]
message_pipe_non_transferable [RUNNING] [PASSED]
message_pipe_duplicate_handles [RUNNING] [PASSED]
CASE message_pipe_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: message-pipe-test passed
CASE mxr_mutex_tests [STARTED]
test_initializer [RUNNING] [PASSED]
test_mutexes [RUNNING] [PASSED]
test_try_mutexes [RUNNING] [PASSED]
CASE mxr_mutex_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: mxr-mutex-test passed
CASE pthread_tests [STARTED]
pthread_test [RUNNING] [PASSED]
pthread_self_main_thread_test [RUNNING] [PASSED]
CASE pthread_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: pthread-test passed
CASE tls_tests [STARTED]
tls_test [RUNNING] [PASSED]
CASE tls_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: pthread-tls-test passed
CASE qsort_tests [STARTED]
qsort_test [RUNNING] [PASSED]
CASE qsort_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: qsort-test passed
CASE reply_handle_tests [STARTED]
reply_handle_basic [RUNNING] [PASSED]
reply_handle_rw [RUNNING]helper: start
[PASSED]
CASE reply_handle_tests [PASSED]
helper: done
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: reply-handle-test passed
CASE socket_tests [STARTED]
socket_basic [RUNNING] [PASSED]
CASE socket_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: socket-test passed
CASE sysconf_tests [STARTED]
sysconf_test [RUNNING] [PASSED]
CASE sysconf_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: sysconf-test passed
CASE tis_tests [STARTED]
tis_test [RUNNING] [PASSED]
CASE tis_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: thread-initial-state-test passed
CASE threads_tests [STARTED]
threads_test [RUNNING] [PASSED]
CASE threads_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: threads-test passed
CASE vmo_tests [STARTED]
vmo_create_test [RUNNING] [PASSED]
vmo_read_write_test [RUNNING] [PASSED]
vmo_read_only_map_test [RUNNING] [PASSED]
vmo_resize_test [RUNNING] [PASSED]
CASE vmo_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: vmo-test passed
CASE wait_set_tests [STARTED]
wait_set_create_test [RUNNING] [PASSED]
wait_set_add_remove_test [RUNNING] [PASSED]
wait_set_bad_add_remove_test [RUNNING] [PASSED]
wait_set_wait_single_thread_1_test [RUNNING] [PASSED]
wait_set_wait_single_thread_2_test [RUNNING] [PASSED]
wait_set_wait_threaded_test [RUNNING] [PASSED]
wait_set_wait_cancelled_test [RUNNING] [PASSED]
CASE wait_set_tests [PASSED]
SUCCESS! All test cases passed!
====================================================
CASES: 1 SUCCESS: 1 FAILED: 0
====================================================
PASSED: wait-set-test passed
TestCharClassBuilder.Adds
TestRegexpCompileToProg.Simple
TestCompile.Latin1Ranges
TestCompile.OtherByteMapTests
TestCompile.UTF8Ranges
TestCompile.InsufficientMemory
TestCompile.Bug26705922
FilteredRE2Test.EmptyTest
../../third_party/re2/re2/prefilter_tree.cc:303: Compile() not called
FilteredRE2Test.SmallOrTest
FilteredRE2Test.SmallLatinTest
FilteredRE2Test.AtomTests
FilteredRE2Test.MatchEmptyPattern
FilteredRE2Test.MatchTests
../../third_party/re2/re2/testing/filtered_re2_test.cc:272: S: 4
../../third_party/re2/re2/testing/filtered_re2_test.cc:274: i: 0 : 1
../../third_party/re2/re2/testing/filtered_re2_test.cc:274: i: 1 : 6
../../third_party/re2/re2/testing/filtered_re2_test.cc:274: i: 2 : 5
../../third_party/re2/re2/testing/filtered_re2_test.cc:274: i: 3 : 4
MimicsPCRE.SimpleTests
TestParse.SimpleRegexps
TestParse.FoldCase
TestParse.Literal
TestParse.MatchNL
TestParse.NoMatchNL
TestParse.Prefix
TestParse.Nested
TestParse.InvalidRegexps
TestToString.EquivalentParse
NamedCaptures.ErrorArgs
CplusplusStrings.EightBit
PossibleMatchRange.HandWritten
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=Abcdef
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=abc(def|ghi)
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=a+hello
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=a*hello
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=def|abc
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=a(b)(c)[d]
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=ab(cab|cat)
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=ab(cab|ca)x
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(ab|x)(c|de)
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(ab|x)?(c|z)?
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=[^\\s\\S]
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(abc)+
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(abc)+
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(abc)+
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=[a\303\241]
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=a*
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)Abcdef
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)abc(def|ghi)
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)a+hello
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)a*hello
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)def|abc
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)a(b)(c)[d]
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)ab(cab|cat)
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)ab(cab|ca)x
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)(ab|x)(c|de)
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)(ab|x)?(c|z)?
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)[^\\s\\S]
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)(abc)+
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)(abc)+
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)(abc)+
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)[a\303\241]
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)a*
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)A*
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\AAbcdef
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\Aabc(def|ghi)
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\Aa+hello
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\Aa*hello
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\Adef|abc
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\Aa(b)(c)[d]
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\Aab(cab|cat)
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\Aab(cab|ca)x
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\A(ab|x)(c|de)
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\A(ab|x)?(c|z)?
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\A[^\\s\\S]
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\A(abc)+
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\A(abc)+
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\A(abc)+
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\A[a\303\241]
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=\\Aa*
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\AAbcdef
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\Aabc(def|ghi)
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\Aa+hello
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\Aa*hello
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\Adef|abc
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\Aa(b)(c)[d]
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\Aab(cab|cat)
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\Aab(cab|ca)x
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\A(ab|x)(c|de)
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\A(ab|x)?(c|z)?
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\A[^\\s\\S]
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\A(abc)+
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\A(abc)+
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\A(abc)+
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\A[a\303\241]
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\Aa*
../../third_party/re2/re2/testing/possible_match_test.cc:113: Checking regexp=(?i)\\AA*
PossibleMatchRange.Failures
../../third_party/re2/re2/re2.cc:195: Error parsing '*hello': no argument for repetition operator: *
PossibleMatchRange.Exhaustive
../../third_party/re2/re2/testing/possible_match_test.cc:240: 8868 regexps, 324960 tests
RE2ArgTest.Int16Test
RE2ArgTest.Uint16Test
RE2ArgTest.IntTest
RE2ArgTest.Uint32Test
RE2ArgTest.Int64Test
RE2ArgTest.Uint64Test
RE2.HexTests
RE2.OctalTests
RE2.DecimalTests
RE2.Replace
CheckRewriteString.all
RE2.Extract
RE2.Consume
RE2.ConsumeN
RE2.FindAndConsume
RE2.FindAndConsumeN
RE2.MatchNumberPeculiarity
RE2.Match
QuoteMeta.Simple
QuoteMeta.SimpleNegative
QuoteMeta.Latin1
QuoteMeta.UTF8
QuoteMeta.HasNull
ProgramSize.BigProgram
ProgramFanout.BigProgram
EmptyCharset.Fuzz
EmptyCharset.BitstateAssumptions
Capture.NamedGroups
RE2.CapturedGroupTest
RE2.FullMatchWithNoArgs
RE2.PartialMatch
RE2.PartialMatchN
RE2.FullMatchZeroArg
RE2.FullMatchOneArg
RE2.FullMatchIntegerArg
RE2.FullMatchStringArg
RE2.FullMatchStringPieceArg
RE2.FullMatchMultiArg
RE2.FullMatchN
RE2.FullMatchIgnoredArg
RE2.FullMatchTypedNullArg
RE2.FullMatchTypeTests
RE2.FloatingPointFullMatchTypes
RE2.FullMatchAnchored
RE2.FullMatchBraces
RE2.Complicated
RE2.FullMatchEnd
RE2.FullMatchArgCount
RE2.Accessors
RE2.UTF8
RE2.UngreedyUTF8
RE2.Rejects
RE2.NoCrash
RE2.Recursion
RE2.BigCountedRepetition
RE2.DeepRecursion
CaseInsensitive.MatchAndConsume
RE2.ImplicitConversions
RE2.CL8622304
RE2.ErrorArgs
RE2.NeverNewline
RE2.DotNL
RE2.NeverCapture
RE2.BitstateCaptureBug
RE2.UnicodeClasses
RE2.LazyRE2
RE2.NullVsEmptyString
RE2.NullVsEmptyStringSubmatches
RE2.Bug1816809
RE2.Bug3061120
RE2.CapturingGroupNames
RE2.RegexpToStringLossOfAnchor
RE2.Bug10131674
../../third_party/re2/re2/re2.cc:195: Error parsing '\140\440\174\271\150\656\106\201\004\332': invalid escape sequence: \440
../../third_party/re2/re2/re2.cc:815: Invalid RE2: invalid escape sequence: \440
RE2.Bug18391750
RE2.Bug18458852
../../third_party/re2/re2/re2.cc:195: Error parsing '(AA($[^����)]))': invalid UTF-8
RE2.Bug18523943
RE2.Bug21371806
RE2.Bug26356109
Regexp.BigRef
Regexp.BigConcat
Regexp.NamedCaptures
Regexp.CaptureNames
RequiredPrefix.SimpleTests
Regexp.SearchTests
../../third_party/re2/re2/testing/tester.cc:77: Backtrack enabled
../../third_party/re2/re2/testing/tester.cc:77: NFA enabled
../../third_party/re2/re2/testing/tester.cc:77: DFA enabled
../../third_party/re2/re2/testing/tester.cc:77: DFA1 enabled
../../third_party/re2/re2/testing/tester.cc:77: OnePass enabled
../../third_party/re2/re2/testing/tester.cc:77: BitState enabled
../../third_party/re2/re2/testing/tester.cc:77: RE2 enabled
../../third_party/re2/re2/testing/tester.cc:77: RE2a enabled
../../third_party/re2/re2/testing/tester.cc:77: RE2b enabled
Set.Unanchored
../../third_party/re2/re2/set.cc:45: Error parsing '(': missing ): (
Set.UnanchoredFactored
../../third_party/re2/re2/set.cc:45: Error parsing '(': missing ): (
Set.UnanchoredDollar
Set.Anchored
../../third_party/re2/re2/set.cc:45: Error parsing '(': missing ): (
Set.EmptyUnanchored
Set.EmptyAnchored
Set.Prefix
TestSimplify.SimpleRegexps
StringGenerator.NoLength
StringGenerator.NoLengthNoAlphabet
StringGenerator.NoAlphabet
StringGenerator.Simple
StringGenerator.UTF8
StringGenerator.GenNULL
PASS
PASSED: re2_tests passed
[==========] Running 17 tests from 3 test cases.
[----------] Global test environment set-up.
[----------] 1 test from UniqueHandle
[ RUN ] UniqueHandle.Control
[ OK ] UniqueHandle.Control (1 ms)
[----------] 1 test from UniqueHandle (4 ms total)
[----------] 15 tests from MessageLoop
[ RUN ] MessageLoop.Current
[ OK ] MessageLoop.Current (2 ms)
[ RUN ] MessageLoop.RunsTasksOnCurrentThread
[ OK ] MessageLoop.RunsTasksOnCurrentThread (3 ms)
[ RUN ] MessageLoop.CanRunTasks
[ OK ] MessageLoop.CanRunTasks (4 ms)
[ RUN ] MessageLoop.CanPostTasksFromTasks
[ OK ] MessageLoop.CanPostTasksFromTasks (2 ms)
[ RUN ] MessageLoop.TriplyNestedTasks
[ OK ] MessageLoop.TriplyNestedTasks (2 ms)
[ RUN ] MessageLoop.CanRunTasksInOrder
[ OK ] MessageLoop.CanRunTasksInOrder (2 ms)
[ RUN ] MessageLoop.CanPreloadTasks
[ OK ] MessageLoop.CanPreloadTasks (1 ms)
[ RUN ] MessageLoop.TaskDestructionTime
[ OK ] MessageLoop.TaskDestructionTime (2 ms)
[ RUN ] MessageLoop.CanQuitCurrent
[ OK ] MessageLoop.CanQuitCurrent (1 ms)
[ RUN ] MessageLoop.QuitFromReady
[ OK ] MessageLoop.QuitFromReady (3 ms)
[ RUN ] MessageLoop.HandleReady
[ OK ] MessageLoop.HandleReady (1 ms)
[ RUN ] MessageLoop.QuitWhenDeadlineExpired
[ OK ] MessageLoop.QuitWhenDeadlineExpired (12 ms)
[ RUN ] MessageLoop.Destruction
[ OK ] MessageLoop.Destruction (1 ms)
[ RUN ] MessageLoop.MultipleHandleDestruction
[ OK ] MessageLoop.MultipleHandleDestruction (2 ms)
[ RUN ] MessageLoop.AddHandlerOnError
[ OK ] MessageLoop.AddHandlerOnError (1 ms)
[----------] 15 tests from MessageLoop (64 ms total)
[----------] 1 test from CreateThread
[ RUN ] CreateThread.Control
[ OK ] CreateThread.Control (2 ms)
[----------] 1 test from CreateThread (3 ms total)
[----------] Global test environment tear-down
[==========] 17 tests from 3 test cases ran. (83 ms total)
[ PASSED ] 17 tests.
PASSED: mtl_unittests passed
[==========] Running 21 tests from 8 test cases.
[----------] Global test environment set-up.
[----------] 1 test from ArrayTest
[ RUN ] ArrayTest.New
[ OK ] ArrayTest.New (1 ms)
[----------] 1 test from ArrayTest (12 ms total)
[----------] 3 tests from ArraySerializationTest
[ RUN ] ArraySerializationTest.ArrayOfUnions
[ OK ] ArraySerializationTest.ArrayOfUnions (2 ms)
[ RUN ] ArraySerializationTest.ArrayOfArrays
[ OK ] ArraySerializationTest.ArrayOfArrays (1 ms)
[ RUN ] ArraySerializationTest.ArrayOfHandles
[ OK ] ArraySerializationTest.ArrayOfHandles (3 ms)
[----------] 3 tests from ArraySerializationTest (39 ms total)
[----------] 2 tests from MojomBufferTest
[ RUN ] MojomBufferTest.RoundTo8
[ OK ] MojomBufferTest.RoundTo8 (1 ms)
[ RUN ] MojomBufferTest.Failure
[ OK ] MojomBufferTest.Failure (0 ms)
[----------] 2 tests from MojomBufferTest (25 ms total)
[----------] 2 tests from MessageValidationTest
[ RUN ] MessageValidationTest.InvalidMessageHeader
[ OK ] MessageValidationTest.InvalidMessageHeader (5 ms)
[ RUN ] MessageValidationTest.ValidMessageHeader
[ OK ] MessageValidationTest.ValidMessageHeader (1 ms)
[----------] 2 tests from MessageValidationTest (27 ms total)
[----------] 1 test from StructSerializedSizeTest
[ RUN ] StructSerializedSizeTest.Basic
[ OK ] StructSerializedSizeTest.Basic (1 ms)
[----------] 1 test from StructSerializedSizeTest (12 ms total)
[----------] 5 tests from StructSerializationTest
[ RUN ] StructSerializationTest.StructOfStructs
[ OK ] StructSerializationTest.StructOfStructs (0 ms)
[ RUN ] StructSerializationTest.StructOfArrays
[ OK ] StructSerializationTest.StructOfArrays (2 ms)
[ RUN ] StructSerializationTest.StructOfNullArrays
[ OK ] StructSerializationTest.StructOfNullArrays (0 ms)
[ RUN ] StructSerializationTest.StructOfUnion
[ OK ] StructSerializationTest.StructOfUnion (1 ms)
[ RUN ] StructSerializationTest.StructWithHandle
[ OK ] StructSerializationTest.StructWithHandle (0 ms)
[----------] 5 tests from StructSerializationTest (58 ms total)
[----------] 3 tests from UnionSerializationTest
[ RUN ] UnionSerializationTest.UnionOfUnion
[ OK ] UnionSerializationTest.UnionOfUnion (1 ms)
[ RUN ] UnionSerializationTest.UnionOfStruct
[ OK ] UnionSerializationTest.UnionOfStruct (0 ms)
[ RUN ] UnionSerializationTest.UnionOfArray
[ OK ] UnionSerializationTest.UnionOfArray (1 ms)
[----------] 3 tests from UnionSerializationTest (34 ms total)
[----------] 4 tests from ValidationTest
[ RUN ] ValidationTest.Conformance
[ OK ] ValidationTest.Conformance (1 ms)
[ RUN ] ValidationTest.ResponseConformance
[ OK ] ValidationTest.ResponseConformance (0 ms)
[ RUN ] ValidationTest.BoundsCheck
[ OK ] ValidationTest.BoundsCheck (1 ms)
[ RUN ] ValidationTest.ResponseBoundsCheck
[ OK ] ValidationTest.ResponseBoundsCheck (0 ms)
[----------] 4 tests from ValidationTest (45 ms total)
[----------] Global test environment tear-down
[==========] 21 tests from 8 test cases ran. (363 ms total)
[ PASSED ] 21 tests.
PASSED: mojo_public_c_bindings_unittests passed
[==========] Running 7 tests from 2 test cases.
[----------] Global test environment set-up.
[----------] 5 tests from MacrosTest
[ RUN ] MacrosTest.AllowUnused
[ OK ] MacrosTest.AllowUnused (1 ms)
[ RUN ] MacrosTest.WarnUnusedResult
[ OK ] MacrosTest.WarnUnusedResult (0 ms)
[ RUN ] MacrosTest.CompileAssert
[ OK ] MacrosTest.CompileAssert (0 ms)
[ RUN ] MacrosTest.Alignof
[ OK ] MacrosTest.Alignof (1 ms)
[ RUN ] MacrosTest.Alignas
[ OK ] MacrosTest.Alignas (0 ms)
[----------] 5 tests from MacrosTest (41 ms total)
[----------] 2 tests from ResultTest
[ RUN ] ResultTest.Macros
[ OK ] ResultTest.Macros (0 ms)
[ RUN ] ResultTest.ResultMacros
[ OK ] ResultTest.ResultMacros (0 ms)
[----------] 2 tests from ResultTest (15 ms total)
[----------] Global test environment tear-down
[==========] 7 tests from 2 test cases ran. (90 ms total)
[ PASSED ] 7 tests.
PASSED: mojo_public_c_common_unittests passed
[==========] Running 2 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 2 tests from CompileTest
[ RUN ] CompileTest.MinimalCTest
[ OK ] CompileTest.MinimalCTest (6 ms)
[ RUN ] CompileTest.MinimalCppTest
[ OK ] CompileTest.MinimalCppTest (0 ms)
[----------] 2 tests from CompileTest (24 ms total)
[----------] Global test environment tear-down
[==========] 2 tests from 1 test case ran. (47 ms total)
[ PASSED ] 2 tests.
PASSED: mojo_public_c_compile_unittests passed
[==========] Running 5 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 5 tests from ServiceProviderImplTest
[ RUN ] ServiceProviderImplTest.Basic
[ OK ] ServiceProviderImplTest.Basic (49 ms)
[ RUN ] ServiceProviderImplTest.CloseAndRebind
[ OK ] ServiceProviderImplTest.CloseAndRebind (16 ms)
[ RUN ] ServiceProviderImplTest.Bind
[ OK ] ServiceProviderImplTest.Bind (9 ms)
[ RUN ] ServiceProviderImplTest.FallbackServiceProvider
[ OK ] ServiceProviderImplTest.FallbackServiceProvider (13 ms)
[ RUN ] ServiceProviderImplTest.ConstructRequestNotPending
[ OK ] ServiceProviderImplTest.ConstructRequestNotPending (1 ms)
[----------] 5 tests from ServiceProviderImplTest (129 ms total)
[----------] Global test environment tear-down
[==========] 5 tests from 1 test case ran. (152 ms total)
[ PASSED ] 5 tests.
PASSED: mojo_public_cpp_application_unittests passed
[==========] Running 259 tests from 37 test cases.
[----------] Global test environment set-up.
[----------] 24 tests from ArrayTest
[ RUN ] ArrayTest.Basic
[ OK ] ArrayTest.Basic (2 ms)
[ RUN ] ArrayTest.Testability
[ OK ] ArrayTest.Testability (1 ms)
[ RUN ] ArrayTest.NullptrConstructor
[ OK ] ArrayTest.NullptrConstructor (2 ms)
[ RUN ] ArrayTest.Bool
[ OK ] ArrayTest.Bool (1 ms)
[ RUN ] ArrayTest.Handle
[ OK ] ArrayTest.Handle (2 ms)
[ RUN ] ArrayTest.HandlesAreClosed
[ OK ] ArrayTest.HandlesAreClosed (1 ms)
[ RUN ] ArrayTest.Clone
[ OK ] ArrayTest.Clone (7 ms)
[ RUN ] ArrayTest.Serialization_ArrayOfPOD
[ OK ] ArrayTest.Serialization_ArrayOfPOD (1 ms)
[ RUN ] ArrayTest.Serialization_EmptyArrayOfPOD
[ OK ] ArrayTest.Serialization_EmptyArrayOfPOD (1 ms)
[ RUN ] ArrayTest.Serialization_ArrayOfArrayOfPOD
[ OK ] ArrayTest.Serialization_ArrayOfArrayOfPOD (2 ms)
[ RUN ] ArrayTest.Serialization_ArrayOfScopedEnum
[ OK ] ArrayTest.Serialization_ArrayOfScopedEnum (1 ms)
[ RUN ] ArrayTest.Serialization_ArrayOfBool
[ OK ] ArrayTest.Serialization_ArrayOfBool (1 ms)
[ RUN ] ArrayTest.Serialization_ArrayOfString
[ OK ] ArrayTest.Serialization_ArrayOfString (2 ms)
[ RUN ] ArrayTest.Serialization_ArrayOfHandle
WARNING: array_serialization.h(178): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_INVALID_HANDLE at the receiving side (invalid handle in array expecting valid handles: array size - 4; index - 0).
[ OK ] ArrayTest.Serialization_ArrayOfHandle (10 ms)
[ RUN ] ArrayTest.Serialization_StructWithArraysOfHandles
[ OK ] ArrayTest.Serialization_StructWithArraysOfHandles (1 ms)
[ RUN ] ArrayTest.Serialization_ArrayOfInterfacePtr
WARNING: array_serialization.h(268): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_INVALID_HANDLE at the receiving side (invalid handle in array expecting valid handles: array size - 1; index - 0).
[ OK ] ArrayTest.Serialization_ArrayOfInterfacePtr (12 ms)
[ RUN ] ArrayTest.Serialization_StructWithArrayOfInterfacePtr
WARNING: array_serialization.h(327): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_NULL_POINTER at the receiving side (null in array expecting valid pointers: array size - 1; index - 0).
[ OK ] ArrayTest.Serialization_StructWithArrayOfInterfacePtr (11 ms)
[ RUN ] ArrayTest.Serialization_StructWithArrayOfIntefaceRequest
WARNING: array_serialization.h(221): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_INVALID_HANDLE at the receiving side (invalid message pipe handle in array expecting valid handles: array size - 1; index - 0).
[ OK ] ArrayTest.Serialization_StructWithArrayOfIntefaceRequest (11 ms)
[ RUN ] ArrayTest.Resize_Copyable
[ OK ] ArrayTest.Resize_Copyable (4 ms)
[ RUN ] ArrayTest.Resize_MoveOnly
[ OK ] ArrayTest.Resize_MoveOnly (3 ms)
[ RUN ] ArrayTest.PushBack_Copyable
[ OK ] ArrayTest.PushBack_Copyable (2 ms)
[ RUN ] ArrayTest.PushBack_MoveOnly
[ OK ] ArrayTest.PushBack_MoveOnly (1 ms)
[ RUN ] ArrayTest.Iterator
[ OK ] ArrayTest.Iterator (4 ms)
[ RUN ] ArrayTest.Serialization_ArrayOfStructPtr
WARNING: array_serialization.h(327): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_NULL_POINTER at the receiving side (null in array expecting valid pointers: array size - 2; index - 0).
[ OK ] ArrayTest.Serialization_ArrayOfStructPtr (13 ms)
[----------] 24 tests from ArrayTest (355 ms total)
[----------] 5 tests from BindingCallbackTest
[ RUN ] BindingCallbackTest.Basic
[ OK ] BindingCallbackTest.Basic (19 ms)
[ RUN ] BindingCallbackTest.DeleteBindingThenRunCallback
[ OK ] BindingCallbackTest.DeleteBindingThenRunCallback (7 ms)
[ RUN ] BindingCallbackTest.DeleteBindingThenDeleteCallback
[ OK ] BindingCallbackTest.DeleteBindingThenDeleteCallback (4 ms)
[ RUN ] BindingCallbackTest.CloseBindingBeforeDeletingCallback
[ OK ] BindingCallbackTest.CloseBindingBeforeDeletingCallback (3 ms)
[ RUN ] BindingCallbackTest.DeleteCallbackBeforeBindingDeathTest
[WARNING] ../../mojo/public/cpp/bindings/tests/binding_callback_unittest.cc:291:: Death tests are not supported on this platform.
Statement 'server_impl.DeleteCallback()' cannot be verified.
[ OK ] BindingCallbackTest.DeleteCallbackBeforeBindingDeathTest (27 ms)
[----------] 5 tests from BindingCallbackTest (117 ms total)
[----------] 1 test from BindingSetTest
[ RUN ] BindingSetTest.FullLifeCycle
[ OK ] BindingSetTest.FullLifeCycle (26 ms)
[----------] 1 test from BindingSetTest (38 ms total)
[----------] 9 tests from BindingTest
[ RUN ] BindingTest.Close
[ OK ] BindingTest.Close (5 ms)
[ RUN ] BindingTest.DestroyClosesMessagePipe
[ OK ] BindingTest.DestroyClosesMessagePipe (9 ms)
[ RUN ] BindingTest.ConnectionError
[ OK ] BindingTest.ConnectionError (2 ms)
[ RUN ] BindingTest.CloseDoesntCallConnectionErrorHandler
[ OK ] BindingTest.CloseDoesntCallConnectionErrorHandler (3 ms)
[ RUN ] BindingTest.SelfDeleteOnConnectionError
[ OK ] BindingTest.SelfDeleteOnConnectionError (2 ms)
[ RUN ] BindingTest.Unbind
[ OK ] BindingTest.Unbind (9 ms)
[ RUN ] BindingTest.SetInterfaceHandleVersion
[ OK ] BindingTest.SetInterfaceHandleVersion (2 ms)
[ RUN ] BindingTest.StrongBindingCloseCompile
[ OK ] BindingTest.StrongBindingCloseCompile (3 ms)
[ RUN ] BindingTest.StrongBindingUnbindCompile
[ OK ] BindingTest.StrongBindingUnbindCompile (2 ms)
[----------] 9 tests from BindingTest (139 ms total)
[----------] 3 tests from StrongBindingTest
[ RUN ] StrongBindingTest.DestroyClosesMessagePipe
[ OK ] StrongBindingTest.DestroyClosesMessagePipe (6 ms)
[ RUN ] StrongBindingTest.ConnectionErrorDestroysImpl
[ OK ] StrongBindingTest.ConnectionErrorDestroysImpl (3 ms)
[ RUN ] StrongBindingTest.ExplicitDeleteImpl
[ OK ] StrongBindingTest.ExplicitDeleteImpl (4 ms)
[----------] 3 tests from StrongBindingTest (47 ms total)
[----------] 3 tests from BoundsCheckerTest
[ RUN ] BoundsCheckerTest.IsValidRange
[ OK ] BoundsCheckerTest.IsValidRange (1 ms)
[ RUN ] BoundsCheckerTest.ClaimHandle
[ OK ] BoundsCheckerTest.ClaimHandle (1 ms)
[ RUN ] BoundsCheckerTest.ClaimMemory
[ OK ] BoundsCheckerTest.ClaimMemory (0 ms)
[----------] 3 tests from BoundsCheckerTest (36 ms total)
[----------] 3 tests from FixedBufferTest
[ RUN ] FixedBufferTest.UnAlignedBufferSized
[ OK ] FixedBufferTest.UnAlignedBufferSized (0 ms)
[ RUN ] FixedBufferTest.Alignment
[ OK ] FixedBufferTest.Alignment (0 ms)
[ RUN ] FixedBufferTest.Leak
[ OK ] FixedBufferTest.Leak (1 ms)
[----------] 3 tests from FixedBufferTest (27 ms total)
[----------] 2 tests from Callback
[ RUN ] Callback.Create
[ OK ] Callback.Create (3 ms)
[ RUN ] Callback.CreateFromOverloadedFunctionPtr
[ OK ] Callback.CreateFromOverloadedFunctionPtr (1 ms)
[----------] 2 tests from Callback (30 ms total)
[----------] 10 tests from ConnectorTest
[ RUN ] ConnectorTest.Basic
[ OK ] ConnectorTest.Basic (4 ms)
[ RUN ] ConnectorTest.Basic_Synchronous
[ OK ] ConnectorTest.Basic_Synchronous (3 ms)
[ RUN ] ConnectorTest.Basic_EarlyIncomingReceiver
[ OK ] ConnectorTest.Basic_EarlyIncomingReceiver (3 ms)
[ RUN ] ConnectorTest.Basic_TwoMessages
[ OK ] ConnectorTest.Basic_TwoMessages (4 ms)
[ RUN ] ConnectorTest.Basic_TwoMessages_Synchronous
[ OK ] ConnectorTest.Basic_TwoMessages_Synchronous (1 ms)
[ RUN ] ConnectorTest.WriteToClosedPipe
[ OK ] ConnectorTest.WriteToClosedPipe (2 ms)
[ RUN ] ConnectorTest.MessageWithHandles
[ OK ] ConnectorTest.MessageWithHandles (8 ms)
[ RUN ] ConnectorTest.WaitForIncomingMessageWithError
[ OK ] ConnectorTest.WaitForIncomingMessageWithError (1 ms)
[ RUN ] ConnectorTest.WaitForIncomingMessageWithDeletion
[ OK ] ConnectorTest.WaitForIncomingMessageWithDeletion (3 ms)
[ RUN ] ConnectorTest.WaitForIncomingMessageWithReentrancy
[ OK ] ConnectorTest.WaitForIncomingMessageWithReentrancy (3 ms)
[----------] 10 tests from ConnectorTest (142 ms total)
[----------] 3 tests from ConstantTest
[ RUN ] ConstantTest.GlobalConstants
[ OK ] ConstantTest.GlobalConstants (1 ms)
[ RUN ] ConstantTest.StructConstants
[ OK ] ConstantTest.StructConstants (0 ms)
[ RUN ] ConstantTest.InterfaceConstants
[ OK ] ConstantTest.InterfaceConstants (0 ms)
[----------] 3 tests from ConstantTest (25 ms total)
[----------] 5 tests from EqualsTest
[ RUN ] EqualsTest.Null
[ OK ] EqualsTest.Null (1 ms)
[ RUN ] EqualsTest.EqualsStruct
[ OK ] EqualsTest.EqualsStruct (0 ms)
[ RUN ] EqualsTest.EqualsStructNested
[ OK ] EqualsTest.EqualsStructNested (1 ms)
[ RUN ] EqualsTest.EqualsArray
[ OK ] EqualsTest.EqualsArray (1 ms)
[ RUN ] EqualsTest.EqualsMap
[ OK ] EqualsTest.EqualsMap (4 ms)
[----------] 5 tests from EqualsTest (60 ms total)
[----------] 3 tests from FormattingTest
[ RUN ] FormattingTest.Arrays
[ OK ] FormattingTest.Arrays (1 ms)
[ RUN ] FormattingTest.Maps
[ OK ] FormattingTest.Maps (2 ms)
[ RUN ] FormattingTest.Structs
[ OK ] FormattingTest.Structs (1 ms)
[----------] 3 tests from FormattingTest (46 ms total)
[----------] 6 tests from HandlePassingTest
[ RUN ] HandlePassingTest.Basic
[ OK ] HandlePassingTest.Basic (19 ms)
[ RUN ] HandlePassingTest.PassInvalid
[ OK ] HandlePassingTest.PassInvalid (5 ms)
[ RUN ] HandlePassingTest.DataPipe
../../mojo/public/cpp/bindings/tests/handle_passing_unittest.cc:264: Failure
Value of: WriteDataRaw(producer_handle.get(), expected_text_reply.c_str(), &data_size, ((MojoWriteDataFlags)1 << 0))
Actual: 12
Expected: ((((MojoResult)0x0u)) | ((((MojoResult)0x0000u)) << 16u) | ((((MojoResult)0x000u)) << 4u))
Which is: 0
[ FAILED ] HandlePassingTest.DataPipe (15 ms)
[ RUN ] HandlePassingTest.PipesAreClosed
[ OK ] HandlePassingTest.PipesAreClosed (5 ms)
[ RUN ] HandlePassingTest.IsHandle
[ OK ] HandlePassingTest.IsHandle (1 ms)
[ RUN ] HandlePassingTest.CreateNamedObject
[ OK ] HandlePassingTest.CreateNamedObject (14 ms)
[----------] 6 tests from HandlePassingTest (121 ms total)
[----------] 1 test from InterfacePtrSetTest
[ RUN ] InterfacePtrSetTest.FullLifeCycle
[ OK ] InterfacePtrSetTest.FullLifeCycle (25 ms)
[----------] 1 test from InterfacePtrSetTest (34 ms total)
[----------] 14 tests from InterfacePtrTest
[ RUN ] InterfacePtrTest.IsBound
[ OK ] InterfacePtrTest.IsBound (3 ms)
[ RUN ] InterfacePtrTest.EndToEnd
[ OK ] InterfacePtrTest.EndToEnd (7 ms)
[ RUN ] InterfacePtrTest.EndToEnd_Synchronous
[ OK ] InterfacePtrTest.EndToEnd_Synchronous (3 ms)
[ RUN ] InterfacePtrTest.Movable
[ OK ] InterfacePtrTest.Movable (2 ms)
[ RUN ] InterfacePtrTest.Resettable
[ OK ] InterfacePtrTest.Resettable (2 ms)
[ RUN ] InterfacePtrTest.BindInvalidHandle
[ OK ] InterfacePtrTest.BindInvalidHandle (0 ms)
[ RUN ] InterfacePtrTest.EncounteredError
[ OK ] InterfacePtrTest.EncounteredError (5 ms)
[ RUN ] InterfacePtrTest.EncounteredErrorCallback
[ OK ] InterfacePtrTest.EncounteredErrorCallback (6 ms)
[ RUN ] InterfacePtrTest.DestroyInterfacePtrOnMethodResponse
[ OK ] InterfacePtrTest.DestroyInterfacePtrOnMethodResponse (3 ms)
[ RUN ] InterfacePtrTest.NestedDestroyInterfacePtrOnMethodResponse
[ OK ] InterfacePtrTest.NestedDestroyInterfacePtrOnMethodResponse (6 ms)
[ RUN ] InterfacePtrTest.ReentrantWaitForIncomingMethodCall
[ OK ] InterfacePtrTest.ReentrantWaitForIncomingMethodCall (5 ms)
[ RUN ] InterfacePtrTest.QueryVersion
[ OK ] InterfacePtrTest.QueryVersion (9 ms)
[ RUN ] InterfacePtrTest.RequireVersion
[ OK ] InterfacePtrTest.RequireVersion (7 ms)
[ RUN ] InterfacePtrTest.Scoping
[ OK ] InterfacePtrTest.Scoping (14 ms)
[----------] 14 tests from InterfacePtrTest (214 ms total)
[----------] 1 test from StrongConnectorTest
[ RUN ] StrongConnectorTest.Math
[ OK ] StrongConnectorTest.Math (6 ms)
[----------] 1 test from StrongConnectorTest (16 ms total)
[----------] 1 test from WeakConnectorTest
[ RUN ] WeakConnectorTest.Math
[ OK ] WeakConnectorTest.Math (5 ms)
[----------] 1 test from WeakConnectorTest (15 ms total)
[----------] 1 test from SampleInterfaceOrdinals
[ RUN ] SampleInterfaceOrdinals.CheckGeneratedOrdinals
[ OK ] SampleInterfaceOrdinals.CheckGeneratedOrdinals (1 ms)
[----------] 1 test from SampleInterfaceOrdinals (14 ms total)
[----------] 2 tests from SampleInterfaceGeneratedStructs
[ RUN ] SampleInterfaceGeneratedStructs.RequestStruct
[ OK ] SampleInterfaceGeneratedStructs.RequestStruct (0 ms)
[ RUN ] SampleInterfaceGeneratedStructs.ResponseStruct
[ OK ] SampleInterfaceGeneratedStructs.ResponseStruct (0 ms)
[----------] 2 tests from SampleInterfaceGeneratedStructs (22 ms total)
[----------] 3 tests from MapIteratorTest
[ RUN ] MapIteratorTest.KeyIterator
[ OK ] MapIteratorTest.KeyIterator (1 ms)
[ RUN ] MapIteratorTest.ValueIterator
[ OK ] MapIteratorTest.ValueIterator (1 ms)
[ RUN ] MapIteratorTest.BidirectionalIteratorConcept
[ OK ] MapIteratorTest.BidirectionalIteratorConcept (3 ms)
[----------] 3 tests from MapIteratorTest (39 ms total)
[----------] 16 tests from MapTest
[ RUN ] MapTest.Testability
[ OK ] MapTest.Testability (0 ms)
[ RUN ] MapTest.InsertWorks
[ OK ] MapTest.InsertWorks (1 ms)
[ RUN ] MapTest.TestIndexOperator
[ OK ] MapTest.TestIndexOperator (1 ms)
[ RUN ] MapTest.TestIndexOperatorAsRValue
[ OK ] MapTest.TestIndexOperatorAsRValue (1 ms)
[ RUN ] MapTest.TestIndexOperatorMoveOnly
[ OK ] MapTest.TestIndexOperatorMoveOnly (1 ms)
[ RUN ] MapTest.ConstructedFromArray
[ OK ] MapTest.ConstructedFromArray (1 ms)
[ RUN ] MapTest.Insert_Copyable
[ OK ] MapTest.Insert_Copyable (2 ms)
[ RUN ] MapTest.Insert_MoveOnly
[ OK ] MapTest.Insert_MoveOnly (2 ms)
[ RUN ] MapTest.IndexOperator_MoveOnly
[ OK ] MapTest.IndexOperator_MoveOnly (1 ms)
[ RUN ] MapTest.STLToMojo
[ OK ] MapTest.STLToMojo (2 ms)
[ RUN ] MapTest.MojoToSTL
[ OK ] MapTest.MojoToSTL (2 ms)
[ RUN ] MapTest.MapArrayClone
[ OK ] MapTest.MapArrayClone (3 ms)
[ RUN ] MapTest.ArrayOfMap
[ OK ] MapTest.ArrayOfMap (10 ms)
[ RUN ] MapTest.Serialization_MapWithScopedEnumKeys
[ OK ] MapTest.Serialization_MapWithScopedEnumKeys (4 ms)
[ RUN ] MapTest.Serialization_MapWithScopedEnumVals
[ OK ] MapTest.Serialization_MapWithScopedEnumVals (4 ms)
[ RUN ] MapTest.Serialization_MapOfNullableStructs
WARNING: array_serialization.h(327): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_NULL_POINTER at the receiving side (null in array expecting valid pointers: array size - 2; index - 0).
[ OK ] MapTest.Serialization_MapOfNullableStructs (11 ms)
[----------] 16 tests from MapTest (215 ms total)
[----------] 3 tests from MessageBuilderTest
[ RUN ] MessageBuilderTest.MessageBuilder
[ OK ] MessageBuilderTest.MessageBuilder (0 ms)
[ RUN ] MessageBuilderTest.RequestMessageBuilder
[ OK ] MessageBuilderTest.RequestMessageBuilder (0 ms)
[ RUN ] MessageBuilderTest.ResponseMessageBuilder
[ OK ] MessageBuilderTest.ResponseMessageBuilder (2 ms)
[----------] 3 tests from MessageBuilderTest (24 ms total)
[----------] 4 tests from RequestResponseTest
[ RUN ] RequestResponseTest.EchoString
[ OK ] RequestResponseTest.EchoString (6 ms)
[ RUN ] RequestResponseTest.EchoStrings
[ OK ] RequestResponseTest.EchoStrings (6 ms)
[ RUN ] RequestResponseTest.EchoMessagePipeHandle
[ OK ] RequestResponseTest.EchoMessagePipeHandle (7 ms)
[ RUN ] RequestResponseTest.EchoEnum
[ OK ] RequestResponseTest.EchoEnum (5 ms)
[----------] 4 tests from RequestResponseTest (63 ms total)
[----------] 8 tests from RouterTest
[ RUN ] RouterTest.BasicRequestResponse
[ OK ] RouterTest.BasicRequestResponse (9 ms)
[ RUN ] RouterTest.BasicRequestResponse_Synchronous
[ OK ] RouterTest.BasicRequestResponse_Synchronous (5 ms)
[ RUN ] RouterTest.BasicRequestResponse_SynchronousTimeout
[ OK ] RouterTest.BasicRequestResponse_SynchronousTimeout (5 ms)
[ RUN ] RouterTest.RequestWithNoReceiver
[ OK ] RouterTest.RequestWithNoReceiver (4 ms)
[ RUN ] RouterTest.LazyResponses
[ OK ] RouterTest.LazyResponses (9 ms)
[ RUN ] RouterTest.MissingResponses
[ OK ] RouterTest.MissingResponses (4 ms)
[ RUN ] RouterTest.MissingResponses_Timeout
[ OK ] RouterTest.MissingResponses_Timeout (5 ms)
[ RUN ] RouterTest.LateResponse
[ OK ] RouterTest.LateResponse (3 ms)
[----------] 8 tests from RouterTest (119 ms total)
[----------] 2 tests from BindingsSampleTest
[ RUN ] BindingsSampleTest.Basic
[ OK ] BindingsSampleTest.Basic (12 ms)
[ RUN ] BindingsSampleTest.DefaultValues
[ OK ] BindingsSampleTest.DefaultValues (2 ms)
[----------] 2 tests from BindingsSampleTest (37 ms total)
[----------] 6 tests from StructSerializationAPITest
[ RUN ] StructSerializationAPITest.GetSerializedSize
[ OK ] StructSerializationAPITest.GetSerializedSize (0 ms)
[ RUN ] StructSerializationAPITest.BasicStructSerialization
WARNING: test_structs.mojom-common.cc(6613): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_NULL_POINTER at the receiving side (null f11 in NoDefaultFieldValues struct).
ERROR: test_structs.mojom-common.cc(6521): Could not serialize: VALIDATION_ERROR_UNEXPECTED_NULL_POINTER
WARNING: test_structs.mojom-common.cc(6613): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_NULL_POINTER at the receiving side (null f11 in NoDefaultFieldValues struct).
ERROR: test_structs.mojom-common.cc(6521): Could not serialize: VALIDATION_ERROR_UNEXPECTED_NULL_POINTER
[ OK ] StructSerializationAPITest.BasicStructSerialization (34 ms)
[ RUN ] StructSerializationAPITest.HandlesSerialization
WARNING: test_structs.mojom-common.cc(6373): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_NULL_POINTER at the receiving side (null array_h in HandleStruct struct).
ERROR: test_structs.mojom-common.cc(6296): Could not serialize: VALIDATION_ERROR_UNEXPECTED_NULL_POINTER
ERROR: test_structs.mojom-common.cc(6327): Deserialization error VALIDATION_ERROR_ILLEGAL_HANDLE:
WARNING: array_serialization.h(178): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_INVALID_HANDLE at the receiving side (invalid handle in array expecting valid handles: array size - 1; index - 0).
ERROR: test_structs.mojom-common.cc(6296): Could not serialize: VALIDATION_ERROR_UNEXPECTED_INVALID_HANDLE
ERROR: test_structs.mojom-common.cc(6327): Deserialization error VALIDATION_ERROR_ILLEGAL_HANDLE:
[WARNING] ../../mojo/public/cpp/bindings/tests/serialization_api_unittest.cc:150:: Death tests are not supported on this platform.
Statement '{ SerializeAndDeserialize(&handle_struct, mojo::internal::ValidationError::NONE); }' cannot be verified.
[ OK ] StructSerializationAPITest.HandlesSerialization (77 ms)
[ RUN ] StructSerializationAPITest.NullableHandleSerialization
[ OK ] StructSerializationAPITest.NullableHandleSerialization (1 ms)
[ RUN ] StructSerializationAPITest.DeserializationFailure
ERROR: test_structs.mojom-common.cc(6224): Deserialization error VALIDATION_ERROR_ILLEGAL_MEMORY_RANGE:
ERROR: test_structs.mojom-common.cc(6224): Deserialization error VALIDATION_ERROR_UNEXPECTED_STRUCT_HEADER:
[ OK ] StructSerializationAPITest.DeserializationFailure (15 ms)
[ RUN ] StructSerializationAPITest.DeserializationWithoutValidation
[ OK ] StructSerializationAPITest.DeserializationWithoutValidation (1 ms)
[----------] 6 tests from StructSerializationAPITest (199 ms total)
[----------] 7 tests from SerializationWarningTest
[ RUN ] SerializationWarningTest.HandleInStruct
WARNING: serialization_test_structs.mojom-common.cc(1049): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_INVALID_HANDLE at the receiving side (invalid hdl in Struct2 struct).
[ OK ] SerializationWarningTest.HandleInStruct (12 ms)
[ RUN ] SerializationWarningTest.StructInStruct
WARNING: serialization_test_structs.mojom-common.cc(1166): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_NULL_POINTER at the receiving side (null struct_1 in Struct3 struct).
[ OK ] SerializationWarningTest.StructInStruct (8 ms)
[ RUN ] SerializationWarningTest.ArrayOfStructsInStruct
WARNING: serialization_test_structs.mojom-common.cc(1285): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_NULL_POINTER at the receiving side (null data in Struct4 struct).
WARNING: array_serialization.h(327): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_NULL_POINTER at the receiving side (null in array expecting valid pointers: array size - 1; index - 0).
[ OK ] SerializationWarningTest.ArrayOfStructsInStruct (23 ms)
[ RUN ] SerializationWarningTest.FixedArrayOfStructsInStruct
WARNING: serialization_test_structs.mojom-common.cc(1401): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_NULL_POINTER at the receiving side (null pair in Struct5 struct).
WARNING: array_serialization.h(512): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_ARRAY_HEADER at the receiving side (fixed-size array has wrong number of elements: array size - 1; expected size - 2).
[ OK ] SerializationWarningTest.FixedArrayOfStructsInStruct (19 ms)
[ RUN ] SerializationWarningTest.StringInStruct
WARNING: serialization_test_structs.mojom-common.cc(1511): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_NULL_POINTER at the receiving side (null str in Struct6 struct).
[ OK ] SerializationWarningTest.StringInStruct (9 ms)
[ RUN ] SerializationWarningTest.ArrayOfArraysOfHandles
WARNING: array_serialization.h(327): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_NULL_POINTER at the receiving side (null in array expecting valid pointers: array size - 2; index - 0).
WARNING: array_serialization.h(178): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_INVALID_HANDLE at the receiving side (invalid handle in array expecting valid handles: array size - 3; index - 0).
[ OK ] SerializationWarningTest.ArrayOfArraysOfHandles (19 ms)
[ RUN ] SerializationWarningTest.ArrayOfStrings
WARNING: array_serialization.h(327): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_NULL_POINTER at the receiving side (null in array expecting valid pointers: array size - 3; index - 0).
WARNING: array_serialization.h(512): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_ARRAY_HEADER at the receiving side (fixed-size array has wrong number of elements: array size - 2; expected size - 3).
[ OK ] SerializationWarningTest.ArrayOfStrings (19 ms)
[----------] 7 tests from SerializationWarningTest (185 ms total)
[----------] 15 tests from StringTest
[ RUN ] StringTest.DefaultIsNull
[ OK ] StringTest.DefaultIsNull (0 ms)
[ RUN ] StringTest.ConstructedWithNull
[ OK ] StringTest.ConstructedWithNull (0 ms)
[ RUN ] StringTest.ConstructedWithNullCharPointer
[ OK ] StringTest.ConstructedWithNullCharPointer (0 ms)
[ RUN ] StringTest.AssignedNull
[ OK ] StringTest.AssignedNull (0 ms)
[ RUN ] StringTest.AssignedNullCharPointer
[ OK ] StringTest.AssignedNullCharPointer (0 ms)
[ RUN ] StringTest.Empty
[ OK ] StringTest.Empty (0 ms)
[ RUN ] StringTest.Basic
[ OK ] StringTest.Basic (0 ms)
[ RUN ] StringTest.Assignment
[ OK ] StringTest.Assignment (1 ms)
[ RUN ] StringTest.ConstAt
[ OK ] StringTest.ConstAt (1 ms)
[ RUN ] StringTest.NonConstAt
[ OK ] StringTest.NonConstAt (0 ms)
[ RUN ] StringTest.ConstArraySubscript
[ OK ] StringTest.ConstArraySubscript (1 ms)
[ RUN ] StringTest.NonConstArraySubscript
[ OK ] StringTest.NonConstArraySubscript (0 ms)
[ RUN ] StringTest.Equality
[ OK ] StringTest.Equality (0 ms)
[ RUN ] StringTest.LessThanNullness
[ OK ] StringTest.LessThanNullness (1 ms)
[ RUN ] StringTest.OutputFormatting
[ OK ] StringTest.OutputFormatting (0 ms)
[----------] 15 tests from StringTest (135 ms total)
[----------] 1 test from StrongBindingSetTest
[ RUN ] StrongBindingSetTest.FullLifeCycle
[ OK ] StrongBindingSetTest.FullLifeCycle (20 ms)
[----------] 1 test from StrongBindingSetTest (31 ms total)
[----------] 10 tests from StructTest
[ RUN ] StructTest.Rect
[ OK ] StructTest.Rect (1 ms)
[ RUN ] StructTest.Clone
[ OK ] StructTest.Clone (1 ms)
[ RUN ] StructTest.Serialization_Basic
[ OK ] StructTest.Serialization_Basic (1 ms)
[ RUN ] StructTest.Construction_StructPointers
[ OK ] StructTest.Construction_StructPointers (1 ms)
[ RUN ] StructTest.Serialization_StructPointers
[ OK ] StructTest.Serialization_StructPointers (1 ms)
[ RUN ] StructTest.Serialization_ArrayPointers
[ OK ] StructTest.Serialization_ArrayPointers (0 ms)
[ RUN ] StructTest.Serialization_NullArrayPointers
[ OK ] StructTest.Serialization_NullArrayPointers (1 ms)
[ RUN ] StructTest.Serialization_InterfaceRequest
WARNING: test_structs.mojom-common.cc(9429): The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_INVALID_HANDLE at the receiving side (invalid req in ContainsInterfaceRequest struct).
[ OK ] StructTest.Serialization_InterfaceRequest (8 ms)
[ RUN ] StructTest.Versioning_OldToNew
[ OK ] StructTest.Versioning_OldToNew (7 ms)
[ RUN ] StructTest.Versioning_NewToOld
[ OK ] StructTest.Versioning_NewToOld (8 ms)
[----------] 10 tests from StructTest (115 ms total)
[----------] 3 tests from SynchronousConnectorTest
[ RUN ] SynchronousConnectorTest.Basic
[ OK ] SynchronousConnectorTest.Basic (2 ms)
[ RUN ] SynchronousConnectorTest.WriteToClosedPipe
WARNING: synchronous_connector.cc(48): WriteMessageRaw unsuccessful. error = 9
[ OK ] SynchronousConnectorTest.WriteToClosedPipe (4 ms)
[ RUN ] SynchronousConnectorTest.ReadFromClosedPipe
WARNING: synchronous_connector.cc(63): Failed waiting for a response. error = 9
[ OK ] SynchronousConnectorTest.ReadFromClosedPipe (2 ms)
[----------] 3 tests from SynchronousConnectorTest (33 ms total)
[----------] 7 tests from SynchronousInterfacePtrTest
[ RUN ] SynchronousInterfacePtrTest.IsBound
[ OK ] SynchronousInterfacePtrTest.IsBound (3 ms)
[ RUN ] SynchronousInterfacePtrTest.EndToEnd
[ OK ] SynchronousInterfacePtrTest.EndToEnd (8 ms)
[ RUN ] SynchronousInterfacePtrTest.Movable
[ OK ] SynchronousInterfacePtrTest.Movable (1 ms)
[ RUN ] SynchronousInterfacePtrTest.Resettable
[ OK ] SynchronousInterfacePtrTest.Resettable (0 ms)
[ RUN ] SynchronousInterfacePtrTest.SetNull
[ OK ] SynchronousInterfacePtrTest.SetNull (1 ms)
[ RUN ] SynchronousInterfacePtrTest.EncounteredError
WARNING: synchronous_connector.cc(48): WriteMessageRaw unsuccessful. error = 9
[ OK ] SynchronousInterfacePtrTest.EncounteredError (3 ms)
[ RUN ] SynchronousInterfacePtrTest.Scoping
[ OK ] SynchronousInterfacePtrTest.Scoping (5 ms)
[----------] 7 tests from SynchronousInterfacePtrTest (49 ms total)
[----------] 8 tests from TypeConversionTest
[ RUN ] TypeConversionTest.String
[ OK ] TypeConversionTest.String (1 ms)
[ RUN ] TypeConversionTest.String_Null
[ OK ] TypeConversionTest.String_Null (0 ms)
[ RUN ] TypeConversionTest.String_Empty
[ OK ] TypeConversionTest.String_Empty (1 ms)
[ RUN ] TypeConversionTest.StringWithEmbeddedNull
[ OK ] TypeConversionTest.StringWithEmbeddedNull (0 ms)
[ RUN ] TypeConversionTest.CustomTypeConverter
[ OK ] TypeConversionTest.CustomTypeConverter (1 ms)
[ RUN ] TypeConversionTest.CustomTypeConverter_Array_Null
[ OK ] TypeConversionTest.CustomTypeConverter_Array_Null (1 ms)
[ RUN ] TypeConversionTest.CustomTypeConverter_Array
[ OK ] TypeConversionTest.CustomTypeConverter_Array (1 ms)
[ RUN ] TypeConversionTest.CustomTypeConverter_Nested
[ OK ] TypeConversionTest.CustomTypeConverter_Nested (1 ms)
[----------] 8 tests from TypeConversionTest (20 ms total)
[----------] 58 tests from UnionTest
[ RUN ] UnionTest.PlainOldDataGetterSetter
[ OK ] UnionTest.PlainOldDataGetterSetter (3 ms)
[ RUN ] UnionTest.PodEquals
[ OK ] UnionTest.PodEquals (0 ms)
[ RUN ] UnionTest.PodClone
[ OK ] UnionTest.PodClone (0 ms)
[ RUN ] UnionTest.PodSerialization
[ OK ] UnionTest.PodSerialization (1 ms)
[ RUN ] UnionTest.EnumSerialization
[ OK ] UnionTest.EnumSerialization (0 ms)
[ RUN ] UnionTest.PodValidation
[ OK ] UnionTest.PodValidation (1 ms)
[ RUN ] UnionTest.SerializeNotNull
[ OK ] UnionTest.SerializeNotNull (0 ms)
[ RUN ] UnionTest.SerializeIsNull
[ OK ] UnionTest.SerializeIsNull (0 ms)
[ RUN ] UnionTest.NullValidation
[ OK ] UnionTest.NullValidation (1 ms)
[ RUN ] UnionTest.OutOfAlignmentValidation
[ OK ] UnionTest.OutOfAlignmentValidation (1 ms)
[ RUN ] UnionTest.OOBValidation
[ OK ] UnionTest.OOBValidation (0 ms)
[ RUN ] UnionTest.UnknownTagDeserialization
WARNING: test_unions.mojom-common.cc(6405): Deserializing PodUnion with unknown tag!
[ OK ] UnionTest.UnknownTagDeserialization (1 ms)
[ RUN ] UnionTest.UnknownTagValidation
[ OK ] UnionTest.UnknownTagValidation (0 ms)
[ RUN ] UnionTest.StringGetterSetter
[ OK ] UnionTest.StringGetterSetter (1 ms)
[ RUN ] UnionTest.StringEquals
[ OK ] UnionTest.StringEquals (0 ms)
[ RUN ] UnionTest.StringClone
[ OK ] UnionTest.StringClone (1 ms)
[ RUN ] UnionTest.StringSerialization
[ OK ] UnionTest.StringSerialization (0 ms)
[ RUN ] UnionTest.NullStringValidation
[ OK ] UnionTest.NullStringValidation (1 ms)
[ RUN ] UnionTest.StringPointerOverflowValidation
[ OK ] UnionTest.StringPointerOverflowValidation (0 ms)
[ RUN ] UnionTest.StringValidateOOB
[ OK ] UnionTest.StringValidateOOB (0 ms)
[ RUN ] UnionTest.PodUnionInArray
[ OK ] UnionTest.PodUnionInArray (2 ms)
[ RUN ] UnionTest.PodUnionInArraySerialization
[ OK ] UnionTest.PodUnionInArraySerialization (1 ms)
[ RUN ] UnionTest.PodUnionInArrayValidation
[ OK ] UnionTest.PodUnionInArrayValidation (1 ms)
[ RUN ] UnionTest.PodUnionInArraySerializationWithNull
[ OK ] UnionTest.PodUnionInArraySerializationWithNull (0 ms)
[ RUN ] UnionTest.Clone_Union
[ OK ] UnionTest.Clone_Union (2 ms)
[ RUN ] UnionTest.Serialization_UnionOfPods
[ OK ] UnionTest.Serialization_UnionOfPods (1 ms)
[ RUN ] UnionTest.Serialization_UnionOfObjects
[ OK ] UnionTest.Serialization_UnionOfObjects (1 ms)
[ RUN ] UnionTest.Validation_UnionsInStruct
[ OK ] UnionTest.Validation_UnionsInStruct (1 ms)
[ RUN ] UnionTest.Validation_PodUnionInStruct_Failure
[ OK ] UnionTest.Validation_PodUnionInStruct_Failure (1 ms)
[ RUN ] UnionTest.Validation_NullUnion_Failure
[ OK ] UnionTest.Validation_NullUnion_Failure (1 ms)
[ RUN ] UnionTest.Validation_NullableUnion
[ OK ] UnionTest.Validation_NullableUnion (0 ms)
[ RUN ] UnionTest.Deserialize_NullableUnion
[ OK ] UnionTest.Deserialize_NullableUnion (1 ms)
[ RUN ] UnionTest.Validation_NullableObjectUnion
[ OK ] UnionTest.Validation_NullableObjectUnion (1 ms)
[ RUN ] UnionTest.PodUnionInMap
[ OK ] UnionTest.PodUnionInMap (1 ms)
[ RUN ] UnionTest.PodUnionInMapSerialization
[ OK ] UnionTest.PodUnionInMapSerialization (2 ms)
[ RUN ] UnionTest.PodUnionInMapSerializationWithNull
[ OK ] UnionTest.PodUnionInMapSerializationWithNull (2 ms)
[ RUN ] UnionTest.StructInUnionGetterSetterPasser
[ OK ] UnionTest.StructInUnionGetterSetterPasser (0 ms)
[ RUN ] UnionTest.StructInUnionSerialization
[ OK ] UnionTest.StructInUnionSerialization (0 ms)
[ RUN ] UnionTest.StructInUnionValidation
[ OK ] UnionTest.StructInUnionValidation (1 ms)
[ RUN ] UnionTest.StructInUnionValidationNonNullable
[ OK ] UnionTest.StructInUnionValidationNonNullable (0 ms)
[ RUN ] UnionTest.StructInUnionValidationNullable
[ OK ] UnionTest.StructInUnionValidationNullable (1 ms)
[ RUN ] UnionTest.ArrayInUnionGetterSetter
[ OK ] UnionTest.ArrayInUnionGetterSetter (0 ms)
[ RUN ] UnionTest.ArrayInUnionSerialization
[ OK ] UnionTest.ArrayInUnionSerialization (1 ms)
[ RUN ] UnionTest.ArrayInUnionValidation
[ OK ] UnionTest.ArrayInUnionValidation (0 ms)
[ RUN ] UnionTest.MapInUnionGetterSetter
[ OK ] UnionTest.MapInUnionGetterSetter (2 ms)
[ RUN ] UnionTest.MapInUnionSerialization
[ OK ] UnionTest.MapInUnionSerialization (2 ms)
[ RUN ] UnionTest.MapInUnionValidation
[ OK ] UnionTest.MapInUnionValidation (0 ms)
[ RUN ] UnionTest.UnionInUnionGetterSetter
[ OK ] UnionTest.UnionInUnionGetterSetter (1 ms)
[ RUN ] UnionTest.UnionInUnionSerialization
[ OK ] UnionTest.UnionInUnionSerialization (0 ms)
[ RUN ] UnionTest.UnionInUnionValidation
[ OK ] UnionTest.UnionInUnionValidation (0 ms)
[ RUN ] UnionTest.UnionInUnionValidationNonNullable
[ OK ] UnionTest.UnionInUnionValidationNonNullable (1 ms)
[ RUN ] UnionTest.HandleInUnionGetterSetter
[ OK ] UnionTest.HandleInUnionGetterSetter (1 ms)
[ RUN ] UnionTest.HandleInUnionSerialization
[ OK ] UnionTest.HandleInUnionSerialization (1 ms)
[ RUN ] UnionTest.HandleInUnionValidation
[ OK ] UnionTest.HandleInUnionValidation (0 ms)
[ RUN ] UnionTest.HandleInUnionValidationNull
[ OK ] UnionTest.HandleInUnionValidationNull (1 ms)
[ RUN ] UnionTest.InterfaceInUnion
[ OK ] UnionTest.InterfaceInUnion (3 ms)
[ RUN ] UnionTest.InterfaceInUnionSerialization
[ OK ] UnionTest.InterfaceInUnionSerialization (2 ms)
[ RUN ] UnionTest.UnionInInterface
[ OK ] UnionTest.UnionInInterface (4 ms)
[----------] 58 tests from UnionTest (151 ms total)
[----------] 7 tests from ValidationTest
[ RUN ] ValidationTest.InputParser
[ OK ] ValidationTest.InputParser (12 ms)
[ RUN ] ValidationTest.Conformance
[ OK ] ValidationTest.Conformance (2 ms)
[ RUN ] ValidationTest.BoundsCheck
[ OK ] ValidationTest.BoundsCheck (1 ms)
[ RUN ] ValidationTest.ResponseConformance
[ OK ] ValidationTest.ResponseConformance (0 ms)
[ RUN ] ValidationTest.ResponseBoundsCheck
[ OK ] ValidationTest.ResponseBoundsCheck (1 ms)
[ RUN ] ValidationTest.ValidateEncodedPointer
[ OK ] ValidationTest.ValidateEncodedPointer (0 ms)
[ RUN ] ValidationTest.RunValidatorsOnMessageTest
[ OK ] ValidationTest.RunValidatorsOnMessageTest (1 ms)
[----------] 7 tests from ValidationTest (31 ms total)
[----------] 2 tests from ValidationIntegrationTest
[ RUN ] ValidationIntegrationTest.InterfacePtr
[ OK ] ValidationIntegrationTest.InterfacePtr (3 ms)
[ RUN ] ValidationIntegrationTest.Binding
[ OK ] ValidationIntegrationTest.Binding (2 ms)
[----------] 2 tests from ValidationIntegrationTest (8 ms total)
[----------] 2 tests from EnumValueValidationTest
[ RUN ] EnumValueValidationTest.BasicEnum
[ OK ] EnumValueValidationTest.BasicEnum (1 ms)
[ RUN ] EnumValueValidationTest.EnumWithin
[ OK ] EnumValueValidationTest.EnumWithin (0 ms)
[----------] 2 tests from EnumValueValidationTest (5 ms total)
[----------] Global test environment tear-down
[==========] 259 tests from 37 test cases ran. (3312 ms total)
[ PASSED ] 258 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] HandlePassingTest.DataPipe
1 FAILED TEST
YOU HAVE 1 DISABLED TEST
FAILED: mojo_public_cpp_bindings_unittests exited with nonzero status: 1
[==========] Running 20 tests from 4 test cases.
[----------] Global test environment set-up.
[----------] 3 tests from AsyncWaitTest
[ RUN ] AsyncWaitTest.CallbackNotified
[ OK ] AsyncWaitTest.CallbackNotified (7 ms)
[ RUN ] AsyncWaitTest.TwoCallbacksNotified
[ OK ] AsyncWaitTest.TwoCallbacksNotified (2 ms)
[ RUN ] AsyncWaitTest.CancelCallback
[ OK ] AsyncWaitTest.CancelCallback (2 ms)
[----------] 3 tests from AsyncWaitTest (39 ms total)
[----------] 3 tests from AsyncWaiterTest
[ RUN ] AsyncWaiterTest.CallbackNotified
[ OK ] AsyncWaiterTest.CallbackNotified (3 ms)
[ RUN ] AsyncWaiterTest.TwoCallbacksNotified
[ OK ] AsyncWaiterTest.TwoCallbacksNotified (4 ms)
[ RUN ] AsyncWaiterTest.CancelCallback
[ OK ] AsyncWaiterTest.CancelCallback (2 ms)
[----------] 3 tests from AsyncWaiterTest (32 ms total)
[----------] 4 tests from LoggerTest
[ RUN ] LoggerTest.Basic
INFO: /fake/path/to/file.cc(123): Logged at INFO level
WARNING: /fake/path/to/file.cc(123): Logged at WARNING level
ERROR: /fake/path/to/file.cc(123): Logged at ERROR level
[WARNING] ../../mojo/public/cpp/environment/tests/logger_unittest.cc:39:: Death tests are not supported on this platform.
Statement '{ logger->LogMessage(MOJO_LOG_LEVEL_FATAL, kPath, 123, "Logged at FATAL level"); }' cannot be verified.
[ OK ] LoggerTest.Basic (24 ms)
[ RUN ] LoggerTest.LogLevels
VERBOSE2: /fake/path/to/file.cc(123): Logged at VERBOSE-1 level
VERBOSE1: /fake/path/to/file.cc(123): Logged at VERBOSE level
INFO: /fake/path/to/file.cc(123): Logged at INFO level
WARNING: /fake/path/to/file.cc(123): Logged at WARNING level
ERROR: /fake/path/to/file.cc(123): Logged at ERROR level
[WARNING] ../../mojo/public/cpp/environment/tests/logger_unittest.cc:71:: Death tests are not supported on this platform.
Statement '{ logger->LogMessage(MOJO_LOG_LEVEL_FATAL, kPath, 123, "Logged at FATAL level"); }' cannot be verified.
VERBOSE1: /fake/path/to/file.cc(123): Logged at VERBOSE level
INFO: /fake/path/to/file.cc(123): Logged at INFO level
WARNING: /fake/path/to/file.cc(123): Logged at WARNING level
ERROR: /fake/path/to/file.cc(123): Logged at ERROR level
[WARNING] ../../mojo/public/cpp/environment/tests/logger_unittest.cc:71:: Death tests are not supported on this platform.
Statement '{ logger->LogMessage(MOJO_LOG_LEVEL_FATAL, kPath, 123, "Logged at FATAL level"); }' cannot be verified.
INFO: /fake/path/to/file.cc(123): Logged at INFO level
WARNING: /fake/path/to/file.cc(123): Logged at WARNING level
ERROR: /fake/path/to/file.cc(123): Logged at ERROR level
[WARNING] ../../mojo/public/cpp/environment/tests/logger_unittest.cc:71:: Death tests are not supported on this platform.
Statement '{ logger->LogMessage(MOJO_LOG_LEVEL_FATAL, kPath, 123, "Logged at FATAL level"); }' cannot be verified.
WARNING: /fake/path/to/file.cc(123): Logged at WARNING level
ERROR: /fake/path/to/file.cc(123): Logged at ERROR level
[WARNING] ../../mojo/public/cpp/environment/tests/logger_unittest.cc:71:: Death tests are not supported on this platform.
Statement '{ logger->LogMessage(MOJO_LOG_LEVEL_FATAL, kPath, 123, "Logged at FATAL level"); }' cannot be verified.
ERROR: /fake/path/to/file.cc(123): Logged at ERROR level
[WARNING] ../../mojo/public/cpp/environment/tests/logger_unittest.cc:71:: Death tests are not supported on this platform.
Statement '{ logger->LogMessage(MOJO_LOG_LEVEL_FATAL, kPath, 123, "Logged at FATAL level"); }' cannot be verified.
[WARNING] ../../mojo/public/cpp/environment/tests/logger_unittest.cc:71:: Death tests are not supported on this platform.
Statement '{ logger->LogMessage(MOJO_LOG_LEVEL_FATAL, kPath, 123, "Logged at FATAL level"); }' cannot be verified.
[WARNING] ../../mojo/public/cpp/environment/tests/logger_unittest.cc:71:: Death tests are not supported on this platform.
Statement '{ logger->LogMessage(MOJO_LOG_LEVEL_FATAL, kPath, 123, "Logged at FATAL level"); }' cannot be verified.
[ OK ] LoggerTest.LogLevels (145 ms)
[ RUN ] LoggerTest.NoFile
[WARNING] ../../mojo/public/cpp/environment/tests/logger_unittest.cc:91:: Death tests are not supported on this platform.
Statement '{ logger->LogMessage(MOJO_LOG_LEVEL_FATAL, nullptr, 0, "Logged at FATAL level"); }' cannot be verified.
[ OK ] LoggerTest.NoFile (16 ms)
[ RUN ] LoggerTest.SetDefaultLogger
[ OK ] LoggerTest.SetDefaultLogger (1 ms)
[----------] 4 tests from LoggerTest (217 ms total)
[----------] 10 tests from LoggingTest
[ RUN ] LoggingTest.InternalLogMessage
[ OK ] LoggingTest.InternalLogMessage (3 ms)
[ RUN ] LoggingTest.LogStream
[ OK ] LoggingTest.LogStream (1 ms)
[ RUN ] LoggingTest.LazyLogStream
[ OK ] LoggingTest.LazyLogStream (1 ms)
[ RUN ] LoggingTest.ShouldLog
[ OK ] LoggingTest.ShouldLog (0 ms)
[ RUN ] LoggingTest.Log
[ OK ] LoggingTest.Log (1 ms)
[ RUN ] LoggingTest.LogIf
[ OK ] LoggingTest.LogIf (1 ms)
[ RUN ] LoggingTest.Check
[ OK ] LoggingTest.Check (0 ms)
[ RUN ] LoggingTest.Dlog
[ OK ] LoggingTest.Dlog (0 ms)
[ RUN ] LoggingTest.DlogIf
[ OK ] LoggingTest.DlogIf (1 ms)
[ RUN ] LoggingTest.Dcheck
[ OK ] LoggingTest.Dcheck (1 ms)
[----------] 10 tests from LoggingTest (92 ms total)
[----------] Global test environment tear-down
[==========] 20 tests from 4 test cases ran. (433 ms total)
[ PASSED ] 20 tests.
PASSED: mojo_public_cpp_environment_unittests passed
[==========] Running 11 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 11 tests from RunLoopTest
[ RUN ] RunLoopTest.ExitsWithNoHandles
[ OK ] RunLoopTest.ExitsWithNoHandles (2 ms)
[ RUN ] RunLoopTest.HandleReady
[ OK ] RunLoopTest.HandleReady (5 ms)
[ RUN ] RunLoopTest.QuitFromReady
[ OK ] RunLoopTest.QuitFromReady (3 ms)
[ RUN ] RunLoopTest.QuitWhenDeadlineExpired
[ OK ] RunLoopTest.QuitWhenDeadlineExpired (12 ms)
[ RUN ] RunLoopTest.Destruction
[ OK ] RunLoopTest.Destruction (1 ms)
[ RUN ] RunLoopTest.MultipleHandleDestruction
[ OK ] RunLoopTest.MultipleHandleDestruction (5 ms)
[ RUN ] RunLoopTest.AddHandlerOnError
[ OK ] RunLoopTest.AddHandlerOnError (2 ms)
[ RUN ] RunLoopTest.Current
[ OK ] RunLoopTest.Current (0 ms)
[ RUN ] RunLoopTest.NestedRun
[ OK ] RunLoopTest.NestedRun (11 ms)
[ RUN ] RunLoopTest.DelayedTaskOrder
[ OK ] RunLoopTest.DelayedTaskOrder (2 ms)
[ RUN ] RunLoopTest.QuitFromDelayedTask
[ OK ] RunLoopTest.QuitFromDelayedTask (2 ms)
[----------] 11 tests from RunLoopTest (133 ms total)
[----------] Global test environment tear-down
[==========] 11 tests from 1 test case ran. (160 ms total)
[ PASSED ] 11 tests.
PASSED: mojo_public_cpp_utility_unittests passed
[==========] Running 5 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 5 tests from GeometryUtilTest
[ RUN ] GeometryUtilTest.RectComparesEqualToItself
[ OK ] GeometryUtilTest.RectComparesEqualToItself (1 ms)
[ RUN ] GeometryUtilTest.RectNotEqualForDifferingXCoordinate
[ OK ] GeometryUtilTest.RectNotEqualForDifferingXCoordinate (0 ms)
[ RUN ] GeometryUtilTest.RectNotEqualForDifferingYCoordinate
[ OK ] GeometryUtilTest.RectNotEqualForDifferingYCoordinate (0 ms)
[ RUN ] GeometryUtilTest.RectNotEqualForDifferingHeight
[ OK ] GeometryUtilTest.RectNotEqualForDifferingHeight (0 ms)
[ RUN ] GeometryUtilTest.RectNotEqualForDifferingWidth
[ OK ] GeometryUtilTest.RectNotEqualForDifferingWidth (0 ms)
[----------] 5 tests from GeometryUtilTest (45 ms total)
[----------] Global test environment tear-down
[==========] 5 tests from 1 test case ran. (73 ms total)
[ PASSED ] 5 tests.
PASSED: mojo_services_geometry_cpp_unittests passed
[==========] Running 42 tests from 21 test cases.
[----------] Global test environment set-up.
[----------] 3 tests from AbiTests
[ RUN ] AbiTests.CheckSizes
[ OK ] AbiTests.CheckSizes (2 ms)
[ RUN ] AbiTests.CheckAlignment
[ OK ] AbiTests.CheckAlignment (2 ms)
[ RUN ] AbiTests.CheckBitfields
[ OK ] AbiTests.CheckBitfields (1 ms)
[----------] 3 tests from AbiTests (38 ms total)
[----------] 1 test from BigAllocTests
[ RUN ] BigAllocTests.TestBigAlloc
[ OK ] BigAllocTests.TestBigAlloc (2 ms)
[----------] 1 test from BigAllocTests (13 ms total)
[----------] 1 test from DupTests
[ RUN ] DupTests.TestDup
Hello world (dup)
Good bye cruel world! dup2(1, 3)
Good bye cruel world! dup2(1, 20)
[ OK ] DupTests.TestDup (12 ms)
[----------] 1 test from DupTests (19 ms total)
[----------] 1 test from WcsTollTests
[ RUN ] WcsTollTests.TestWcsToll
wcstoll = 1234567890123456789
Stopped scan at ``
[ OK ] WcsTollTests.TestWcsToll (7 ms)
[----------] 1 test from WcsTollTests (12 ms total)
[----------] 5 tests from FloatMathTests
[ RUN ] FloatMathTests.TestConstants
Print out of NaN: nan
Print out of Infinity: inf
[ OK ] FloatMathTests.TestConstants (3 ms)
[ RUN ] FloatMathTests.TestCompares
Comparing float constants
[ OK ] FloatMathTests.TestCompares (3 ms)
[ RUN ] FloatMathTests.TestDefined
Checking lib calls that take NaN, etc, but return non-NaN.
[ OK ] FloatMathTests.TestDefined (2 ms)
[ RUN ] FloatMathTests.TestErrs
Checking well-defined library errors
[ OK ] FloatMathTests.TestErrs (2 ms)
[ RUN ] FloatMathTests.TestException
Checking that exceptional lib calls set errno
[ OK ] FloatMathTests.TestException (2 ms)
[----------] 5 tests from FloatMathTests (40 ms total)
[----------] 1 test from FloatRemainderTests
[ RUN ] FloatRemainderTests.TestRemainder
[ OK ] FloatRemainderTests.TestRemainder (7 ms)
[----------] 1 test from FloatRemainderTests (12 ms total)
[----------] 1 test from MiscMathTests
[ RUN ] MiscMathTests.MiscMath
[ OK ] MiscMathTests.MiscMath (0 ms)
[----------] 1 test from MiscMathTests (7 ms total)
[----------] 1 test from SleepTests
[ RUN ] SleepTests.TestSleep
[ OK ] SleepTests.TestSleep (1002 ms)
[----------] 1 test from SleepTests (1021 ms total)
[----------] 1 test from StdArgsTests
[ RUN ] StdArgsTests.TestVaargs
[ OK ] StdArgsTests.TestVaargs (1 ms)
[----------] 1 test from StdArgsTests (17 ms total)
[----------] 1 test from PidTests
[ RUN ] PidTests.TestGetPid
[ OK ] PidTests.TestGetPid (1 ms)
[----------] 1 test from PidTests (16 ms total)
[----------] 4 tests from SemaphoreTests
[ RUN ] SemaphoreTests.TestSemInitErrors
[ OK ] SemaphoreTests.TestSemInitErrors (1 ms)
[ RUN ] SemaphoreTests.TestSemPostErrors
[ OK ] SemaphoreTests.TestSemPostErrors (1 ms)
[ RUN ] SemaphoreTests.TestSemNormalOperation
[ OK ] SemaphoreTests.TestSemNormalOperation (3577 ms)
[ RUN ] SemaphoreTests.TestSemTryWait
[ OK ] SemaphoreTests.TestSemTryWait (2 ms)
[----------] 4 tests from SemaphoreTests (3610 ms total)
[----------] 1 test from TlsTdata1Tests
[ RUN ] TlsTdata1Tests.TestTlsTdata1
[ OK ] TlsTdata1Tests.TestTlsTdata1 (1 ms)
[----------] 1 test from TlsTdata1Tests (4 ms total)
[----------] 1 test from TlsTdata2Tests
[ RUN ] TlsTdata2Tests.TestTlsTdata2
[ OK ] TlsTdata2Tests.TestTlsTdata2 (1 ms)
[----------] 1 test from TlsTdata2Tests (6 ms total)
[----------] 1 test from TlsTbss1Tests
[ RUN ] TlsTbss1Tests.TestTlsTbss1
[ OK ] TlsTbss1Tests.TestTlsTbss1 (1 ms)
[----------] 1 test from TlsTbss1Tests (4 ms total)
[----------] 1 test from TlsTbss2Tests
[ RUN ] TlsTbss2Tests.TestTlsTbss2
[ OK ] TlsTbss2Tests.TestTlsTbss2 (1 ms)
[----------] 1 test from TlsTbss2Tests (5 ms total)
[----------] 1 test from TlsTbss3Tests
[ RUN ] TlsTbss3Tests.TestTlsTbss3
[ OK ] TlsTbss3Tests.TestTlsTbss3 (1 ms)
[----------] 1 test from TlsTbss3Tests (3 ms total)
[----------] 1 test from TlsLargeAlignTests
[ RUN ] TlsLargeAlignTests.TestTlsLargeAlign
[ OK ] TlsLargeAlignTests.TestTlsLargeAlign (1 ms)
[----------] 1 test from TlsLargeAlignTests (5 ms total)
[----------] 1 test from TlsNoPthreadTests
[ RUN ] TlsNoPthreadTests.TestTlsNoPthread
[ OK ] TlsNoPthreadTests.TestTlsNoPthread (1 ms)
[----------] 1 test from TlsNoPthreadTests (5 ms total)
[----------] 2 tests from StrToll/StrTollTests
[ RUN ] StrToll/StrTollTests.TestStrToll/0
[ OK ] StrToll/StrTollTests.TestStrToll/0 (1 ms)
[ RUN ] StrToll/StrTollTests.TestStrToll/1
[ OK ] StrToll/StrTollTests.TestStrToll/1 (0 ms)
[----------] 2 tests from StrToll/StrTollTests (8 ms total)
[----------] 2 tests from StrToull/StrToullTests
[ RUN ] StrToull/StrToullTests.TestStrToull/0
[ OK ] StrToull/StrToullTests.TestStrToull/0 (0 ms)
[ RUN ] StrToull/StrToullTests.TestStrToull/1
[ OK ] StrToull/StrToullTests.TestStrToull/1 (0 ms)
[----------] 2 tests from StrToull/StrToullTests (8 ms total)
[----------] 11 tests from NanoSleep/NanoSleepTests
[ RUN ] NanoSleep/NanoSleepTests.TestNanoSleep/0
Requesting nanosleep duration: 0.001000000 seconds
Actual nanosleep duration: 0.002003 seconds
Slop adjusted duration: 0.002003 seconds
[ OK ] NanoSleep/NanoSleepTests.TestNanoSleep/0 (7 ms)
[ RUN ] NanoSleep/NanoSleepTests.TestNanoSleep/1
Requesting nanosleep duration: 0.002000000 seconds
Actual nanosleep duration: 0.003003 seconds
Slop adjusted duration: 0.003003 seconds
[ OK ] NanoSleep/NanoSleepTests.TestNanoSleep/1 (8 ms)
[ RUN ] NanoSleep/NanoSleepTests.TestNanoSleep/2
Requesting nanosleep duration: 0.005000000 seconds
Actual nanosleep duration: 0.007006 seconds
Slop adjusted duration: 0.007006 seconds
[ OK ] NanoSleep/NanoSleepTests.TestNanoSleep/2 (11 ms)
[ RUN ] NanoSleep/NanoSleepTests.TestNanoSleep/3
Requesting nanosleep duration: 0.010000000 seconds
Actual nanosleep duration: 0.012010 seconds
Slop adjusted duration: 0.012010 seconds
[ OK ] NanoSleep/NanoSleepTests.TestNanoSleep/3 (14 ms)
[ RUN ] NanoSleep/NanoSleepTests.TestNanoSleep/4
Requesting nanosleep duration: 0.025000000 seconds
Actual nanosleep duration: 0.026020 seconds
Slop adjusted duration: 0.026020 seconds
[ OK ] NanoSleep/NanoSleepTests.TestNanoSleep/4 (30 ms)
[ RUN ] NanoSleep/NanoSleepTests.TestNanoSleep/5
Requesting nanosleep duration: 0.050000000 seconds
Actual nanosleep duration: 0.051036 seconds
Slop adjusted duration: 0.051036 seconds
[ OK ] NanoSleep/NanoSleepTests.TestNanoSleep/5 (54 ms)
[ RUN ] NanoSleep/NanoSleepTests.TestNanoSleep/6
Requesting nanosleep duration: 0.100000000 seconds
Actual nanosleep duration: 0.101070 seconds
Slop adjusted duration: 0.101070 seconds
[ OK ] NanoSleep/NanoSleepTests.TestNanoSleep/6 (105 ms)
[ RUN ] NanoSleep/NanoSleepTests.TestNanoSleep/7
Requesting nanosleep duration: 0.250000000 seconds
Actual nanosleep duration: 0.251173 seconds
Slop adjusted duration: 0.251173 seconds
[ OK ] NanoSleep/NanoSleepTests.TestNanoSleep/7 (258 ms)
[ RUN ] NanoSleep/NanoSleepTests.TestNanoSleep/8
Requesting nanosleep duration: 0.500000000 seconds
Actual nanosleep duration: 0.502346 seconds
Slop adjusted duration: 0.502346 seconds
[ OK ] NanoSleep/NanoSleepTests.TestNanoSleep/8 (508 ms)
[ RUN ] NanoSleep/NanoSleepTests.TestNanoSleep/9
Requesting nanosleep duration: 1.000000000 seconds
Actual nanosleep duration: 1.001688 seconds
Slop adjusted duration: 1.001688 seconds
[ OK ] NanoSleep/NanoSleepTests.TestNanoSleep/9 (1007 ms)
[ RUN ] NanoSleep/NanoSleepTests.TestNanoSleep/10
Requesting nanosleep duration: 1.500000000 seconds
Actual nanosleep duration: 1.501029 seconds
Slop adjusted duration: 1.501029 seconds
[ OK ] NanoSleep/NanoSleepTests.TestNanoSleep/10 (1509 ms)
[----------] 11 tests from NanoSleep/NanoSleepTests (3548 ms total)
[----------] Global test environment tear-down
[==========] 42 tests from 21 test cases ran. (8553 ms total)
[ PASSED ] 42 tests.
PASSED: libc-tests passed
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from MallocCallocReallocFreeTests
[ RUN ] MallocCallocReallocFreeTests.TestMallocCallocReallocFree
Random seed = 540
[ OK ] MallocCallocReallocFreeTests.TestMallocCallocReallocFree (8826 ms)
[----------] 1 test from MallocCallocReallocFreeTests (8831 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (8849 ms total)
[ PASSED ] 1 test.
PASSED: libc-large-tests passed
[==========] Running 86 tests from 16 test cases.
[----------] Global test environment set-up.
[----------] 1 test from ArraySize
[ RUN ] ArraySize.Control
[ OK ] ArraySize.Control (2 ms)
[----------] 1 test from ArraySize (17 ms total)
[----------] 12 tests from CommandLineTest
[ RUN ] CommandLineTest.Basic
[ OK ] CommandLineTest.Basic (7 ms)
[ RUN ] CommandLineTest.DefaultConstructor
[ OK ] CommandLineTest.DefaultConstructor (1 ms)
[ RUN ] CommandLineTest.ComponentConstructor
[ OK ] CommandLineTest.ComponentConstructor (2 ms)
[ RUN ] CommandLineTest.CommandLineFromIteratorsFindFirstPositionalArg
[ OK ] CommandLineTest.CommandLineFromIteratorsFindFirstPositionalArg (5 ms)
[ RUN ] CommandLineTest.CommmandLineFromIterators
[ OK ] CommandLineTest.CommmandLineFromIterators (4 ms)
[ RUN ] CommandLineTest.CommandLineFromArgcArgv
[ OK ] CommandLineTest.CommandLineFromArgcArgv (1 ms)
[ RUN ] CommandLineTest.CommandLineFromInitializerList
[ OK ] CommandLineTest.CommandLineFromInitializerList (2 ms)
[ RUN ] CommandLineTest.OddArguments
[ OK ] CommandLineTest.OddArguments (3 ms)
[ RUN ] CommandLineTest.MultipleOccurrencesOfOption
[ OK ] CommandLineTest.MultipleOccurrencesOfOption (2 ms)
[ RUN ] CommandLineTest.ComparisonOperators
[ OK ] CommandLineTest.ComparisonOperators (6 ms)
[ RUN ] CommandLineTest.MoveAndCopy
[ OK ] CommandLineTest.MoveAndCopy (3 ms)
[ RUN ] CommandLineTest.CommandLineToArgv
[ OK ] CommandLineTest.CommandLineToArgv (7 ms)
[----------] 12 tests from CommandLineTest (175 ms total)
[----------] 2 tests from Path
[ RUN ] Path.SimplifyPath
[ OK ] Path.SimplifyPath (13 ms)
[ RUN ] Path.GetDirectoryName
[ OK ] Path.GetDirectoryName (1 ms)
[----------] 2 tests from Path (34 ms total)
[----------] 1 test from WrapLambdaTest
[ RUN ] WrapLambdaTest.Control
[ OK ] WrapLambdaTest.Control (2 ms)
[----------] 1 test from WrapLambdaTest (15 ms total)
[----------] 12 tests from RefCountedTest
[ RUN ] RefCountedTest.Constructors
[ OK ] RefCountedTest.Constructors (2 ms)
[ RUN ] RefCountedTest.NullAssignmentToNull
[ OK ] RefCountedTest.NullAssignmentToNull (1 ms)
[ RUN ] RefCountedTest.NonNullAssignmentToNull
[ OK ] RefCountedTest.NonNullAssignmentToNull (1 ms)
[ RUN ] RefCountedTest.NullAssignmentToNonNull
[ OK ] RefCountedTest.NullAssignmentToNonNull (1 ms)
[ RUN ] RefCountedTest.NonNullAssignmentToNonNull
[ OK ] RefCountedTest.NonNullAssignmentToNonNull (1 ms)
[ RUN ] RefCountedTest.SelfAssignment
[ OK ] RefCountedTest.SelfAssignment (0 ms)
[ RUN ] RefCountedTest.Swap
[ OK ] RefCountedTest.Swap (0 ms)
[ RUN ] RefCountedTest.GetAndDereferenceOperators
[ OK ] RefCountedTest.GetAndDereferenceOperators (1 ms)
[ RUN ] RefCountedTest.AddRefRelease
[ OK ] RefCountedTest.AddRefRelease (0 ms)
[ RUN ] RefCountedTest.Mix
[ OK ] RefCountedTest.Mix (2 ms)
[ RUN ] RefCountedTest.PublicCtorAndDtor
[ OK ] RefCountedTest.PublicCtorAndDtor (2 ms)
[ RUN ] RefCountedTest.DebugChecks
[WARNING] ../../lib/ftl/memory/ref_counted_unittest.cc:587:: Death tests are not supported on this platform.
Statement 'delete p' cannot be verified.
[WARNING] ../../lib/ftl/memory/ref_counted_unittest.cc:593:: Death tests are not supported on this platform.
Statement 'RefPtr<MyPublicClass> r(p)' cannot be verified.
[WARNING] ../../lib/ftl/memory/ref_counted_unittest.cc:598:: Death tests are not supported on this platform.
Statement 'delete r.get()' cannot be verified.
[ OK ] RefCountedTest.DebugChecks (67 ms)
[----------] 12 tests from RefCountedTest (207 ms total)
[----------] 16 tests from WeakPtrTest
[ RUN ] WeakPtrTest.Basic
[ OK ] WeakPtrTest.Basic (1 ms)
[ RUN ] WeakPtrTest.CopyConstruction
[ OK ] WeakPtrTest.CopyConstruction (1 ms)
[ RUN ] WeakPtrTest.MoveConstruction
[ OK ] WeakPtrTest.MoveConstruction (1 ms)
[ RUN ] WeakPtrTest.CopyAssignment
[ OK ] WeakPtrTest.CopyAssignment (0 ms)
[ RUN ] WeakPtrTest.MoveAssignment
[ OK ] WeakPtrTest.MoveAssignment (0 ms)
[ RUN ] WeakPtrTest.Testable
[ OK ] WeakPtrTest.Testable (1 ms)
[ RUN ] WeakPtrTest.OutOfScope
[ OK ] WeakPtrTest.OutOfScope (0 ms)
[ RUN ] WeakPtrTest.Multiple
[ OK ] WeakPtrTest.Multiple (0 ms)
[ RUN ] WeakPtrTest.MultipleStaged
[ OK ] WeakPtrTest.MultipleStaged (0 ms)
[ RUN ] WeakPtrTest.Dereference
[ OK ] WeakPtrTest.Dereference (0 ms)
[ RUN ] WeakPtrTest.UpcastCopyConstruction
[ OK ] WeakPtrTest.UpcastCopyConstruction (0 ms)
[ RUN ] WeakPtrTest.UpcastMoveConstruction
[ OK ] WeakPtrTest.UpcastMoveConstruction (1 ms)
[ RUN ] WeakPtrTest.UpcastCopyAssignment
[ OK ] WeakPtrTest.UpcastCopyAssignment (0 ms)
[ RUN ] WeakPtrTest.UpcastMoveAssignment
[ OK ] WeakPtrTest.UpcastMoveAssignment (1 ms)
[ RUN ] WeakPtrTest.InvalidateWeakPtrs
[ OK ] WeakPtrTest.InvalidateWeakPtrs (1 ms)
[ RUN ] WeakPtrTest.HasWeakPtrs
[ OK ] WeakPtrTest.HasWeakPtrs (0 ms)
[----------] 16 tests from WeakPtrTest (175 ms total)
[----------] 4 tests from OneShotTimerTest
[ RUN ] OneShotTimerTest.Basic
[ OK ] OneShotTimerTest.Basic (3 ms)
[ RUN ] OneShotTimerTest.StartAndStop
[ OK ] OneShotTimerTest.StartAndStop (1 ms)
[ RUN ] OneShotTimerTest.StartAndRestart
[ OK ] OneShotTimerTest.StartAndRestart (1 ms)
[ RUN ] OneShotTimerTest.StartAndDestroy
[ OK ] OneShotTimerTest.StartAndDestroy (1 ms)
[----------] 4 tests from OneShotTimerTest (55 ms total)
[----------] 8 tests from StringNumberConversionsTest
[ RUN ] StringNumberConversionsTest.NumberToString_Basic
[ OK ] StringNumberConversionsTest.NumberToString_Basic (2 ms)
[ RUN ] StringNumberConversionsTest.NumberToString_StdintTypes
[ OK ] StringNumberConversionsTest.NumberToString_StdintTypes (3 ms)
[ RUN ] StringNumberConversionsTest.StringToNumberWithError_Basic
[ OK ] StringNumberConversionsTest.StringToNumberWithError_Basic (2 ms)
[ RUN ] StringNumberConversionsTest.StringToNumberWithError_Errors
[ OK ] StringNumberConversionsTest.StringToNumberWithError_Errors (3 ms)
[ RUN ] StringNumberConversionsTest.StringToNumberWithError_LeadingZeros
[ OK ] StringNumberConversionsTest.StringToNumberWithError_LeadingZeros (1 ms)
[ RUN ] StringNumberConversionsTest.StringToNumberWithError_StdintTypes
[ OK ] StringNumberConversionsTest.StringToNumberWithError_StdintTypes (8 ms)
[ RUN ] StringNumberConversionsTest.StringToNumber_Basic
[ OK ] StringNumberConversionsTest.StringToNumber_Basic (1 ms)
[ RUN ] StringNumberConversionsTest.StringToNumber_Errors
[ OK ] StringNumberConversionsTest.StringToNumber_Errors (2 ms)
[----------] 8 tests from StringNumberConversionsTest (112 ms total)
[----------] 6 tests from StringPrintfTest
[ RUN ] StringPrintfTest.StringPrintf_Basic
[ OK ] StringPrintfTest.StringPrintf_Basic (1 ms)
[ RUN ] StringPrintfTest.StringVPrintf_Basic
[ OK ] StringPrintfTest.StringVPrintf_Basic (1 ms)
[ RUN ] StringPrintfTest.StringAppendf_Basic
[ OK ] StringPrintfTest.StringAppendf_Basic (1 ms)
[ RUN ] StringPrintfTest.StringVAppendf_Basic
[ OK ] StringPrintfTest.StringVAppendf_Basic (1 ms)
[ RUN ] StringPrintfTest.StringPrintf_Boundary
[ OK ] StringPrintfTest.StringPrintf_Boundary (38 ms)
[ RUN ] StringPrintfTest.StringPrintf_VeryBig
[ OK ] StringPrintfTest.StringPrintf_VeryBig (1460 ms)
[----------] 6 tests from StringPrintfTest (1571 ms total)
[----------] 3 tests from CondVarTest
[ RUN ] CondVarTest.Basic
[ OK ] CondVarTest.Basic (439 ms)
[ RUN ] CondVarTest.SignalAll
[ OK ] CondVarTest.SignalAll (721 ms)
[ RUN ] CondVarTest.Timeouts
[ OK ] CondVarTest.Timeouts (318 ms)
[----------] 3 tests from CondVarTest (1493 ms total)
[----------] 6 tests from MutexTest
[ RUN ] MutexTest.Basic
[ OK ] MutexTest.Basic (237 ms)
[ RUN ] MutexTest.AssertHeld
[WARNING] ../../lib/ftl/synchronization/mutex_unittest.cc:95:: Death tests are not supported on this platform.
Statement '{ mutex.AssertHeld(); }' cannot be verified.
[ OK ] MutexTest.AssertHeld (14 ms)
[ RUN ] MutexTest.TryLock
[ OK ] MutexTest.TryLock (5 ms)
[ RUN ] MutexTest.MutexTwoThreads
[ OK ] MutexTest.MutexTwoThreads (849 ms)
[ RUN ] MutexTest.MutexFourThreads
[ OK ] MutexTest.MutexFourThreads (1653 ms)
[ RUN ] MutexTest.MutexLocker
[ OK ] MutexTest.MutexLocker (1 ms)
[----------] 6 tests from MutexTest (2788 ms total)
[----------] 2 tests from ThreadAnnotationsTest
[ RUN ] ThreadAnnotationsTest.GuardedBy
[ OK ] ThreadAnnotationsTest.GuardedBy (0 ms)
[ RUN ] ThreadAnnotationsTest.AcquiredBefore
[ OK ] ThreadAnnotationsTest.AcquiredBefore (0 ms)
[----------] 2 tests from ThreadAnnotationsTest (9 ms total)
[----------] 2 tests from ThreadCheckerTest
[ RUN ] ThreadCheckerTest.SameThread
[ OK ] ThreadCheckerTest.SameThread (1 ms)
[ RUN ] ThreadCheckerTest.DifferentThreads
[ OK ] ThreadCheckerTest.DifferentThreads (2 ms)
[----------] 2 tests from ThreadCheckerTest (10 ms total)
[----------] 3 tests from AutoResetWaitableEventTest
[ RUN ] AutoResetWaitableEventTest.Basic
[ OK ] AutoResetWaitableEventTest.Basic (6 ms)
[ RUN ] AutoResetWaitableEventTest.MultipleWaiters
[ OK ] AutoResetWaitableEventTest.MultipleWaiters (1990 ms)
[ RUN ] AutoResetWaitableEventTest.Timeouts
[ OK ] AutoResetWaitableEventTest.Timeouts (158 ms)
[----------] 3 tests from AutoResetWaitableEventTest (2165 ms total)
[----------] 4 tests from ManualResetWaitableEventTest
[ RUN ] ManualResetWaitableEventTest.Basic
[ OK ] ManualResetWaitableEventTest.Basic (5 ms)
[ RUN ] ManualResetWaitableEventTest.SignalMultiple
[ OK ] ManualResetWaitableEventTest.SignalMultiple (847 ms)
[ RUN ] ManualResetWaitableEventTest.SignalMultipleWaitReset
[ OK ] ManualResetWaitableEventTest.SignalMultipleWaitReset (1060 ms)
[ RUN ] ManualResetWaitableEventTest.Timeouts
[ OK ] ManualResetWaitableEventTest.Timeouts (157 ms)
[----------] 4 tests from ManualResetWaitableEventTest (2088 ms total)
[----------] 4 tests from Time
[ RUN ] Time.Now
[ OK ] Time.Now (0 ms)
[ RUN ] Time.IntConversions
[ OK ] Time.IntConversions (1 ms)
[ RUN ] Time.FloatConversions
[ OK ] Time.FloatConversions (2 ms)
[ RUN ] Time.TimespecConversions
[ OK ] Time.TimespecConversions (1 ms)
[----------] 4 tests from Time (20 ms total)
[----------] Global test environment tear-down
[==========] 86 tests from 16 test cases ran. (11089 ms total)
[ PASSED ] 86 tests.
PASSED: ftl_unittests passed
SUMMARY: Ran 46 tests: 1 failed
The following tests failed:
mojo_public_cpp_bindings_unittests: returned nonzero: 1
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment