Navigation Menu

Skip to content

Commit

Permalink
disable failing enum tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joequant committed Oct 10, 2017
1 parent 0821023 commit 810fb67
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Examples/test-suite/r/Makefile.in
Expand Up @@ -22,6 +22,16 @@ CPP_TEST_CASES += \
r_sexp \
r_overload_comma

# These tests are failing because enums currently cannot handle
# arithmetic expressions

FAILING_CPP_TESTS = \
enum_thorough \
preproc_constants

FAILING_C_TESTS = \
preproc_constants_c

include $(srcdir)/../common.mk

# Overridden variables here
Expand Down

0 comments on commit 810fb67

Please sign in to comment.