tests: disable gem_exec_bad_domains/conflicting-write-domain

Kernel checks have been eased in

commit c1f093e09c4ceb583b04d11e767bb3201812e4d2
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Mon Dec 3 11:49:07 2012 +0000

    drm/i915: Remove check for conflicting relocation write-domains
This commit is contained in:
Daniel Vetter 2012-12-07 23:34:23 +01:00
parent c0dbf04b05
commit 3084263782

View File

@ -210,6 +210,8 @@ int main(int argc, char **argv)
}
}
#if 0 /* kernel checks have been eased, doesn't reject conflicting write domains
any more */
if (drmtest_run_subtest("conflicting-write-domain")) {
BEGIN_BATCH(4);
OUT_BATCH(0);
@ -225,6 +227,7 @@ int main(int argc, char **argv)
exit(1);
}
}
#endif
if (drmtest_run_subtest("double-write-domain"))
multi_write_domain(fd);