Commit 3ba1936
authored
chore: remove RCTAddressSanitizerCrashManager (#2395)
## Summary:
This module is flagged internally by our static analysis. This module
and test was added to test that ASAN was actually enabled and would
crash on unsafe code. This meant checking in unsafe code as a test,
which is now flagged now that we build from source internally. We don't
need this module and test anymore, and we never had any automated tests
that actually checked that this crashes. Let's just delete it.
## Test Plan:
CI should pass.1 parent 104e9f8 commit 3ba1936
7 files changed
Lines changed: 0 additions & 115 deletions
File tree
- packages
- react-native
- Libraries
- AddressSanitizerCrash
- __tests__/__snapshots__
- React/CoreModules
- rn-tester/js
- examples/ASAN
- utils
Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 38 | | |
50 | 39 | | |
51 | 40 | | |
| |||
Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 0 additions & 18 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | 374 | | |
379 | 375 | | |
380 | 376 | | |
| |||
0 commit comments