tests: disable storedw tests on !render

According to docs, this should work with ppgtt and just convert to
noops otherwise. In reality, it hangs the machine.

So just disable these for the moment.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2011-09-28 10:05:56 +02:00
parent a2dfbbf3e7
commit af6a25c187
2 changed files with 6 additions and 0 deletions

View File

@ -110,6 +110,9 @@ int main(int argc, char **argv)
return 77;
}
/* This supposedly only works with ppgtt */
return 77;
bufmgr = drm_intel_bufmgr_gem_init(fd, 4096);
if (!bufmgr) {
fprintf(stderr, "failed to init libdrm\n");

View File

@ -110,6 +110,9 @@ int main(int argc, char **argv)
return 77;
}
/* This supposedly only works with ppgtt */
return 77;
bufmgr = drm_intel_bufmgr_gem_init(fd, 4096);
if (!bufmgr) {
fprintf(stderr, "failed to init libdrm\n");