Aleksandr
d07fa178de
Update tests
2021-09-08 13:16:41 +03:00
Aleksandr
28719f7ce8
Added more tests
2021-09-08 13:08:35 +03:00
Dmitriy Kirakosyan
6e55598c17
Added more tests. Debug changes.
2021-09-08 10:28:19 +03:00
Dmitriy Kirakosyan
a424d6e440
remove debug code
2021-09-08 01:40:41 +03:00
Dmitriy Kirakosyan
7486a8b29a
test
2021-09-07 19:46:28 +03:00
Dmitriy Kirakosyan
1843a6c508
Multiply tests for better chance of reproducing it on CI
2021-09-07 19:40:53 +03:00
Dmitriy Kirakosyan
0d8a0ecd31
Remove all not affected tests
2021-09-07 19:32:14 +03:00
Dmitriy Kirakosyan
aa351dca78
check for data.length > 0
2021-09-07 19:13:00 +03:00
Dmitriy Kirakosyan
c7d328f4f6
test
2021-09-07 18:51:47 +03:00
Aleksandr
f85b336f2f
Remove * from thr
2021-09-06 17:40:40 +03:00
Aleksandr
bfab291e4c
Added * for thr
2021-09-06 17:35:11 +03:00
Ivan Matkov
8887221bb4
Fix unit test
2020-10-14 14:04:43 +03:00
Nacho Bonafonte
bfdf6ba169
Use NSData rather than NSString to make this more general-purpose, as requested in review
2020-09-09 13:22:09 +02:00
Nacho Bonafonte
245f40cb75
Apply suggestions from code review
...
Renamed `userInfo` to `customData`,
Changed PLCrashReporter methods to a property
Store a string directly in protobuf instead of a message
2020-08-20 14:14:42 +02:00
Nacho Bonafonte
499b6a37fd
Add user info to the crash report.
...
It can be added/modified using a new method on PLCrashReporter: `-setUserInfo:(NSString *) userInfo;`.
It can be recovered from a crash report using s new property of PLCrashReport -userInfo.
2020-08-19 08:40:08 +02:00
Ivan Matkov
33a386152b
Fix tests
2020-06-02 13:20:05 +03:00
Ivan Matkov
550258a165
Merge pull request #82 from microsoft/feature/catalyst-tests
...
Fix tests for Catalyst
2020-05-13 14:36:18 +03:00
Ivan Matkov
392aef8ac9
Remove workaround to put class in dirty memory
2020-05-12 16:59:00 +03:00
Ivan Matkov
b66033be9f
Find class list in __DATA_CONST and __DATA_DIRTY segments
2020-05-12 16:14:02 +03:00
Ivan Matkov
ed6e1d2d80
USE_EH_FRAME and USE_COMPACT_UNWIND don't work together on Catalyst too
2020-05-12 15:07:40 +03:00
Ivan Matkov
ab0bdd6238
Fix choosing test binary
2020-05-12 15:03:41 +03:00
Ruslan Urmeev
5019c58da2
update doxyfile, fix unbalanced grouping commands
2020-05-08 19:34:33 +04:00
Ivan Matkov
5fd6afcbc1
Fix rest of warnings in tests
2020-04-30 18:59:12 +03:00
Ivan Matkov
43fadd7b45
Merge branch 'feature/spm' into fix/cast-warnings
...
# Conflicts:
# CrashReporter.xcodeproj/project.pbxproj
2020-04-30 18:21:21 +03:00
Oleg Misal
2c4ecb61a2
Tests warnings fixed
2020-04-30 14:06:32 +03:00
Dmitrii Chichuk
1b3d74c6b4
Add strong qualifier to properties and __strong to underlying fields
2020-04-29 19:30:50 +04:00
Anna Kocheshkova
3364a5e130
Address feedback about bridging
2020-04-29 10:36:32 +03:00
Anna Kocheshkova
17af3219d6
Remove bridge, remove nil check, remove extra project references.
2020-04-28 16:36:53 +03:00
Anna Kocheshkova
8c7d8cc80f
Add releasing an object
2020-04-28 16:10:09 +03:00
Anna Kocheshkova
2784c03c71
Address last part of the feedback
2020-04-28 15:35:19 +03:00
Anna Kocheshkova
375d1fa51c
Fix bridges
2020-04-28 12:42:22 +03:00
Anna Kocheshkova
362db9e2d5
Move tests to ARC
2020-04-28 11:59:01 +03:00
Ivan Matkov
a9f26321a7
Move utils and tests out of source folder
2020-04-27 12:49:57 +03:00