Maciej Jesionowski [Wed, 6 Apr 2016 09:45:46 +0000 (11:45 +0200)]
Geometry interaction tessellation tests
Ported from GLES 3.1
Some features were excluded:
- Transform Feedback related tests
- tests that required true runtime shader generation
(because we need to support precompiled shaders)
Pyry Haulos [Fri, 13 May 2016 21:04:34 +0000 (14:04 -0700)]
Update Vulkan CTS mustpass
Pyry Haulos [Fri, 13 May 2016 21:02:21 +0000 (14:02 -0700)]
Merge in fixes from Google repository
Maciej Jesionowski [Fri, 13 May 2016 19:35:30 +0000 (19:35 +0000)]
Merge "Validation fixes for dEQP-VK.synchronization am:
226a0db84f am:
86b9cf1615" into nyc-mr1-dev-plus-aosp
am:
61c6406135
* commit '
61c64061352ab394a35175a7cf4e97f74512bae9':
Change-Id: I5ae5322cd72f566b254444716f556bc9fa191ab1
Maciej Jesionowski [Fri, 13 May 2016 19:35:29 +0000 (19:35 +0000)]
Validation fixes for dEQP-VK.synchronization am:
226a0db84f am:
342c7aee4d
am:
4eb203e29f
* commit '
4eb203e29f0dfe8d979ff7d10061e5d07f074261':
Validation fixes for dEQP-VK.synchronization
Change-Id: I1918500bba3b2fe93118b529693c9e86b2b3c933
Android Build Merger (Role) [Fri, 13 May 2016 19:33:04 +0000 (19:33 +0000)]
Merge "Validation fixes for dEQP-VK.synchronization am:
226a0db84f am:
86b9cf1615" into nyc-mr1-dev-plus-aosp
Maciej Jesionowski [Fri, 13 May 2016 19:32:56 +0000 (19:32 +0000)]
Validation fixes for dEQP-VK.synchronization am:
226a0db84f
am:
342c7aee4d
* commit '
342c7aee4d54e4f3f9a46946c0ab541d74c7cb0a':
Validation fixes for dEQP-VK.synchronization
Change-Id: Idd26533419b3f02966d566d2bc21499763a8c895
Maciej Jesionowski [Fri, 13 May 2016 19:32:55 +0000 (19:32 +0000)]
Validation fixes for dEQP-VK.synchronization am:
226a0db84f
am:
86b9cf1615
* commit '
86b9cf1615ca8f21998e349f08c1f0ec04952c21':
Validation fixes for dEQP-VK.synchronization
Change-Id: I63d652537534f20af06c6ca5c873f1c38e3f9c3b
Maciej Jesionowski [Fri, 13 May 2016 19:30:23 +0000 (19:30 +0000)]
Validation fixes for dEQP-VK.synchronization
am:
226a0db84f
* commit '
226a0db84fb22264e27c52ed54d55592baf1693a':
Validation fixes for dEQP-VK.synchronization
Change-Id: I7d468a51a8e6be59b57a0228dcfb17fbbbe9600c
Maciej Jesionowski [Fri, 13 May 2016 19:30:22 +0000 (19:30 +0000)]
Validation fixes for dEQP-VK.synchronization
am:
226a0db84f
* commit '
226a0db84fb22264e27c52ed54d55592baf1693a':
Validation fixes for dEQP-VK.synchronization
Change-Id: I50b955e0aa9d521c2c202ca7c199120a8a76be72
Pyry Haulos [Thu, 12 May 2016 22:17:02 +0000 (15:17 -0700)]
Fix some release build warnings
Pyry Haulos [Thu, 12 May 2016 22:15:30 +0000 (15:15 -0700)]
Change win32 window style to WS_POPUP
WS_POPUP allows smaller window sizes. WS_OVERLAPPEDWINDOW will be forced
to style-dependent minimum size to support title bar.
Maciej Jesionowski [Tue, 26 Apr 2016 13:27:46 +0000 (15:27 +0200)]
Validation fixes for dEQP-VK.synchronization
- Initialize some structure fields to required values
- Use pWaitDstStageMask when waiting on a semaphore
- Move vkCmdSetEvent outside the render pass
- Provide expected number of queue priorities to VkDeviceQueueCreateInfo
Bug:
28074219
(cherry picked from commit
94fdc7fcde984ff6c21ea7ccf6fd758fbf90a0d9)
Change-Id: I71835bb7bc0e9fec528c24aec35e2c864f763aa9
Pyry Haulos [Thu, 12 May 2016 21:13:45 +0000 (21:13 +0000)]
Merge branch 'validation_fix_renderpass' into 'vulkan-cts-1.0-dev'
Validation fixes for dEQP-VK.renderpass
- Correct access flags in layout barriers
- Remove duplicate barrier
- Don't do layout transition if src and dst are the same
- Fix minDepthBounds value
Note, this does NOT fix all the issues with this test group. I'm getting many problems with `dEQP-VK.renderpass.attachment_allocation.*` mainly due to operations on undefined memory, or attachments not included in a subpass.
See #357 for other validation tasks.
See merge request !536
Pyry Haulos [Thu, 12 May 2016 21:03:36 +0000 (14:03 -0700)]
Update Vulkan CTS mustpass
Pyry Haulos [Thu, 12 May 2016 21:00:59 +0000 (14:00 -0700)]
Fix warnings in tessellation and spec constant tests
Pyry Haulos [Thu, 12 May 2016 20:38:12 +0000 (13:38 -0700)]
Merge 302-tessellation-shader-tests into vulkan-cts-1.0-dev
Pyry Haulos [Thu, 12 May 2016 20:33:31 +0000 (20:33 +0000)]
Merge branch '270-spec-constant-tests' into 'vulkan-cts-1.0-dev'
Add specialization constants tests
Adds the spec. constant. tests for graphics and compute pipelines.
Includes:
- GLSL-based shaders
- Basic, vector, matrix, struct, array constants
- Work group size specialization
- Built-in constant specialization
- Spec. const as array size
- Test spec document.
Excludes:
- Spec. constant expressions (OpSpecConstantOp), as they are tested
extensively in assembly tests.
Fixes issue #270 and #204
See merge request !413
Pyry Haulos [Thu, 12 May 2016 20:30:30 +0000 (13:30 -0700)]
Fix use of out-of-scope struct in pipeline cache tests
Fixes #363
Pyry Haulos [Thu, 12 May 2016 17:50:05 +0000 (17:50 +0000)]
Merge branch 'validation_fix_binding_model' into 'vulkan-cts-1.0-dev'
Validation fix dEQP-VK.binding_model
- Add srcStageMask to barriers
See #357
See merge request !556
Pyry Haulos [Thu, 12 May 2016 17:49:00 +0000 (17:49 +0000)]
Merge branch 'validation_fix_synchronization' into 'vulkan-cts-1.0-dev'
Validation fixes for dEQP-VK.synchronization
- Initialize some structure fields to required values
- Use `pWaitDstStageMask` when waiting on a semaphore
- Move `vkCmdSetEvent` outside the render pass
- Provide expected number of queue priorities to `VkDeviceQueueCreateInfo`
Fixes #362
See #357 for other validation fixes
See merge request !546
Pyry Haulos [Thu, 12 May 2016 17:47:59 +0000 (17:47 +0000)]
Merge branch 'validation_fix_ssbo' into 'vulkan-cts-1.0-dev'
Validation fix for dEQP-VK.ssbo
- Fixed an issue where descriptor set bindings were updated incorrectly (array of descriptors vs a few bindings of a single descriptor).
See #357 for other validation fixes.
See merge request !542
Pyry Haulos [Thu, 12 May 2016 14:59:56 +0000 (14:59 +0000)]
Merge "Fix allocator in WSI swapchain render test am:
f31905d3c4 am:
99290ba6e7" into nyc-mr1-dev-plus-aosp
am:
316410640a
* commit '
316410640a475162b8d21b08570a3f82b0e7505e':
Change-Id: I5e570a5ed406ccdbe54c07d70c91152404c44a10
Pyry Haulos [Thu, 12 May 2016 14:59:56 +0000 (14:59 +0000)]
Fix allocator in WSI swapchain render test am:
f31905d3c4 am:
92f7706365
am:
23a168f995
* commit '
23a168f99586a5793474d981af546e018e00fdc0':
Fix allocator in WSI swapchain render test
Change-Id: I330dc21c95d08fecf9fdde155a49ef7f8e9a3b10
Android Build Merger (Role) [Thu, 12 May 2016 14:57:14 +0000 (14:57 +0000)]
Merge "Fix allocator in WSI swapchain render test am:
f31905d3c4 am:
99290ba6e7" into nyc-mr1-dev-plus-aosp
Pyry Haulos [Thu, 12 May 2016 14:56:59 +0000 (14:56 +0000)]
Fix allocator in WSI swapchain render test am:
f31905d3c4
am:
92f7706365
* commit '
92f77063655d45448ff44021b7b75e51f47f48ca':
Fix allocator in WSI swapchain render test
Change-Id: I254ed0f3541ec1226276440152043fa324e94832
Pyry Haulos [Thu, 12 May 2016 14:56:59 +0000 (14:56 +0000)]
Fix allocator in WSI swapchain render test am:
f31905d3c4
am:
99290ba6e7
* commit '
99290ba6e76b8da5bddb63dbceb1b3bd84ba7320':
Fix allocator in WSI swapchain render test
Change-Id: I0eeba5773f9f0fb992039829d405c1c17ac1d8c7
Pyry Haulos [Thu, 12 May 2016 14:54:12 +0000 (14:54 +0000)]
Fix allocator in WSI swapchain render test
am:
f31905d3c4
* commit '
f31905d3c4bcdd5978d7dc21ddf2723a89454a3b':
Fix allocator in WSI swapchain render test
Change-Id: Icccc64861f6abe25fac60047c36ca07d323994c7
Pyry Haulos [Thu, 12 May 2016 14:54:12 +0000 (14:54 +0000)]
Fix allocator in WSI swapchain render test
am:
f31905d3c4
* commit '
f31905d3c4bcdd5978d7dc21ddf2723a89454a3b':
Fix allocator in WSI swapchain render test
Change-Id: I61d494ad6fa32867a1c9150017d767ce2a80941e
Pyry Haulos [Wed, 11 May 2016 20:39:24 +0000 (13:39 -0700)]
Fix allocator in WSI swapchain render test
TriangleRenderer was using default device allocator with custom device
created with WSI extension enabled.
Bug:
28676093
Change-Id: Iad45ee21f1f0cfca09f24d68529a6862de5ba701
Maciej Jesionowski [Tue, 10 May 2016 09:40:39 +0000 (11:40 +0200)]
Validation fix dEQP-VK.binding_model
- Add srcStageMask to barriers
Maciej Jesionowski [Fri, 18 Mar 2016 15:15:47 +0000 (16:15 +0100)]
Add tessellation shader tests (ported from ES 3.1)
Changes with respect to original tests:
- Transform Feedback replaced with SSBO usage
(impacted some failure conditions)
- Geometry shader had to be used in some situations
- GL queries replaced with Vulkan limits checks
- Negative tests not ported due to ShaderLibrary limitation
(shaders that fail compilation aren't supported)
Mustpass exclusions:
- Tests in `user_defined_io` group
Mika Isojärvi [Fri, 6 May 2016 19:22:29 +0000 (19:22 +0000)]
Merge "resolve merge conflicts of
cfeb3c0 to nyc-dev am:
518f489214 am:
5e80b7e463" into nyc-mr1-dev-plus-aosp
am:
48687114b6
* commit '
48687114b6c5310c8939700c8422a2c80bcddfca':
Change-Id: I06acfccdcc894c105171682095d58c1787912302
Daniel Xie [Fri, 6 May 2016 19:22:28 +0000 (19:22 +0000)]
resolve merge conflicts of
cfeb3c0 to nyc-dev am:
518f489214 am:
a6eacd8101
am:
1b8fe1f999
* commit '
1b8fe1f99900105f97dca9d1534d96214bde57a8':
Remove GLES2-texture.wrap tests from mustpass
Change-Id: Iada16e2bc7b70824153e140db7e8b607b552ad4c
Android Build Merger (Role) [Fri, 6 May 2016 19:17:51 +0000 (19:17 +0000)]
Merge "resolve merge conflicts of
cfeb3c0 to nyc-dev am:
518f489214 am:
5e80b7e463" into nyc-mr1-dev-plus-aosp
Mika Isojärvi [Fri, 6 May 2016 19:17:38 +0000 (19:17 +0000)]
resolve merge conflicts of
cfeb3c0 to nyc-dev am:
518f489214
am:
a6eacd8101
* commit '
a6eacd810172a6b01938470ba105121ca742761b':
Remove GLES2-texture.wrap tests from mustpass
Change-Id: I1622b91e38e1f480ee298385d2a187cff8a8e96a
Mika Isojärvi [Fri, 6 May 2016 19:17:37 +0000 (19:17 +0000)]
resolve merge conflicts of
cfeb3c0 to nyc-dev am:
518f489214
am:
5e80b7e463
* commit '
5e80b7e46307c206f4df887202119da61c096ecd':
Remove GLES2-texture.wrap tests from mustpass
Change-Id: I900430dad177b690ea13d018467126c396de41e0
Daniel Xie [Fri, 6 May 2016 19:12:59 +0000 (19:12 +0000)]
resolve merge conflicts of
cfeb3c0 to nyc-dev
am:
518f489214
* commit '
518f4892140466feacb6c7c772357c76a86c3a27':
Remove GLES2-texture.wrap tests from mustpass
Change-Id: Ie2f928384f03ae0354405124263ce4e8e819f0db
Daniel Xie [Fri, 6 May 2016 19:12:54 +0000 (19:12 +0000)]
resolve merge conflicts of
cfeb3c0 to nyc-dev
am:
518f489214
* commit '
518f4892140466feacb6c7c772357c76a86c3a27':
Remove GLES2-texture.wrap tests from mustpass
Change-Id: I23fadf595d2733a9898baedd17e8e6fe9679fa63
Mika Isojärvi [Fri, 6 May 2016 17:40:09 +0000 (10:40 -0700)]
resolve merge conflicts of
cfeb3c0 to nyc-dev
Change-Id: I7172a107debe1356601a60154234660d8f8b3c71
Daniel Xie [Thu, 5 May 2016 22:55:07 +0000 (22:55 +0000)]
Merge "Remove GLES2-texture.wrap tests from mustpass" into marshmallow-cts-dev am:
4e0555590e am:
20f0bfce22 am:
0e8d4374cf
am:
ba052feff9
* commit '
ba052feff907a901564771b34b2c2bd17a375a17':
Remove GLES2-texture.wrap tests from mustpass
Change-Id: Ide7f48341c4ea1322f1fa5abe836199f5716bd04
David Sodman [Thu, 5 May 2016 22:50:30 +0000 (22:50 +0000)]
Merge "Remove GLES2-texture.wrap tests from mustpass" into marshmallow-cts-dev am:
4e0555590e am:
20f0bfce22
am:
0e8d4374cf
* commit '
0e8d4374cfc449324f6945bdf5e3d8f9049e6fb1':
Remove GLES2-texture.wrap tests from mustpass
Change-Id: I7b2b513523808851cafeb1e6abdf43f2aca35d71
Daniel Xie [Thu, 5 May 2016 22:45:47 +0000 (22:45 +0000)]
Merge "Remove GLES2-texture.wrap tests from mustpass" into marshmallow-cts-dev am:
4e0555590e
am:
20f0bfce22
* commit '
20f0bfce228434f530d6224cb96e0c05c2740500':
Remove GLES2-texture.wrap tests from mustpass
Change-Id: Ie7ceb82821044d4c601b3ee8b912b9f9bd5e51e6
David Sodman [Thu, 5 May 2016 22:41:06 +0000 (22:41 +0000)]
Merge "Remove GLES2-texture.wrap tests from mustpass" into marshmallow-cts-dev
am:
4e0555590e
* commit '
4e0555590ea2e0c08b7333773543f03fc5e12d21':
Remove GLES2-texture.wrap tests from mustpass
Change-Id: Iea248c97ce1e3a2fad223d814c302e777f1f1678
Daniel Xie [Thu, 5 May 2016 22:28:50 +0000 (22:28 +0000)]
Merge "Remove GLES2-texture.wrap tests from mustpass" into marshmallow-cts-dev
Mika Isojrvi [Thu, 5 May 2016 03:31:47 +0000 (03:31 +0000)]
Remove random ssbo test generating large shader from mustpass am:
5b68169381 am:
e6fd942518
am:
3669b3b227
* commit '
3669b3b227edc79336761b3ce6d668d99c1e7eef':
Change-Id: I6acec070cf0f98712b2f5c8bd2c95eaced6e96ab
Mika Isojrvi [Thu, 5 May 2016 03:31:46 +0000 (03:31 +0000)]
Remove random ssbo test generating large shader from mustpass am:
5b68169381 am:
1721efeeb0
am:
19a28445a2
* commit '
19a28445a216a4b12c0af8e35e78986dcabe1859':
Remove random ssbo test generating large shader from mustpass
Change-Id: Ica85cfc8a61a73b2bf14f625aee2b35d3268111f
Mika Isojärvi [Thu, 5 May 2016 03:29:18 +0000 (03:29 +0000)]
Remove random ssbo test generating large shader from mustpass am:
5b68169381
am:
e6fd942518
* commit '
e6fd94251859763da8f1746891f096ed534c3a85':
Change-Id: Ia7c790f0d037d55c9bf01485ac7b958155cd84ea
Mika Isojärvi [Thu, 5 May 2016 03:29:02 +0000 (03:29 +0000)]
Remove random ssbo test generating large shader from mustpass am:
5b68169381
am:
1721efeeb0
* commit '
1721efeeb0fe7fb5880ee49be1e60e21266dbc4a':
Remove random ssbo test generating large shader from mustpass
Change-Id: If8f6121ac29b5dcec9bc07e7d806a0e3400f2c2c
Mika Isojrvi [Thu, 5 May 2016 03:26:20 +0000 (03:26 +0000)]
Remove random ssbo test generating large shader from mustpass
am:
5b68169381
* commit '
5b681693813028911a90471aefb052f390404f57':
Remove random ssbo test generating large shader from mustpass
Change-Id: I1eb9cc3298fc217a7af48095c2f86cca9b8596a4
Mika Isojrvi [Thu, 5 May 2016 03:26:06 +0000 (03:26 +0000)]
Remove random ssbo test generating large shader from mustpass
am:
5b68169381
* commit '
5b681693813028911a90471aefb052f390404f57':
Remove random ssbo test generating large shader from mustpass
Change-Id: I612ff7abda5c20f0faea20f78a4d24eecb6ad7d1
Mika Isojärvi [Wed, 4 May 2016 21:13:26 +0000 (14:13 -0700)]
Remove random ssbo test generating large shader from mustpass
Bug:
28052337
Bug:
28594488
Change-Id: I9b4216c3a3fcaafda86411aaeda7889c5cd17b33
Mika Isojarvi [Tue, 3 May 2016 18:03:49 +0000 (18:03 +0000)]
Merge "Merge "Split WSI OOM tests over multiple iterations." into nyc-dev am:
991f09ba41 am:
643dc2cdad" into nyc-mr1-dev-plus-aosp
am:
451f060799
* commit '
451f06079937220d0a10fbb8b75b5353d1c871f5':
Change-Id: Iee5939b15982436965e4a5c6640847a60ecfe55f
Mika Isojärvi [Tue, 3 May 2016 18:03:48 +0000 (18:03 +0000)]
Merge "Split WSI OOM tests over multiple iterations." into nyc-dev am:
991f09ba41 am:
1510e135cd
am:
bba6429f54
* commit '
bba6429f541b6ffa4f6e22d57c08ef0b7f3a4f53':
Split WSI OOM tests over multiple iterations.
Change-Id: Ie960eb5b6d68d676a0375446987d0d0ab4e645ae
Android Build Merger (Role) [Tue, 3 May 2016 18:01:39 +0000 (18:01 +0000)]
Merge "Merge "Split WSI OOM tests over multiple iterations." into nyc-dev am:
991f09ba41 am:
643dc2cdad" into nyc-mr1-dev-plus-aosp
Mika Isojarvi [Tue, 3 May 2016 18:01:29 +0000 (18:01 +0000)]
Merge "Split WSI OOM tests over multiple iterations." into nyc-dev am:
991f09ba41
am:
1510e135cd
* commit '
1510e135cdc18351f1430e76b5f1fb183a861958':
Split WSI OOM tests over multiple iterations.
Change-Id: Icab65ed69de0280106826417755500da6ac59801
Mika Isojarvi [Tue, 3 May 2016 18:01:29 +0000 (18:01 +0000)]
Merge "Split WSI OOM tests over multiple iterations." into nyc-dev am:
991f09ba41
am:
643dc2cdad
* commit '
643dc2cdad5cf60d0500e5ebf064d28b03005f71':
Split WSI OOM tests over multiple iterations.
Change-Id: I85c4608a95d3f38f10d72959b82a323b14c23b20
Mika Isojärvi [Tue, 3 May 2016 17:59:07 +0000 (17:59 +0000)]
Merge "Split WSI OOM tests over multiple iterations." into nyc-dev
am:
991f09ba41
* commit '
991f09ba4156e4270dd11f846b079b4eb43f6754':
Split WSI OOM tests over multiple iterations.
Change-Id: I8b36fc1a8f72e57d4dede5604350f68bcd156948
Mika Isojärvi [Tue, 3 May 2016 17:59:07 +0000 (17:59 +0000)]
Merge "Split WSI OOM tests over multiple iterations." into nyc-dev
am:
991f09ba41
* commit '
991f09ba4156e4270dd11f846b079b4eb43f6754':
Split WSI OOM tests over multiple iterations.
Change-Id: Ice58b372a5bd61a636d305c7e61988b76c12257c
Mika Isojarvi [Tue, 3 May 2016 17:49:39 +0000 (17:49 +0000)]
Merge "Split WSI OOM tests over multiple iterations." into nyc-dev
Mika Isojärvi [Mon, 2 May 2016 23:24:53 +0000 (23:24 +0000)]
Merge "Revert "Add timeout to eglClientWaitSync() tests." am:
ca64481a62 am:
bce8cee6fe" into nyc-mr1-dev-plus-aosp
am:
5c4c77f3da
* commit '
5c4c77f3dab024662af74de919d674ec7209d0db':
Change-Id: I7661a9f66e6754ad8ef8583652e519bd37568c97
Mika Isojrvi [Mon, 2 May 2016 23:24:53 +0000 (23:24 +0000)]
Revert "Add timeout to eglClientWaitSync() tests." am:
ca64481a62 am:
8904f4d197
am:
c88c61b9bb
* commit '
c88c61b9bb39ba62fb6553a2d80d8c628ee6392f':
Revert "Add timeout to eglClientWaitSync() tests."
Change-Id: I915a3cfb064ad6617255ed6349748a4d5d0a72fc
Android Build Merger (Role) [Mon, 2 May 2016 23:19:13 +0000 (23:19 +0000)]
Merge "Revert "Add timeout to eglClientWaitSync() tests." am:
ca64481a62 am:
bce8cee6fe" into nyc-mr1-dev-plus-aosp
Mika Isojärvi [Mon, 2 May 2016 23:19:04 +0000 (23:19 +0000)]
Revert "Add timeout to eglClientWaitSync() tests." am:
ca64481a62
am:
8904f4d197
* commit '
8904f4d1976495bca223dc3fb2d435e622e4841d':
Revert "Add timeout to eglClientWaitSync() tests."
Change-Id: I606be66eeb538ad51f86f049633e2cbed0ba0c3d
Mika Isojärvi [Mon, 2 May 2016 23:19:03 +0000 (23:19 +0000)]
Revert "Add timeout to eglClientWaitSync() tests." am:
ca64481a62
am:
bce8cee6fe
* commit '
bce8cee6fe5d43c9e02c560ff097de6c1edd8925':
Revert "Add timeout to eglClientWaitSync() tests."
Change-Id: Icc131edd844bc716ed88b42cfd475693ce70562e
Mika Isojrvi [Mon, 2 May 2016 23:14:04 +0000 (23:14 +0000)]
Revert "Add timeout to eglClientWaitSync() tests."
am:
ca64481a62
* commit '
ca64481a62fff6c94e9d81abc1d6866fadc5f42c':
Revert "Add timeout to eglClientWaitSync() tests."
Change-Id: I63209583c8afa622966e7025c7af48bf16f420c9
Mika Isojrvi [Mon, 2 May 2016 23:14:03 +0000 (23:14 +0000)]
Revert "Add timeout to eglClientWaitSync() tests."
am:
ca64481a62
* commit '
ca64481a62fff6c94e9d81abc1d6866fadc5f42c':
Revert "Add timeout to eglClientWaitSync() tests."
Change-Id: I87d52c4bf8fc303f8d398739a3b277142843de69
Mika Isojärvi [Mon, 2 May 2016 22:42:46 +0000 (15:42 -0700)]
Split WSI OOM tests over multiple iterations.
Bug:
28533310
Bug:
28052337
Bug:
28052526
Change-Id: Ia4794a3c6e9d923dce2f267316db485de6d0a9df
Mika Isojärvi [Mon, 2 May 2016 01:08:17 +0000 (18:08 -0700)]
Revert "Add timeout to eglClientWaitSync() tests."
This reverts commit
921259c6f01b9a70baf7b2d4701258fcdf53dd47.
Bug:
28052212
Mika Isojärvi [Fri, 29 Apr 2016 05:58:17 +0000 (05:58 +0000)]
Merge "Take reference data into account in memory usage tracking am:
d923e3ef94 am:
f11d0aef46" into nyc-mr1-dev-plus-aosp
am:
99b563c1bf
* commit '
99b563c1bfd459a44a5cb95de65c0c23e9592a44':
Change-Id: I4fa80e8d492787901c709454cef53abb82798b68
Mika Isojrvi [Fri, 29 Apr 2016 05:58:17 +0000 (05:58 +0000)]
Take reference data into account in memory usage tracking am:
d923e3ef94 am:
6a29014914
am:
b5031e5f4a
* commit '
b5031e5f4a5c247fcd182567298adfc73c98b4f0':
Take reference data into account in memory usage tracking
Change-Id: Ia1f22d5eeda939bcce3d5b88cfcc5641af5c408c
Android Build Merger (Role) [Fri, 29 Apr 2016 05:55:36 +0000 (05:55 +0000)]
Merge "Take reference data into account in memory usage tracking am:
d923e3ef94 am:
f11d0aef46" into nyc-mr1-dev-plus-aosp
Mika Isojärvi [Fri, 29 Apr 2016 05:55:21 +0000 (05:55 +0000)]
Take reference data into account in memory usage tracking am:
d923e3ef94
am:
6a29014914
* commit '
6a29014914feb112ee8a4cc2f39d6a9c98ae0315':
Take reference data into account in memory usage tracking
Change-Id: I4cdde90726894c0ced9dd87652fd51d7f42234b5
Mika Isojärvi [Fri, 29 Apr 2016 05:55:21 +0000 (05:55 +0000)]
Take reference data into account in memory usage tracking am:
d923e3ef94
am:
f11d0aef46
* commit '
f11d0aef4607ba6e4ddcb3ff29a2473565fb2221':
Take reference data into account in memory usage tracking
Change-Id: I1c30acc624db6494ab490340ff1256c521c7e881
Mika Isojrvi [Fri, 29 Apr 2016 05:52:49 +0000 (05:52 +0000)]
Take reference data into account in memory usage tracking
am:
d923e3ef94
* commit '
d923e3ef9440bd571f283d1745d552e134f6f1dd':
Take reference data into account in memory usage tracking
Change-Id: Id463cba32d1bf15e6b766256e4b7015f8957d23e
Mika Isojrvi [Fri, 29 Apr 2016 05:52:49 +0000 (05:52 +0000)]
Take reference data into account in memory usage tracking
am:
d923e3ef94
* commit '
d923e3ef9440bd571f283d1745d552e134f6f1dd':
Take reference data into account in memory usage tracking
Change-Id: I83188927733906771767cc846900cbc4a18812a6
Mika Isojärvi [Thu, 28 Apr 2016 23:26:51 +0000 (16:26 -0700)]
Take reference data into account in memory usage tracking
Bug:
28052105
Bug:
28052526
Change-Id: I47caae5d0ae1353ad015866d08b727a2ebcc4fdb
Mika Isojärvi [Thu, 28 Apr 2016 19:29:13 +0000 (19:29 +0000)]
Merge "Remove EGLImage tests affected by rounding issues from mustpass" into nyc-dev am:
c187389cd2 am:
9d337902c5
am:
469ae0248e
* commit '
469ae0248e03081ce47735968942de6f149f330c':
Change-Id: I4fd203ab8713b6041e18c5c06a7815d59c5cabca
Mika Isojärvi [Thu, 28 Apr 2016 19:29:12 +0000 (19:29 +0000)]
Merge "Remove EGLImage tests affected by rounding issues from mustpass" into nyc-dev am:
c187389 am:
ccbcd0eec0
am:
2ca461ba42
* commit '
2ca461ba425768302ee08ad0e8ee0e36fe8247e8':
Remove EGLImage tests affected by rounding issues from mustpass
Change-Id: Iafe999e861131ffe774df4305deb1f4a078d36f9
Mika Isojarvi [Thu, 28 Apr 2016 19:27:10 +0000 (19:27 +0000)]
Merge "Remove EGLImage tests affected by rounding issues from mustpass" into nyc-dev am:
c187389cd2
am:
9d337902c5
* commit '
9d337902c5e54ead97b3a829a7352cc18a6b61a1':
Change-Id: I489671595088447bc720da77f9963d5d6a1ac23a
Mika Isojärvi [Thu, 28 Apr 2016 19:23:44 +0000 (19:23 +0000)]
Merge "Remove EGLImage tests affected by rounding issues from mustpass" into nyc-dev
am:
c187389cd2
* commit '
c187389cd224ef59975fa690633a4ed6e21d9f1e':
Remove EGLImage tests affected by rounding issues from mustpass
Change-Id: I3262ef85b65191ee3e3135639d00da841ff32665
Mika Isojarvi [Thu, 28 Apr 2016 19:23:44 +0000 (19:23 +0000)]
Merge "Remove EGLImage tests affected by rounding issues from mustpass" into nyc-dev am:
c187389
am:
ccbcd0eec0
* commit '
ccbcd0eec0d45db4f24261233313c9d9ef39d1ff':
Remove EGLImage tests affected by rounding issues from mustpass
Change-Id: I3a1849ca6c146a86fc72710e52a01ba6bdfbcf98
Mika Isojärvi [Thu, 28 Apr 2016 17:28:57 +0000 (17:28 +0000)]
Merge "Remove EGLImage tests affected by rounding issues from mustpass" into nyc-dev
am:
c187389
* commit '
c187389cd224ef59975fa690633a4ed6e21d9f1e':
Remove EGLImage tests affected by rounding issues from mustpass
Change-Id: I6054ca6856128da5a963092d2fb0dde0b517496e
Mika Isojarvi [Thu, 28 Apr 2016 17:14:39 +0000 (17:14 +0000)]
Merge "Remove EGLImage tests affected by rounding issues from mustpass" into nyc-dev
Mika Isojarvi [Thu, 28 Apr 2016 16:38:16 +0000 (16:38 +0000)]
Merge "Add EGL thread clean up tests"
Pyry Haulos [Thu, 28 Apr 2016 15:20:09 +0000 (15:20 +0000)]
Merge "Merge "Touch watchdog during object cleanup in max_concurrent tests" into nyc-dev am:
d5474b5 am:
d6b9cfd" into nyc-mr1-dev-plus-aosp
am:
ab8e322
* commit '
ab8e322159388609774ab7ee5490f25ffdf5a517':
Change-Id: I3a640f857d69be05b0cee034aac252ef24d486aa
Pyry Haulos [Thu, 28 Apr 2016 15:20:08 +0000 (15:20 +0000)]
Merge "Touch watchdog during object cleanup in max_concurrent tests" into nyc-dev am:
d5474b5 am:
fb270ce
am:
3fc4e2a
* commit '
3fc4e2a9a95907dc11d308c671fbe655e0273c6e':
Touch watchdog during object cleanup in max_concurrent tests
Change-Id: Ib480827a946d8b9567dc8bc3cee58654e8eda7de
Android Build Merger (Role) [Thu, 28 Apr 2016 15:16:37 +0000 (15:16 +0000)]
Merge "Merge "Touch watchdog during object cleanup in max_concurrent tests" into nyc-dev am:
d5474b5 am:
d6b9cfd" into nyc-mr1-dev-plus-aosp
Pyry Haulos [Thu, 28 Apr 2016 15:16:24 +0000 (15:16 +0000)]
Merge "Touch watchdog during object cleanup in max_concurrent tests" into nyc-dev am:
d5474b5
am:
fb270ce
* commit '
fb270ce0726e507bf9fb35876ebb2c6e95f4788b':
Touch watchdog during object cleanup in max_concurrent tests
Change-Id: I985c7113991501a3fa7f2eab872a088884f61acd
Pyry Haulos [Thu, 28 Apr 2016 15:16:24 +0000 (15:16 +0000)]
Merge "Touch watchdog during object cleanup in max_concurrent tests" into nyc-dev am:
d5474b5
am:
d6b9cfd
* commit '
d6b9cfde8547cf8f86736dc10faf4c0ac5acf745':
Touch watchdog during object cleanup in max_concurrent tests
Change-Id: I631cee4fa66908406cd775e06f0d3d5b95b50427
Pyry Haulos [Thu, 28 Apr 2016 15:12:11 +0000 (15:12 +0000)]
Merge "Touch watchdog during object cleanup in max_concurrent tests" into nyc-dev
am:
d5474b5
* commit '
d5474b54c32b7f165ab45efb052eb058a29990f2':
Touch watchdog during object cleanup in max_concurrent tests
Change-Id: I1d51158f531bd039a73ee8b7d634bea9ee502047
Pyry Haulos [Thu, 28 Apr 2016 15:12:11 +0000 (15:12 +0000)]
Merge "Touch watchdog during object cleanup in max_concurrent tests" into nyc-dev
am:
d5474b5
* commit '
d5474b54c32b7f165ab45efb052eb058a29990f2':
Touch watchdog during object cleanup in max_concurrent tests
Change-Id: I300d5144d6f156f2df90e776de8edc157245ecf5
Pyry Haulos [Thu, 28 Apr 2016 15:02:15 +0000 (15:02 +0000)]
Merge "Touch watchdog during object cleanup in max_concurrent tests" into nyc-dev
Pyry Haulos [Thu, 28 Apr 2016 11:47:33 +0000 (11:47 +0000)]
Merge "Reduce iteration count in object_management.multithreaded*.device am:
af3898e am:
a93e93a" into nyc-mr1-dev-plus-aosp
am:
860941f
* commit '
860941f907afa59f27f8ca3eba7e1270993432d4':
Change-Id: Ied3aac902eff854ec1298187948df290f38f20eb
Pyry Haulos [Thu, 28 Apr 2016 11:47:33 +0000 (11:47 +0000)]
Reduce iteration count in object_management.multithreaded*.device am:
af3898e am:
432183e
am:
1e437a0
* commit '
1e437a08807db5b93296fd566951cc46e4b631ba':
Reduce iteration count in object_management.multithreaded*.device
Change-Id: I9a6836b93a64f3c5577c35d33d0fe3d3cf962b0d
Android Build Merger (Role) [Thu, 28 Apr 2016 11:44:31 +0000 (11:44 +0000)]
Merge "Reduce iteration count in object_management.multithreaded*.device am:
af3898e am:
a93e93a" into nyc-mr1-dev-plus-aosp
Pyry Haulos [Thu, 28 Apr 2016 11:44:19 +0000 (11:44 +0000)]
Reduce iteration count in object_management.multithreaded*.device am:
af3898e
am:
a93e93a
* commit '
a93e93ac9274c8c6af8c946c703f9c36ec202e42':
Reduce iteration count in object_management.multithreaded*.device
Change-Id: Idd9ff6de2b8d1c5e58ec8fb43e1db7ac0edd5e57
Pyry Haulos [Thu, 28 Apr 2016 11:44:18 +0000 (11:44 +0000)]
Reduce iteration count in object_management.multithreaded*.device am:
af3898e
am:
432183e
* commit '
432183eabe43846553eac86ce4f768816050231e':
Reduce iteration count in object_management.multithreaded*.device
Change-Id: Icf20dccb577b9b53b5d613df0ffe5169600ff610
Pyry Haulos [Thu, 28 Apr 2016 11:41:00 +0000 (11:41 +0000)]
Reduce iteration count in object_management.multithreaded*.device
am:
af3898e
* commit '
af3898ef2652fb1efc299b09fbd92aba93565908':
Reduce iteration count in object_management.multithreaded*.device
Change-Id: Ie61a4a53715739aa9a0cb43aa19207d7dd75c22e
Pyry Haulos [Thu, 28 Apr 2016 11:40:59 +0000 (11:40 +0000)]
Reduce iteration count in object_management.multithreaded*.device
am:
af3898e
* commit '
af3898ef2652fb1efc299b09fbd92aba93565908':
Reduce iteration count in object_management.multithreaded*.device
Change-Id: Icdc9a5afee9f151312430fefe9a1de118a7ede38