Skip to content

Commit 6c2ab70

Browse files
committed
[Android] Add WebCL conformance test suites.
Include WebCL conformance test suites from upstream (https://github.com/KhronosGroup/WebCL-conformance) in the Crosswalk DEPS. It's used for tracking WebCL API implementation following the spec, supposed to integrate into buildbot for auto verification in future. It contains bindingTesting, extension, functionalityTesting and security four components. BUG=XWALK-2552
1 parent 0c6c8dc commit 6c2ab70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: DEPS.xwalk

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ solutions = [
5555
'https://cvs.khronos.org/svn/repos/registry/trunk/public/cl/api/1.2@'
5656
'28150',
5757

58+
# Include WebCL conformance test suite.
59+
'src/third_party/webcl/src':
60+
'https://github.com/KhronosGroup/WebCL-conformance.git@'
61+
'master',
62+
5863
# These directories are not relevant to Crosswalk and can be safely ignored
5964
# in a checkout. It avoids creating additional directories outside src/ that
6065
# are not used and also saves some bandwidth.

0 commit comments

Comments
 (0)