-
Notifications
You must be signed in to change notification settings - Fork 4.7k
ci: instrument being able to run leaksanitizer #21142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 60 commits
d03c6a3
e8e6558
8d4cf9b
a895f90
7029aef
fbed7c0
f3fa3eb
36feff7
30ff5aa
a9ebde2
99c316e
efbbfdc
3ee795b
ad6a2ad
ce755ab
75d40ef
f7e2a43
d22e139
c771087
6531fb2
00d6c5b
171a6e0
8a5f5b1
7969fcf
7e89c83
a620f52
c5ccf75
459d0c8
017fd84
fc38487
4341c38
5366a89
2f1ce85
e005bb9
62ce40a
fade5b6
25d90a7
2c81e85
8bce714
d1a2daf
9485456
31e3b1d
c1c7583
c87efbe
1a63062
c8c189b
cdca5da
168765a
1f71f62
6aa3b77
5e24ffc
ea46225
6a71526
7522659
f3231f5
4dd02bd
ec46bea
a2f5f19
3b2b969
300f321
4b881a4
220c02c
fd3eefc
23d61e6
6125c16
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2808,6 +2808,7 @@ export function endGroup() { | |
| } else { | ||
| console.groupEnd(); | ||
| } | ||
| console.log(); | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Necessary?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes because when ASAN is tripped it doesnt print a trailing newline before exiting the program
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this should be serialized into a code comment so that the next person doesn't delete the seemingly extraneous console.log |
||
| } | ||
|
|
||
| export function printEnvironment() { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be easier if these lists were held in an importable
.jsfile so the loader handles this for us.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if its okay with you i'd like to do this in a followup and convert both lists
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but good idea