summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2013-12-02 13:25:40 -0800
committerPaul Berry <stereotype441@gmail.com>2013-12-02 13:25:40 -0800
commitd0f06a181d24610fa45a05a950f5e32ff0c26b8b (patch)
treee8d569fb3b9cd91b7558a7888c089ead80aad1de
parent0eb30ea58267d25be724b8c2bd3c370a9a594597 (diff)
Checked of tasks for Nick
Piglit test: spec/arb_sync/WaitSync-errors.c
-rw-r--r--gl32.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/gl32.xml b/gl32.xml
index 000aafd..0ead85e 100644
--- a/gl32.xml
+++ b/gl32.xml
@@ -1878,15 +1878,15 @@
Timeout may be larger than requested due to
implementation-dependent timeout accuracy restrictions.
</task>
- <task name="Sync31" specref="GL 3.2 5.2.1">
+ <task name="Sync31" specref="GL 3.2 5.2.1" piglit="done">
WaitSync() generates INVALID_VALUE if sync is not the name of a
sync object.
</task>
- <task name="Sync32" specref="GL 3.2 5.2.1">
+ <task name="Sync32" specref="GL 3.2 5.2.1" piglit="done">
WaitSync() may only be passed a flags value of 0 (INVALID_VALUE is
generated otherwise).
</task>
- <task name="Sync33" specref="GL 3.2 5.2.1">
+ <task name="Sync33" specref="GL 3.2 5.2.1" piglit="done">
WaitSync() may only be passed a timeout value of TIMEOUT_IGNORED
(INVALID_VALUE is generated otherwise).
</task>