BBBsmoke / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

dEQP AOSP Integration #901

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We should make the dEQP package available on the AOSP our main source for 
testing, and enable all users to test with dEQP.

dEQP repo URL: https://android.googlesource.com/platform/external/deqp

We're currently using the branch "deqp-dev".

Original issue reported on code.google.com by jmad...@chromium.org on 29 Jan 2015 at 9:41

GoogleCodeExporter commented 9 years ago

Original comment by shannonw...@chromium.org on 29 Jan 2015 at 10:23

GoogleCodeExporter commented 9 years ago
We should also make sure to add instructions to the wiki on how to use dEQP 
with ANGLE.

Original comment by shannonw...@chromium.org on 29 Jan 2015 at 10:24

GoogleCodeExporter commented 9 years ago
Current WIP CL:

https://chromium-review.googlesource.com/#/c/238084/

Current items to do:

 * fix 64 bit and Release builds, possibly by contributing to AOSP
 * work with Pyry to figure out the proper way to include eglext.h
 * figure out the best way to copy data files or set working dir
 * run a full test pass without crashes, asserts or hangs
 * (later): chromium bot integration

Original comment by jmad...@chromium.org on 30 Jan 2015 at 9:46

GoogleCodeExporter commented 9 years ago
The [[flatten]] bug is causing a TDR when you run the GLES2 or GLES3 tests in 
Windows in 
functional.shaders.loops.for_constant_iterations.infinite_with_conditional_break
_*. Would be nice to fix this before we push it.

Original comment by jmad...@chromium.org on 9 Mar 2015 at 3:29

GoogleCodeExporter commented 9 years ago
Also worth noting I'm seeing a timeout in 
dEQP-GLES2.functional.fbo.render.recreate_colorbuffer.rebind_rbo_rgb565_stencil_
index8. Need to investigate.

Original comment by jmad...@chromium.org on 9 Mar 2015 at 3:44

GoogleCodeExporter commented 9 years ago
issue 942 is causing a leak in dEQP, could be why the above test hanged on my 
full pass.

Original comment by jmad...@chromium.org on 11 Mar 2015 at 3:35