284 test failures, 68 warnings
Report Summary | |
---|---|
Errors | 0 |
Test Failures | 284 |
Analysis Issues | 0 |
Warnings | 68 |
Details
284 Test Failures
Details
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:521
(([((StringObject *)dictionary[@"key8"]).stringCol isEqual:@"hello"]) is true) failed
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3770
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] LIKE NULL", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3757
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] CONTAINS[cd] 'el'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3755
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] CONTAINS 'el'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedObjectInAnyDictionary] | Realm/Tests/RLMValueTests.m:247
(([((StringObject *)((NSDictionary *)mo0.anyArray.firstObject)[@"key1"]).stringCol isEqualToString:so.stringCol]) is true) failed
- SwiftRLMDynamicTests.testDynamicTypesMixedCollection_objc() | Realm/Tests/Swift/SwiftDynamicTests.swift:190
XCTAssertTrue failed: throwing "RLMException: Index 1 is out of bounds (must be less than 0)."
- -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:570
(([((RLMObjectId *)array[7]) isEqual:oid]) is true) failed: throwing "RLMException: Index 7 is out of bounds (must be less than 0)."
- -[RLMValueTests testDeleteAndUpdateValuesInArray] | Realm/Tests/RLMValueTests.m:896
(([array[1] isEqual:@YES]) is true) failed: throwing "RLMException: Index 1 is out of bounds (must be less than 0)."
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3752
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] BEGINSWITH[cd] 'he'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:577
(([array1[3] isEqual:@456.789]) is true) failed: throwing "RLMException: Index 3 is out of bounds (must be less than 0)."
- -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:567
(([[[NSString alloc] initWithData:(NSData *)array[4] encoding:NSUTF8StringEncoding] isEqual:@"hey"]) is true) failed: throwing "RLMException: Index 4 is out of bounds (must be less than 0)."
- -[RLMValueTests testDeleteAndUpdateValuesInArray] | Realm/Tests/RLMValueTests.m:895
(([array[0] isEqual:@"hello2"]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:810
(([array[1] isEqual:@YES]) is true) failed: throwing "RLMException: Index 1 is out of bounds (must be less than 0)."
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3738
((3U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] < %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3740
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] <[cd] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:814
((((NSDate *)array[5]).timeIntervalSince1970) equal to (d.timeIntervalSince1970) +/- (1.0)) failed: throwing "RLMException: Index 5 is out of bounds (must be less than 0)."
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3756
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] CONTAINS[c] 'el'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3746
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] =[cd] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3742
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] = %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:809
(([array[0] isEqual:@"hello2"]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
- -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:763
(([((StringObject *)dictionary[@"key8"]).stringCol isEqual:@"hello"]) is true) failed
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3771
((exception.reason (Key paths that include a collection property must use aggregate operations) matches @"not supported") is true) failed
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3732
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] > %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[MixedCollectionChangesetTests testMixedDictionaryCollectionChanges] | Realm/Tests/NotificationTests.m:1800
((insertions) equal to (changes.insertions)) failed: ("( )") is not equal to ("( key1 )")
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3729
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] =[cd] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3767
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] LIKE NULL", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionarySubscriptThrowsException] | Realm/Tests/QueryTests.m:3808
The expression ([realm objects:@"ArrayPropertyObject" where:@"array['invalid'] = NULL"]) threw an exception with reason 'Key paths that include a collection property must use aggregate operations', but expected to contain 'Invalid keypath 'array["invalid"]': only dictionaries support subscript predicates.'
- -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:765
(([dictionary[@"key10"] isEqual:[RLMDecimal128 decimalWithNumber:@123.456]]) is true) failed
- -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:585
(([array2[0] isEqual:@"hello"]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3738
((3U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] < %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[MixedCollectionChangesetTests testMixedArrayChangesInResults] | Realm/RLMManagedArray.mm:306
Index 0 is out of bounds (must be less than 0). (RLMException)
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3732
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] > %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3761
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] ENDSWITH[c] 'lo'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3766
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] LIKE[c] 'hel*'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3737
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] < %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3761
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] ENDSWITH[c] 'lo'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3747
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] !=[cd] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3739
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] <[c] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3756
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] CONTAINS[c] 'el'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3725
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] = %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3750
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] BEGINSWITH 'he'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3755
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] CONTAINS 'el'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[NullQueryTests testDictionarySubscriptThrowsException] | Realm/Tests/QueryTests.m:3812
The expression ([realm objects:@"OwnerObject" where:@"dog['dogName'] = NULL"]) threw an exception with reason 'Invalid keypath 'dog["dogName"]': mixed collection support subscript predicates.', but expected to contain 'Aggregate operations can only be used on key paths that include an collection property'
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:824
(([[[NSString alloc] initWithData:(NSData *)array1[4] encoding:NSUTF8StringEncoding] isEqual:@"hey"]) is true) failed: throwing "RLMException: Index 4 is out of bounds (must be less than 0)."
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:530
(([[[NSString alloc] initWithData:(NSData *)dictionary1[@"key6"] encoding:NSUTF8StringEncoding] isEqual:@"hey"]) is true) failed
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3756
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] CONTAINS[c] 'el'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3728
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] !=[c] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3769
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] LIKE[c] 'hel*'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3757
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] CONTAINS[cd] 'el'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:575
(([array1[1] isEqual:@YES]) is true) failed: throwing "RLMException: Index 1 is out of bounds (must be less than 0)."
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3750
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] BEGINSWITH 'he'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[AsyncQueryTests testDictionarySubscriptThrowsException] | Realm/Tests/QueryTests.m:3808
The expression ([realm objects:@"ArrayPropertyObject" where:@"array['invalid'] = NULL"]) threw an exception with reason 'Key paths that include a collection property must use aggregate operations', but expected to contain 'Invalid keypath 'array["invalid"]': only dictionaries support subscript predicates.'
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3743
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] != %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3725
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] = %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3728
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] !=[c] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3753
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] BEGINSWITH NULL", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3755
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] CONTAINS 'el'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:571
(([array[8] isEqual:[RLMDecimal128 decimalWithNumber:@123.456]]) is true) failed: throwing "RLMException: Index 8 is out of bounds (must be less than 0)."
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3742
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] = %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3749
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] BEGINSWITH 'he'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3765
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] LIKE 'hel*'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testDeleteAndUpdateValuesInManagedDictionary] | Realm/Tests/RLMValueTests.m:852
(([dictionary[@"key2"] isEqual:@"hello2"]) is true) failed
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3758
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] CONTAINS NULL", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[MixedCollectionChangesetTests testMixedArrayChangesInResults]
Test crashed with signal abrt.
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3770
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] LIKE NULL", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionarySubscriptThrowsException] | Realm/Tests/QueryTests.m:3812
The expression ([realm objects:@"OwnerObject" where:@"dog['dogName'] = NULL"]) threw an exception with reason 'Invalid keypath 'dog["dogName"]': mixed collection support subscript predicates.', but expected to contain 'Aggregate operations can only be used on key paths that include an collection property'
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3737
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] < %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:828
(([array1[8] isEqual:[RLMDecimal128 decimalWithNumber:@123.456]]) is true) failed: throwing "RLMException: Index 8 is out of bounds (must be less than 0)."
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:821
(([array1[1] isEqual:@YES]) is true) failed: throwing "RLMException: Index 1 is out of bounds (must be less than 0)."
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:520
((((NSDate *)dictionary[@"key7"]).timeIntervalSince1970) equal to (d.timeIntervalSince1970) +/- (1.0)) failed: ("0") is not equal to ("1713772519.14") +/- ("1")
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3728
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] !=[c] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3769
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] LIKE[c] 'hel*'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:516
(([dictionary[@"key3"] isEqual:@YES]) is true) failed
- -[RLMValueTests testDeleteAndUpdateValuesInArray] | Realm/Tests/RLMValueTests.m:900
(([array2[0] isEqual:@"hello"]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:831
(([array2[0] isEqual:@"hello"]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3767
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] LIKE NULL", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:526
(([dictionary1[@"key2"] isEqual:@"hello2"]) is true) failed
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3733
((3U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] > %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3749
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] BEGINSWITH 'he'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:537
(([dictionary2[@"key1"] isEqual:@"hello"]) is true) failed
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3745
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] !=[c] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3735
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] >[cd] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedObjectUnmanagedChildInAnyDictionary] | Realm/Tests/RLMValueTests.m:338
(([((StringObject *)((NSDictionary *)mo1.anyCol)[@"key2"]).stringCol isEqualToString:so1.stringCol]) is true) failed
- -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:774
(([((StringObject *)dictionary1[@"key8"]).stringCol isEqual:@"hello"]) is true) failed
- -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:775
(([((RLMObjectId *)dictionary1[@"key9"]) isEqual:oid]) is true) failed
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3771
((exception.reason (Key paths that include a collection property must use aggregate operations) matches @"not supported") is true) failed
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3769
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] LIKE[c] 'hel*'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[MixedCollectionChangesetTests testUpdateAndRemoveArrayToMixed] | Realm/RLMManagedArray.mm:306
Index 3 is out of bounds (must be less than 1). (RLMException)
- -[RLMValueTests testCreateManagedObjectUnmanagedChildInAnyDictionary] | Realm/Tests/RLMValueTests.m:335
(([((StringObject *)((NSDictionary *)mo0.anyArray.firstObject)[@"key1"]).stringCol isEqualToString:so.stringCol]) is true) failed
- -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:769
(([dictionary1[@"key3"] isEqual:@YES]) is true) failed
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3742
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] = %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3733
((3U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] > %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3762
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] ENDSWITH[cd] 'lo'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[MixedCollectionChangesetTests testMixedDictionaryCollectionChanges] | Realm/Tests/NotificationTests.m:1811
Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "collections_mixed_notifications".
- -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:578
(([[[NSString alloc] initWithData:(NSData *)array1[4] encoding:NSUTF8StringEncoding] isEqual:@"hey"]) is true) failed: throwing "RLMException: Index 4 is out of bounds (must be less than 0)."
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3760
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] ENDSWITH 'lo'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:762
((((NSDate *)dictionary[@"key7"]).timeIntervalSince1970) equal to (d.timeIntervalSince1970) +/- (1.0)) failed: ("0") is not equal to ("1713772518.2") +/- ("1")
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3735
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] >[cd] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[AsyncQueryTests testDictionarySubscriptThrowsException] | Realm/Tests/QueryTests.m:3810
The expression ([realm objects:@"SetPropertyObject" where:@"set['invalid'] = NULL"]) threw an exception with reason 'Key paths that include a collection property must use aggregate operations', but expected to contain 'Invalid keypath 'set["invalid"]': only dictionaries support subscript predicates.'
- -[ObjectTests testObjectCycleDescription]
Test exceeded execution time allowance of 10 minutes (see `-[XCTestCase executionTimeAllowance]`)
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3751
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] BEGINSWITH[c] 'he'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3747
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] !=[cd] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3734
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] >[c] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:515
(([dictionary[@"key2"] isEqual:@"hello2"]) is true) failed
- View 180 more test failures in Xcode Cloud.
68 Warnings
Details
- Realm/Tests/NotificationTests.m:1908
Unused parameter 'deleted'
-
No App Category is set for target 'TestHost'. Set a category by using the General tab for your target, or by adding an appropriate LSApplicationCategory value to your Info.plist.
- Realm/Tests/RLMValueTests.m:879
Unused variable 'oid'
- Realm/Tests/NotificationTests.m:2070
Unused parameter 'realm'
- Realm/Tests/RealmTests.mm:1909
Variable 'asyncTransactionIdA' is uninitialized when captured by block
- Realm/RLMAccessor.mm:792
Incompatible pointer types returning 'id' from a function with result type 'RLMArray *'
- Realm/Tests/NotificationTests.m:1926
Unused parameter 'realm'
- Realm/RLMUtil.mm:51
Incompatible pointer types returning 'id' from a function with result type 'RLMArray *'
- Realm/Tests/NotificationTests.m:1986
Unused parameter 'realm'
-
not stripping binary because it is signed: /Volumes/workspace/DerivedData/Build/Products/Release-maccatalyst/Realm.framework/Versions/A/Realm
- Realm/Tests/NotificationTests.m:1942
Unused parameter 'realm'
- Realm/RLMUtil.mm:59
Incompatible pointer types returning 'id' from a function with result type 'RLMDictionary *'
- Realm/Tests/RLMValueTests.m:880
Unused variable 'd'
- Realm/RLMResults_Private.h:21
Double-quoted include "RLMRealm_Private.h" in framework header, expected angle-bracketed instead
- Realm/Tests/NotificationTests.m:1900
Unused parameter 'realm'
- Realm/Tests/Swift/SwiftRealmTests.swift:28
Main actor-isolated class 'SwiftRLMRealmTests' has different actor isolation from nonisolated superclass 'RLMTestCase'; this is an error in Swift 6
- Realm/RLMUtil.mm:483
Case value not in enumerated type 'Type'
- Realm/Tests/NotificationTests.m:1859
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:2058
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1868
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:2005
Unused parameter 'realm'
- Realm/RLMUtil.mm:481
Case value not in enumerated type 'Type'
- Realm/Tests/NotificationTests.m:2010
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1974
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1768
Unused parameter 'columnName'
- Realm/RLMDictionary.h:54
Cannot find protocol definition for 'RLMValue'
- Realm/Tests/NotificationTests.m:1963
Unused parameter 'realm'
- Realm/RLMArray.h:60
Cannot find protocol definition for 'RLMValue'
- Realm/RLMDictionary.h:54
cannot find protocol definition for 'RLMValue'
- Realm/Tests/NotificationTests.m:1873
Unused parameter 'realm'
- Realm/Tests/RLMValueTests.m:839
Unused variable 'd'
- Realm/Tests/NotificationTests.m:2034
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1822
Unused parameter 'array'
- Realm/RLMAccessor.mm:798
Incompatible pointer types returning 'id' from a function with result type 'RLMDictionary *'
- Realm/Tests/NotificationTests.m:1955
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:2016
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1822
Unused parameter 'error'
- Realm/Tests/NotificationTests.m:1881
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1980
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:2047
Unused parameter 'realm'
- Realm/RLMQueryUtil.hpp:27
Class 'PathElement' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI
- Realm/RLMQueryUtil.mm:1723
Comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long')
- Realm/Tests/NotificationTests.m:1931
Unused parameter 'realm'
- Realm/RLMAsyncTask.mm:62
Unused parameter 'd'
- Realm/Tests/NotificationTests.m:1863
Unused parameter 'realm'
- Realm/RLMDictionary.mm:34
Auto property synthesis will not synthesize property 'rlm_valueType' declared in protocol 'RLMValue'
- Realm/RLMArray.mm:34
Auto property synthesis will not synthesize property 'rlm_valueType' declared in protocol 'RLMValue'
- Realm/RLMAsyncTask_Private.h:21
Double-quoted include "RLMRealm_Private.h" in framework header, expected angle-bracketed instead
- Realm/Tests/NotificationTests.m:1949
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1885
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:2052
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:2076
Unused parameter 'realm'
- Realm/Tests/RLMValueTests.m:509
Unused variable 'mo'
- Realm/Tests/NotificationTests.m:1937
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:2064
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:2022
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1852
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1968
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1890
Unused parameter 'realm'
- file:///Volumes/workspace/DerivedData/Build/Products/Release-maccatalyst/include/realm/path.hpp:37
'PathElement' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI
- Realm/Tests/RLMValueTests.m:557
Unused variable 'mo'
- Realm/Tests/NotificationTests.m:1845
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1771
Unused parameter 'deleted'
- Realm/Tests/RLMValueTests.m:838
Unused variable 'oid'
- Realm/Tests/NotificationTests.m:1992
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1895
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1793
Unused parameter 'dictionary'
- Realm/Tests/NotificationTests.m:2028
Unused parameter 'realm'
Annotations
Check notice on line 509 in Realm/Tests/RLMValueTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/RLMValueTests.m#L509
Unused variable 'mo'
Check notice on line 1937 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L1937
Unused parameter 'realm'
Check notice on line 2064 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L2064
Unused parameter 'realm'
Check notice on line 2022 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L2022
Unused parameter 'realm'
Check notice on line 1852 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L1852
Unused parameter 'realm'
Check notice on line 1968 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L1968
Unused parameter 'realm'
Check notice on line 1890 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L1890
Unused parameter 'realm'
Check notice on line 557 in Realm/Tests/RLMValueTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/RLMValueTests.m#L557
Unused variable 'mo'
Check notice on line 1845 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L1845
Unused parameter 'realm'
Check notice on line 1771 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L1771
Unused parameter 'deleted'
Check notice on line 838 in Realm/Tests/RLMValueTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/RLMValueTests.m#L838
Unused variable 'oid'
Check notice on line 1992 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L1992
Unused parameter 'realm'
Check notice on line 1895 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L1895
Unused parameter 'realm'
Check notice on line 1793 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L1793
Unused parameter 'dictionary'
Check notice on line 2028 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L2028
Unused parameter 'realm'
Check notice on line 1908 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L1908
Unused parameter 'deleted'
Check notice on line 879 in Realm/Tests/RLMValueTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/RLMValueTests.m#L879
Unused variable 'oid'
Check notice on line 2070 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L2070
Unused parameter 'realm'
Check notice on line 792 in Realm/RLMAccessor.mm
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/RLMAccessor.mm#L792
Incompatible pointer types returning 'id<RLMCollection>' from a function with result type 'RLMArray *'
Check notice on line 1926 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L1926
Unused parameter 'realm'
Check notice on line 51 in Realm/RLMUtil.mm
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/RLMUtil.mm#L51
Incompatible pointer types returning 'id<RLMCollection>' from a function with result type 'RLMArray *'
Check notice on line 1986 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L1986
Unused parameter 'realm'
Check notice on line 1942 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/NotificationTests.m#L1942
Unused parameter 'realm'
Check notice on line 59 in Realm/RLMUtil.mm
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/RLMUtil.mm#L59
Incompatible pointer types returning 'id<RLMCollection>' from a function with result type 'RLMDictionary *'
Check notice on line 880 in Realm/Tests/RLMValueTests.m
xcode-cloud / RealmSwift | catalyst_15.3 | Test - macOS
Realm/Tests/RLMValueTests.m#L880
Unused variable 'd'