Merge branch 'fix-unsupported-result-in-api-buffer-tests' into 'master'
authorPyry Haulos <phaulos@google.com>
Thu, 14 Jan 2016 18:15:31 +0000 (13:15 -0500)
committerPyry Haulos <phaulos@google.com>
Thu, 14 Jan 2016 18:15:31 +0000 (13:15 -0500)
commita2c7405ff36827daeb20b21aa85e79df6240c3bd
tree8209d52cc0ed66ddc178a46c21e2052327342de2
parente8b4bf794d94627b7d09ae39e3630cf80a2aa91b
parentc74e504e73a23b33e1f9a87eb25db8a9f84d7dd9
Merge branch 'fix-unsupported-result-in-api-buffer-tests' into 'master'

Fixing buffer test results if sparse memory is not supported.

Changed the results of the buffer tests from 'pass' to 'not supported' if the sparse memory is required but the hardware does not support it.

See merge request !302