Skip to content

Commit 7ea902b

Browse files
committed
Add t/10_opengl_array.t fails to KNOWN_PROBLEMS
The TODO tests fails to ignore test failures when the failure results in a crash of the interpreter itself. Adding this fact to KNWON_PROBLEMS. While the OpenGL::Array problems are being debugged, maybe we could come up with a way to make TODO skips work through crashes---perhaps by spawning a separate interpreter for the tests?
1 parent 3a28c9d commit 7ea902b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pogl_*.c
2222
utils/glversion.txt
2323
PDL-Graphics-OpenGL-Perl-OpenGL-*.tar.gz
2424
GIT_CHANGES
25-
/OpenGL-*_*.tar.gz
25+
/OpenGL-*.tar.gz
2626

2727
# Some junk files I added to ignore
2828
gl-funs.txt

KNOWN_PROBLEMS

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
compile then.
2121

2222
* Configuration and compiling requires an active OpenGL
23-
context (e.g. a display)
23+
context on non-win32 systems (e.g. a display)
2424

2525
* The calling interfaces for OpenGL, GLU, GLUT, GLX, X11,
2626
and the perl module routines (names beginning with glp)
@@ -51,3 +51,7 @@
5151
glTexCoordPointer_p(size, oga)
5252
glVertexPointerEXT_p(size, oga)
5353
glVertexPointer_p(size, oga)
54+
55+
* Some of the new tests for OpenGL::Array fail but cause perl
56+
to crash which makes the report fail (even though it is in
57+
a TODO block).

0 commit comments

Comments
 (0)