Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
test
/
vts
/
04431a964aa285d37e816163db4be45b3b0ff494
04431a9
use gcov to measure the code coverage and return the measured data back
by Keun Soo Yim
· 9 years ago
fc967f2
test hal (light from bullhead) to produce instrumented hal binary for
by Keun Soo Yim
· 9 years ago
474df17
dynamically generate fuzz function and completely remove HalLightsDataObject.py
by Keun Soo Yim
· 9 years ago
a8cf69a
dynamically generate host-side data object generator from the spec
by Keun Soo Yim
· 9 years ago
ffb07ba
libmeasurement (for graybox-style fuzzing)
by Keun Soo Yim
· 9 years ago
46cdf7c
support bullhead
by Keun Soo Yim
· 9 years ago
c87faf3
simple fuzzing logic (no feedback loop)
by Keun Soo Yim
· 9 years ago
34067de
Pass args from the host when calling a HAL API and package the return message
by Keun Soo Yim
· 9 years ago
38455b2
a basic, actual functional test implementation for hal light testcase (single
by Keun Soo Yim
· 9 years ago
a6ec0b5
apply yapf (pep8) to py code
by Keun Soo Yim
· 9 years ago
d455988
support legacy hal, and basic spec for wifi hal
by Keun Soo Yim
· 9 years ago
a61b641
accept a comma-separated target component base dirs
by Keun Soo Yim
· 9 years ago
072337b
scripts to test locally against an angler device
by Keun Soo Yim
· 9 years ago
3d36607
prebuilt images for angler
by Keun Soo Yim
· 9 years ago
f9e6f5a
Merge "fix a warning"
by TreeHugger Robot
· 9 years ago
d954268
fix a warning
by Keun Soo Yim
· 9 years ago
b466363
create the host-side mirror interface
by Keun Soo Yim
· 9 years ago
1420155
update the package path for python code
by Keun Soo Yim
· 9 years ago
e916c53
Merge changes Ic19a29f0,I782b0cc3
by TreeHugger Robot
· 9 years ago
e2139f1
Correct to pep8 style with yapf linter.
by Ang Li
· 9 years ago
aa001fa
Merge "VTS integration framework initial refactor."
by Ang Li
· 9 years ago
52f5166
implementation of CALL_FUNCTION
by Keun Soo Yim
· 9 years ago
9342000
VTS integration framework initial refactor.
by Ang Li
· 9 years ago
feceb4d
implementation of GET_HALS, SELECT_HAL, & GET_FUNCTIONS commands
by Keun Soo Yim
· 9 years ago
9d89eae
Merge "Suppress unused-parameter warnings in sysfuzzer."
by TreeHugger Robot
· 9 years ago
dec5489
Suppress unused-parameter warnings in sysfuzzer.
by Aurimas Liutikas
· 9 years ago
f1ff506
simplify the logging interface.
by Keun Soo Yim
· 9 years ago
b75c841
actually check the fuzzer binder service and create one if not exists
by Keun Soo Yim
· 9 years ago
ad01d4f
fork a child process to handle each new C&C session
by Keun Soo Yim
· 9 years ago
3f6e552
Native agent to send a response protobuf message and the runner to parse
by Keun Soo Yim
· 9 years ago
e0c0cdd
The runner for VTS fuzzer which can send protobufs over tcp socket
by Keun Soo Yim
· 9 years ago
154b14f
agent to receive protobuf msg over tcp
by Keun Soo Yim
· 9 years ago
bf80453
hal agent (basic interface) and binder service to the fuzzer from the agent
by Keun Soo Yim
· 9 years ago
5d4129f
repeated next and prev fields for call flow events
by Keun Soo Yim
· 9 years ago
cbbb8ab
vts fuzz testcases (metadata for tradefed)
by Keun Soo Yim
· 9 years ago
45b4324
TradeFed extension for VTS - test type for vts fuzz test runners
by Keun Soo Yim
· 9 years ago
3a8ae3b
interface spec extension for HIDL HAL
by Keun Soo Yim
· 9 years ago
8bab08c
Merge "print the test passed message"
by Keun Soo Yim
· 9 years ago
2307f35
Merge "build a structure around the VTS compiler"
by Keun Soo Yim
· 9 years ago
fa7ea84
print the test passed message
by Keun Soo Yim
· 9 years ago
fe357f6
Merge "enable clang for x86_64 (fp128 fix landed as clang-2577113)." into nyc-dev am: cbb6aede6c am: 6721eb12a0
by Keun Soo Yim
· 9 years ago
0646492
Merge "enable clang for x86_64 (fp128 fix landed as clang-2577113)." into nyc-dev am: cbb6aede6c am: f58cdb5090
by Keun Soo Yim
· 9 years ago
69b1a0e
Merge "enable clang for x86_64 (fp128 fix landed as clang-2577113)." into nyc-dev am: cbb6aede6c
by Keun Soo Yim
· 9 years ago
d1c30f2
Merge "enable clang for x86_64 (fp128 fix landed as clang-2577113)." into nyc-dev am: cbb6aede6c
by Keun Soo Yim
· 9 years ago
f58cdb5
Merge "enable clang for x86_64 (fp128 fix landed as clang-2577113)." into nyc-dev
by Keun Soo Yim
· 9 years ago
6721eb1
Merge "enable clang for x86_64 (fp128 fix landed as clang-2577113)." into nyc-dev
by Keun Soo Yim
· 9 years ago
cbb6aed
Merge "enable clang for x86_64 (fp128 fix landed as clang-2577113)." into nyc-dev
by TreeHugger Robot
· 9 years ago
2ad8448
enable clang for x86_64 (fp128 fix landed as clang-2577113).
by Keun Soo Yim
· 9 years ago
accb921
Merge "Merge "Revert "Initial commit of ACTS into VTS."" into nyc-dev am: f375d811ac am: 24af63c2a8" into nyc-mr1-dev-plus-aosp
by Ang Li
· 9 years ago
8f1d853
Merge "Revert "Initial commit of ACTS into VTS."" into nyc-dev am: f375d811ac am: b8323eeda1
by Ang Li
· 9 years ago
3a05180
Merge "Merge "Revert "Initial commit of ACTS into VTS."" into nyc-dev am: f375d811ac am: 24af63c2a8" into nyc-mr1-dev-plus-aosp
by Android Build Merger (Role)
· 9 years ago
33ac877
Merge "Revert "Initial commit of ACTS into VTS."" into nyc-dev am: f375d811ac
by Ang Li
· 9 years ago
339574b
Merge "Revert "Initial commit of ACTS into VTS."" into nyc-dev am: f375d811ac
by Ang Li
· 9 years ago
b8323ee
Merge "Revert "Initial commit of ACTS into VTS."" into nyc-dev am: f375d811ac
by Ang Li
· 9 years ago
24af63c
Merge "Revert "Initial commit of ACTS into VTS."" into nyc-dev am: f375d811ac
by Ang Li
· 9 years ago
f375d81
Merge "Revert "Initial commit of ACTS into VTS."" into nyc-dev
by Ang Li
· 9 years ago
5ffb6a8
Revert "Initial commit of ACTS into VTS."
by Ang Li
· 9 years ago
b8edda3
build a structure around the VTS compiler
by Keun Soo Yim
· 9 years ago
d27a372
Merge "VTS sysfuzzer supports nested HAL APIs am: 2ee9079cdf am: 9fd34e5850" into nyc-mr1-dev-plus-aosp
by Keun Soo Yim
· 9 years ago
4ef32cd
VTS sysfuzzer supports nested HAL APIs am: 2ee9079cdf am: f6a39a1390
by Keun Soo Yim
· 9 years ago
a4c18b8
Merge "VTS sysfuzzer supports nested HAL APIs am: 2ee9079cdf am: 9fd34e5850" into nyc-mr1-dev-plus-aosp
by Android Build Merger (Role)
· 9 years ago
01cf915
VTS sysfuzzer supports nested HAL APIs am: 2ee9079cdf am: 9fd34e5850
by Keun Soo Yim
· 9 years ago
a46e38c
VTS sysfuzzer supports nested HAL APIs am: 2ee9079cdf am: f6a39a1390
by Keun Soo Yim
· 9 years ago
9fd34e5
VTS sysfuzzer supports nested HAL APIs am: 2ee9079cdf
by Keun Soo Yim
· 9 years ago
f6a39a1
VTS sysfuzzer supports nested HAL APIs am: 2ee9079cdf
by Keun Soo Yim
· 9 years ago
b0e33e8
Revert "Revert "build a basic data flow path to return the return value of a called function to the funzzing framework"" am: c5d092afb4 am: 8515fa9fb6
by Keun Soo Yim
· 9 years ago
3ac5f2d
Revert "Revert "Basic data type generators for GPS HAL v1"" am: e01164dc02 am: f11def25d9
by Keun Soo Yim
· 9 years ago
148d4e9
Revert "Revert "build a basic data flow path to return the return value of a called function to the funzzing framework"" am: c5d092a am: 28a4a103ef
by Keun Soo Yim
· 9 years ago
535c4c3
Revert "Revert "Basic data type generators for GPS HAL v1"" am: e01164d am: 5cfdca704a
by Keun Soo Yim
· 9 years ago
d4ed33a
Revert "Revert "build a basic data flow path to return the return value of a called function to the funzzing framework"" am: c5d092afb4
by Keun Soo Yim
· 9 years ago
b6f93ad
Revert "Revert "Basic data type generators for GPS HAL v1"" am: e01164dc02
by Keun Soo Yim
· 9 years ago
2b34c7b
Revert "Revert "build a basic data flow path to return the return value of a called function to the funzzing framework"" am: c5d092a
by Keun Soo Yim
· 9 years ago
866ed6c
Revert "Revert "Basic data type generators for GPS HAL v1"" am: e01164d
by Keun Soo Yim
· 9 years ago
8515fa9
Revert "Revert "build a basic data flow path to return the return value of a called function to the funzzing framework""
by Keun Soo Yim
· 9 years ago
f11def2
Revert "Revert "Basic data type generators for GPS HAL v1"" am: e01164dc02
by Keun Soo Yim
· 9 years ago
2ee9079
VTS sysfuzzer supports nested HAL APIs
by Keun Soo Yim
· 9 years ago
28a4a10
Revert "Revert "build a basic data flow path to return the return value of a called function to the funzzing framework""
by Keun Soo Yim
· 9 years ago
5cfdca7
Revert "Revert "Basic data type generators for GPS HAL v1"" am: e01164d
by Keun Soo Yim
· 9 years ago
c5d092a
Revert "Revert "build a basic data flow path to return the return value of a called function to the funzzing framework""
by Keun Soo Yim
· 9 years ago
e01164d
Revert "Revert "Basic data type generators for GPS HAL v1""
by Keun Soo Yim
· 9 years ago
18ab1c1
Revert "Basic data type generators for GPS HAL v1" am: c298ba6 am: 567b838
by Brian Carlstrom
· 9 years ago
995d753
Revert "build a basic data flow path to return the return value of a called function to the funzzing framework" am: 5ebde2a am: 91cdfa4
by Brian Carlstrom
· 9 years ago
4fef7d3
Revert "Basic data type generators for GPS HAL v1" am: c298ba6 am: a89b91c
by Brian Carlstrom
· 9 years ago
c11b37a
Revert "build a basic data flow path to return the return value of a called function to the funzzing framework" am: 5ebde2a am: b46885b
by Brian Carlstrom
· 9 years ago
a908f22
Revert "Basic data type generators for GPS HAL v1" am: c298ba6 am: 567b838
by Brian Carlstrom
· 9 years ago
33d2c0e
Revert "build a basic data flow path to return the return value of a called function to the funzzing framework" am: 5ebde2a
by Brian Carlstrom
· 9 years ago
e0cc249
Revert "Basic data type generators for GPS HAL v1" am: c298ba6 am: a89b91c
by Brian Carlstrom
· 9 years ago
a410ee8
Revert "build a basic data flow path to return the return value of a called function to the funzzing framework" am: 5ebde2a
by Brian Carlstrom
· 9 years ago
567b838
Revert "Basic data type generators for GPS HAL v1" am: c298ba6
by Brian Carlstrom
· 9 years ago
91cdfa4
Revert "build a basic data flow path to return the return value of a called function to the funzzing framework"
by Brian Carlstrom
· 9 years ago
a89b91c
Revert "Basic data type generators for GPS HAL v1" am: c298ba6
by Brian Carlstrom
· 9 years ago
b46885b
Revert "build a basic data flow path to return the return value of a called function to the funzzing framework"
by Brian Carlstrom
· 9 years ago
c298ba6
Revert "Basic data type generators for GPS HAL v1"
by Brian Carlstrom
· 9 years ago
5ebde2a
Revert "build a basic data flow path to return the return value of a called function to the funzzing framework"
by Brian Carlstrom
· 9 years ago
b2d8205
build a basic data flow path to return the return value of a called function to the funzzing framework am: e35aada am: c791fac
by Keun Soo Yim
· 9 years ago
09f53e4
build a basic data flow path to return the return value of a called function to the funzzing framework am: e35aada am: 9fc74f9
by Keun Soo Yim
· 9 years ago
8db9168
build a basic data flow path to return the return value of a called function to the funzzing framework am: e35aada
by Keun Soo Yim
· 9 years ago
92cbc02
build a basic data flow path to return the return value of a called function to the funzzing framework am: e35aada
by Keun Soo Yim
· 9 years ago
c791fac
build a basic data flow path to return the return value of a called function to the funzzing framework
by Keun Soo Yim
· 9 years ago
9fc74f9
build a basic data flow path to return the return value of a called function to the funzzing framework
by Keun Soo Yim
· 9 years ago
Next »