<feed xmlns='http://www.w3.org/2005/Atom'>
<title>replicant/core/adf/libadf/tests, branch master</title>
<subtitle>Patches not merged yet, used for building and testing them
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/core/'/>
<entry>
<title>libadf: adf_test: fix crash on adf.devices failure</title>
<updated>2017-02-22T19:07:15+00:00</updated>
<author>
<name>Greg Hackmann</name>
<email>ghackmann@google.com</email>
</author>
<published>2017-02-17T00:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/core/commit/?id=52ae36ed57902508b1440c7ff3570c34e2cf154c'/>
<id>52ae36ed57902508b1440c7ff3570c34e2cf154c</id>
<content type='text'>
If devs is uninitialized and adf_devices() fails, we'll end up passing
the uninitialized pointer to free().

Test: /data/nativetest64/adf-unit-tests/adf-unit-tests (on Nexus 9 w/o root)
Change-Id: Ifc6038c1da14d32ee564675bac54fc7df2623c1d
Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If devs is uninitialized and adf_devices() fails, we'll end up passing
the uninitialized pointer to free().

Test: /data/nativetest64/adf-unit-tests/adf-unit-tests (on Nexus 9 w/o root)
Change-Id: Ifc6038c1da14d32ee564675bac54fc7df2623c1d
Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libadf: support ADF_{POST,SIMPLE_POST}_CONFIG_V2 ioctls</title>
<updated>2017-02-15T00:06:05+00:00</updated>
<author>
<name>Greg Hackmann</name>
<email>ghackmann@google.com</email>
</author>
<published>2016-07-25T21:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/core/commit/?id=095da6fb73efa1cebf8f04466cd6e4b40210db0b'/>
<id>095da6fb73efa1cebf8f04466cd6e4b40210db0b</id>
<content type='text'>
adf_{device,interface_simple}_post_v2 let the client choose what kind of
fence is returned from the kernel:

* ADF_COMPLETE_FENCE_NONE: no fence is returned
* ADF_COMPLETE_FENCE_PRESENT: the returned fence fires when the
  specified configuration appears on the screen
* ADF_COMPLETE_FENCE_RELEASE: the returned fence fires when the
  specified configuration is removed from the screen

The "V2" calls with fence type ADF_COMPLETE_FENCE_RELEASE are functionally
equivalent to "V1" calls.

Test: included gtest (on Nexus 9)
Change-Id: I36190d1b6cea0fbaed2af3ad64fa4729200c5520
Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adf_{device,interface_simple}_post_v2 let the client choose what kind of
fence is returned from the kernel:

* ADF_COMPLETE_FENCE_NONE: no fence is returned
* ADF_COMPLETE_FENCE_PRESENT: the returned fence fires when the
  specified configuration appears on the screen
* ADF_COMPLETE_FENCE_RELEASE: the returned fence fires when the
  specified configuration is removed from the screen

The "V2" calls with fence type ADF_COMPLETE_FENCE_RELEASE are functionally
equivalent to "V1" calls.

Test: included gtest (on Nexus 9)
Change-Id: I36190d1b6cea0fbaed2af3ad64fa4729200c5520
Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libadf: adf_test: fix clang + kati build</title>
<updated>2017-01-31T22:55:46+00:00</updated>
<author>
<name>Greg Hackmann</name>
<email>ghackmann@google.com</email>
</author>
<published>2017-01-27T20:58:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/core/commit/?id=09f8f986a9d70dc7d6c2d22692dc24ae39dbd8d9'/>
<id>09f8f986a9d70dc7d6c2d22692dc24ae39dbd8d9</id>
<content type='text'>
kati needs us to add "tests" as a subdir of the libadf Android.bp.
clang also requires an explicit definition of AdfTest::dev_id where
g++ does not.

Test: mmm system/core/adf/libadf
Test: /data/nativetest64/adf-unit-tests/adf-unit-tests (on Nexus 9)
Change-Id: I1fc371af1b5b115f088edd963a87e6647a52882b
Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
kati needs us to add "tests" as a subdir of the libadf Android.bp.
clang also requires an explicit definition of AdfTest::dev_id where
g++ does not.

Test: mmm system/core/adf/libadf
Test: /data/nativetest64/adf-unit-tests/adf-unit-tests (on Nexus 9)
Change-Id: I1fc371af1b5b115f088edd963a87e6647a52882b
Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert more Android.mk files to Android.bp</title>
<updated>2016-07-14T00:41:45+00:00</updated>
<author>
<name>Dan Willemsen</name>
<email>dwillemsen@google.com</email>
</author>
<published>2016-07-13T05:10:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/core/commit/?id=45f05240c2d9d1f3903e2766b4883e256288f6c2'/>
<id>45f05240c2d9d1f3903e2766b4883e256288f6c2</id>
<content type='text'>
These modules have their dependencies satisfied, and aren't doing
anything strange.

Change-Id: I72039a15256cbd5e5eee0d79a15d66d74a6c087d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These modules have their dependencies satisfied, and aren't doing
anything strange.

Change-Id: I72039a15256cbd5e5eee0d79a15d66d74a6c087d
</pre>
</div>
</content>
</entry>
<entry>
<title>libadf: enable -Werror</title>
<updated>2015-03-10T22:14:38+00:00</updated>
<author>
<name>Greg Hackmann</name>
<email>ghackmann@google.com</email>
</author>
<published>2015-03-05T00:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/core/commit/?id=e6b793c7b03dfc100e3f4fdba2571fa254e7650d'/>
<id>e6b793c7b03dfc100e3f4fdba2571fa254e7650d</id>
<content type='text'>
Bug: 19606869

Change-Id: If2ea55732e71e8288641b6b34d229b367fd3fb3b
Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 19606869

Change-Id: If2ea55732e71e8288641b6b34d229b367fd3fb3b
Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libadf: tests: fix signed/unsigned comparison warnings</title>
<updated>2015-03-10T22:14:38+00:00</updated>
<author>
<name>Greg Hackmann</name>
<email>ghackmann@google.com</email>
</author>
<published>2015-03-05T00:45:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/core/commit/?id=39b0c1c67d8c3c2ca1af4a61542c30fe001e7f8a'/>
<id>39b0c1c67d8c3c2ca1af4a61542c30fe001e7f8a</id>
<content type='text'>
Bug: 19606869

Change-Id: I29cfa363b6640cc13973c1023d2f4ea1a97e3af2
Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 19606869

Change-Id: I29cfa363b6640cc13973c1023d2f4ea1a97e3af2
Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libadf: add tests for various failure modes</title>
<updated>2014-05-07T22:28:05+00:00</updated>
<author>
<name>Greg Hackmann</name>
<email>ghackmann@google.com</email>
</author>
<published>2013-11-20T18:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/core/commit/?id=bfdbb2fcf05ebad86ad31a2e94586b198e5c87de'/>
<id>bfdbb2fcf05ebad86ad31a2e94586b198e5c87de</id>
<content type='text'>
Change-Id: I1b13e84c6663cb73af2829bedd3514119a01764c
Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1b13e84c6663cb73af2829bedd3514119a01764c
Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libadf: add tests</title>
<updated>2014-05-07T22:28:05+00:00</updated>
<author>
<name>Greg Hackmann</name>
<email>ghackmann@google.com</email>
</author>
<published>2013-11-12T18:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/core/commit/?id=29925dcc89ccc92303042c9041d45c49b651a57e'/>
<id>29925dcc89ccc92303042c9041d45c49b651a57e</id>
<content type='text'>
Change-Id: I353099bf194d4d566c720e44190ad34f407f3dce
Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I353099bf194d4d566c720e44190ad34f407f3dce
Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
