Home
last modified time | relevance | path

Searched refs:ASSERT_FALSE (Results 1 – 25 of 51) sorted by relevance

123

/system/utest/fidl-compiler/
A Dconsts_tests.cpp37 ASSERT_FALSE(library.Compile()); in BadConstTestBoolWithString()
53 ASSERT_FALSE(library.Compile()); in BadConstTestBoolWithNumeric()
96 ASSERT_FALSE(library.Compile()); in BadConstTestInt32WithString()
112 ASSERT_FALSE(library.Compile()); in BadConstTestInt32WithBool()
155 ASSERT_FALSE(library.Compile()); in BadConstTestUint64Negative()
171 ASSERT_FALSE(library.Compile()); in BadConstTestUint64Overflow()
227 ASSERT_FALSE(library.Compile()); in BadConstTestFloat32HighLimit()
243 ASSERT_FALSE(library.Compile()); in BadConstTestFloat32LowLimit()
286 ASSERT_FALSE(library.Compile()); in BadConstTestStringWithNumeric()
302 ASSERT_FALSE(library.Compile()); in BadConstTestStringWithBool()
[all …]
A Denums_tests.cpp39 ASSERT_FALSE(library.Compile()); in BadEnumTestWithNonUniqueValues()
62 ASSERT_FALSE(library.Compile()); in BadEnumTestWithNonUniqueValuesOutOfLine()
82 ASSERT_FALSE(library.Compile()); in BadEnumTestUnsignedWithNegativeMember()
101 ASSERT_FALSE(library.Compile()); in BadEnumTestInferredUnsignedWithNegativeMember()
120 ASSERT_FALSE(library.Compile()); in BadEnumTestMemberOverflow()
140 ASSERT_FALSE(library.Compile()); in BadEnumTestDuplicateMember()
A Doptionals_tests.cpp27 ASSERT_FALSE(library.Compile()); in test_no_optional_on_primitive()
49 ASSERT_FALSE(library.Compile()); in test_no_optional_on_aliased_primitive()
A Dordinals_tests.cpp77 ASSERT_FALSE(library.Compile()); in ordinal_cannot_be_zero()
98 ASSERT_FALSE(library.Compile()); in test_clashing_ordinal_values()
127 ASSERT_FALSE(library.Compile()); in test_clashing_ordinal_values_with_attribute()
A Dusing_tests.cpp93 ASSERT_FALSE(library.Compile()); in invalid_did_not_declare_dependency_with_using()
121 ASSERT_FALSE(library.Compile()); in invalid_duplicate_using()
/system/utest/digest/
A Ddigest.cpp115 ASSERT_FALSE(actual == nullptr, "Does not equal NULL"); in DigestEquality()
123 ASSERT_FALSE(actual != actual, "Doesn't not equal self"); in DigestEquality()
124 ASSERT_FALSE(actual != actual_bytes, "Doesn't not equal self.bytes_"); in DigestEquality()
125 ASSERT_FALSE(actual != expected, "Doesn't not equal expected"); in DigestEquality()
142 ASSERT_FALSE(digest1.is_valid()); in DigestMove()
146 ASSERT_FALSE(digest1.is_valid()); in DigestMove()
148 ASSERT_FALSE(digest2.is_valid()); in DigestMove()
168 ASSERT_FALSE(digest1.is_valid()); in DigestMove()
179 ASSERT_FALSE(digest2.is_valid()); in DigestMove()
185 ASSERT_FALSE(digest2.is_valid()); in DigestMove()
[all …]
/system/ulib/blobfs/test/
A Dnode-populator-test.cpp95 ASSERT_FALSE(inode->header.IsAllocated()); in WalkOneTest()
96 ASSERT_FALSE(inode->header.IsExtentContainer()); in WalkOneTest()
155 ASSERT_FALSE(inode->header.IsAllocated()); in WalkAllInlineExtentsTest()
219 ASSERT_FALSE(inode->header.IsAllocated()); in WalkManyNodesTest()
282 ASSERT_FALSE(inode->header.IsAllocated()); in WalkManyContainersTest()
371 ASSERT_FALSE(inode->header.IsAllocated()); in WalkExtraNodesTest()
407 ASSERT_FALSE(inode->header.IsAllocated()); in WalkExtraNodesTest()
409 ASSERT_FALSE(inode->header.IsAllocated()); in WalkExtraNodesTest()
447 ASSERT_FALSE(inode->header.IsAllocated()); in WalkExtraExtentsTest()
486 ASSERT_FALSE(inode->header.IsAllocated()); in WalkExtraExtentsTest()
[all …]
A Dallocated-extent-iterator-test.cpp109 ASSERT_FALSE(iter.Done()); in InlineNodeTest()
153 ASSERT_FALSE(iter.Done()); in MultiNodeTest()
274 ASSERT_FALSE(iter.Done()); in BlockIteratorFragmentedTest()
281 ASSERT_FALSE(iter.Done()); in BlockIteratorFragmentedTest()
327 ASSERT_FALSE(iter.Done()); in BlockIteratorUnfragmentedTest()
341 ASSERT_FALSE(iter.Done()); in BlockIteratorUnfragmentedTest()
A Dvector-extent-iterator-test.cpp79 ASSERT_FALSE(iter.Done()); in MultiExtentTest()
111 ASSERT_FALSE(iter.Done()); in BlockIteratorTest()
115 ASSERT_FALSE(iter.Done()); in BlockIteratorTest()
A Dallocator-test.cpp24 ASSERT_FALSE(allocator.ReserveNode()); in NullTest()
61 ASSERT_FALSE(allocator->ReserveNode()); in SingleCollisionTest()
67 ASSERT_FALSE(allocator->ReserveNode()); in SingleCollisionTest()
366 ASSERT_FALSE(allocator->ReserveNode()); in CheckNodeMapSize()
A Djournal-test.cpp102 ASSERT_FALSE(processor.IsEmpty()); in JournalEntryLifetimeTest()
/system/utest/cobalt-client/
A Dcobalt_logger_test.cpp194 ASSERT_FALSE(Log(MakeRemoteMetricInfo(), logger.get())); in ServiceConnectionFailed()
195 ASSERT_FALSE(logger->IsListeningForReply()); in ServiceConnectionFailed()
205 ASSERT_FALSE(Log(MakeRemoteMetricInfo(), logger.get())); in ConfigurationReadFailed()
206 ASSERT_FALSE(logger->IsListeningForReply()); in ConfigurationReadFailed()
218 ASSERT_FALSE(Log(MakeRemoteMetricInfo(), logger.get())); in ServiceConnectedWaitsForReply()
233 ASSERT_FALSE(Log(MakeRemoteMetricInfo(), logger.get())); in ServiceReplied()
243 ASSERT_FALSE(Log(MakeRemoteMetricInfo(), logger.get())); in ServiceReplied()
244 ASSERT_FALSE(logger->IsListeningForReply()); in ServiceReplied()
254 ASSERT_FALSE(Log(MakeRemoteMetricInfo(), logger.get())); in RetryOnFactoryPeerClosed()
267 ASSERT_FALSE(Log(MakeRemoteMetricInfo(), logger.get())); in RetryOnFactoryPeerClosed()
[all …]
A Dmetric_options_test.cpp21 ASSERT_FALSE(options.IsRemote()); in TestLocal()
22 ASSERT_FALSE(options.IsLazy()); in TestLocal()
143 ASSERT_FALSE(options.IsValid()); in TestExponentialInvalidBase()
151 ASSERT_FALSE(options.IsValid()); in TestExponentialInvalidScalar()
250 ASSERT_FALSE(options.IsValid()); in TestLinearInvalidScalar()
/system/utest/fs-test-utils/
A Dfixture_test.cpp68 ASSERT_FALSE(options.IsValid(&err_str)); in IsValidEmptyIsFalse()
69 ASSERT_FALSE(err_str.empty()); in IsValidEmptyIsFalse()
88 ASSERT_FALSE(options.IsValid(&err_str)); in IsValidBlockAndRamdiskSetIsFalse()
89 ASSERT_FALSE(err_str.empty()); in IsValidBlockAndRamdiskSetIsFalse()
100 ASSERT_FALSE(options.IsValid(&err_str)); in IsValidRamdiskBlockCountIsZeroFalse()
101 ASSERT_FALSE(err_str.empty()); in IsValidRamdiskBlockCountIsZeroFalse()
113 ASSERT_FALSE(err_str.empty()); in IsValidRamdiskBlockSizeIsZeroFalse()
124 ASSERT_FALSE(err_str.empty()); in IsValidFvmSlizeSizeIsZeroFalse()
135 ASSERT_FALSE(err_str.empty()); in IsValidFvmSlizeSizeIsNotMultipleOfFvmBlockSizeFalse()
145 ASSERT_FALSE(err_str.empty()); in IsValidNoBlockDeviceFalse()
[all …]
A Dunittest_test.cpp36 ASSERT_FALSE(fixture->partition_path().empty(), "No partition path set"); in VerifyRamdiskAndFvmExist()
37 ASSERT_FALSE(fixture->block_device_path().empty(), "No block device path set."); in VerifyRamdiskAndFvmExist()
38 ASSERT_FALSE(fixture->fs_path().empty(), "No fs_path set"); in VerifyRamdiskAndFvmExist()
A Dperftest_test.cpp60 ASSERT_FALSE(p_options.IsValid(&err), err.c_str()); in NoOutputIsInvalid()
75 ASSERT_FALSE(f_options.IsValid(&err)); in InvalidOptionsReturnFalseAndPrintsUsage()
79 ASSERT_FALSE(ParseCommandLineArgs(1, argv, &f_options, &p_options, fp)); in InvalidOptionsReturnFalseAndPrintsUsage()
102 ASSERT_FALSE(ParseCommandLineArgs(2, argv, &f_options, &p_options, fp)); in HelpPrintsUsageMessage()
168 ASSERT_FALSE(p_options.is_unittest); in OptionsAreOverwritten()
/system/utest/banjo-compiler/
A Dusing_tests.cpp93 ASSERT_FALSE(library.Compile()); in invalid_did_not_declare_dependency_with_using()
121 ASSERT_FALSE(library.Compile()); in invalid_duplicate_using()
/system/utest/fbl/include/fbl/tests/intrusive_containers/
A Dintrusive_wavl_tree_checker.h61 ASSERT_FALSE(is_sentinel_ptr(tree.root_), ""); in SanityCheck()
64 ASSERT_FALSE(is_sentinel_ptr(tree.left_most_), ""); in SanityCheck()
70 ASSERT_FALSE(is_sentinel_ptr(tree.right_most_), ""); in SanityCheck()
/system/utest/chromeos-disk-setup/
A Dchromeos-disk-setup.cpp388 ASSERT_FALSE(is_ready_to_pave(dev, test.Info(), SZ_ZX_PART), in TestDefaultConfig()
412 ASSERT_FALSE(is_ready_to_pave(dev, test.Info(), SZ_ZX_PART), in TestAlreadyConfigured()
438 ASSERT_FALSE(is_ready_to_pave(dev, test.Info(), SZ_ZX_PART), in TestNoCParts()
467 ASSERT_FALSE(is_ready_to_pave(dev, test.Info(), SZ_ZX_PART), in TestNoRootc()
496 ASSERT_FALSE(is_ready_to_pave(dev, test.Info(), SZ_ZX_PART), in TestNoKernc()
544 ASSERT_FALSE(is_ready_to_pave(dev, test.Info(), SZ_ZX_PART), in TestDiskTooSmall()
549 ASSERT_FALSE(is_ready_to_pave(dev, test.Info(), SZ_ZX_PART), in TestDiskTooSmall()
565 ASSERT_FALSE(is_cros(dev), "This should NOT be recognized as a chromos layout"); in TestIsCrosDevice()
/system/utest/fs/
A Dmetrics_test.cpp100 ASSERT_FALSE(metrics.IsEnabled()); in TestEnableMetricsDisabled()
101 ASSERT_FALSE(vnodes->metrics_enabled); in TestEnableMetricsDisabled()
A Dmisc.c33 ASSERT_FALSE(edirents[i].seen, "Direntry seen twice"); in fcheck_dir_contents()
A Dtest-persist.cpp231 ASSERT_FALSE(target_found, "Target found twice!"); in TestRenameLoop()
249 ASSERT_FALSE(target_found); in TestRenameLoop()
/system/dev/nand/ram-nand/test/
A Dram-nand-ctl.cpp61 ASSERT_FALSE(found); in TrivialLifetimeTest()
/system/utest/perftest/
A Dresults-test.cpp12 ASSERT_FALSE(ferror(fp)); in FixUpFileBuffer()
/system/dev/block/ftl/test/
A Ddriver-test.cpp83 ASSERT_FALSE(driver.IsEmptyPage(0, data.get(), oob.get())); in IsEmptyTest()
148 ASSERT_FALSE(driver.IsEmptyPage(5, data.get(), oob.get())); in ReAttachTest()

Completed in 48 milliseconds

123