Remove BAD_NATIVE error checks from negative EGL tests.
authorMika Isojärvi <misojarvi@google.com>
Mon, 16 Mar 2015 23:12:14 +0000 (16:12 -0700)
committerMika Isojärvi <misojarvi@google.com>
Wed, 18 Mar 2015 21:34:58 +0000 (14:34 -0700)
commit02d843d7fb8d639dd83c63c3f388ec0f987e9f24
tree3423d152447f94dff1eac8a6c84d9acfc072381a
parent15dddf9d56438ec5fbd3b8c94b8d68bad7ae5eef
Remove BAD_NATIVE error checks from negative EGL tests.

EGL specification doesn't guarantee that passing invalid native values would
generate errors. Instead behaviour is unspecified and can lead to crashes.

Bug: 19695619
Change-Id: I9002931d39b0c60d6f81b2e1f494f9390a19cf8a
modules/egl/teglNegativeApiTests.cpp