Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
test_models: fuzz test panda and CarState #30443
test_models: fuzz test panda and CarState #30443
Changes from 116 commits
ab87a86
2266386
78a10de
3b52f1f
dfe8d06
25e4bc7
a81f85c
25d0fd0
430d43b
aa3cfd5
5faf816
4eae58a
eba6e59
012e7b9
0d6c50f
640a6e3
86ffcd7
f8fd185
91f06c5
e0534f7
6c235d1
c7eeb77
caa1f19
d2c598a
7d0317b
0525041
0f77532
720d8a7
41a33a1
e0ab1f5
13dd5c9
c5b1e2c
f1bd4e9
9564eb1
e7cd55f
9aaffda
ab61360
f58b8c8
8742aef
b11b32a
226089d
32b8705
0ccf8c2
27c053e
04c7b81
6a64684
55de2c1
26238ba
cbdcc05
fcd8b2b
be1d55e
f549702
0968d2a
79d24b5
16b6035
55cc0d7
525655e
f66a69c
f613b7e
1b4aa92
43521a0
5bd42fe
c81081f
5e7d872
52b2296
aa47dc5
efaa89a
00e0b42
1533013
af384e0
824c7ab
69304cd
61e3d21
c764a2e
f552952
26ef068
ce289bb
9e268e2
19187a9
5d91c60
6bfb3e6
6403f40
e859838
886815d
6d0238f
e835380
b916cf2
1fb5d42
43a55b5
5677d78
ce18468
1c1db22
43ac48a
f4a3d58
6ed0b91
65df53b
71be169
7fc77b0
237be49
0ff37cc
610a6cf
66455ae
1d04a6e
bd9db78
901f912
e82a0e5
4a31837
e78d686
0b87e59
0328d95
eb316cf
ba5a54e
7fb9752
379c3f2
ba20a99
1e362b6
c6f687c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Ideally we re-use the warm up code in
test_panda_safety_carstate
(or that whole function), but so far I haven't found a nice way to generate examples inside the function. Will do some more looking after this is merged