From 438f4bef0004834485c36eee013dae9199dd55d9 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 9 Dec 2019 07:11:45 +0100 Subject: Bug 852: TestCPUSourcingAPINEWT Reference the bug entry and add a little reminder --- .../jogamp/opengl/test/junit/jogl/acore/TestCPUSourcingAPINEWT.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/test/com/jogamp/opengl') diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestCPUSourcingAPINEWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestCPUSourcingAPINEWT.java index dc4d3b2f3..34f69780e 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestCPUSourcingAPINEWT.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestCPUSourcingAPINEWT.java @@ -52,6 +52,11 @@ import org.junit.Test; import org.junit.FixMethodOrder; import org.junit.runners.MethodSorters; +/** + * CPU sourced data API entry not allowed on ES3 and GL core >= 3.0. + * + * See https://jogamp.org/bugzilla/show_bug.cgi?id=852#c1 + */ @FixMethodOrder(MethodSorters.NAME_ASCENDING) public class TestCPUSourcingAPINEWT extends UITestCase { static long duration = 500; // ms -- cgit v1.2.3