Skip to content

Commit

Permalink
Re-enable the gpTest suite on OSX
Browse files Browse the repository at this point in the history
All the issues, reported in #3789, have been resolved. Thus, the gpTest
suite is re-enabled on OSX.

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
  • Loading branch information
babsingh committed Jan 24, 2019
1 parent 695f478 commit 7837cb7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/functional/cmdLineTests/gptest/playlist.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright (c) 2016, 2018 IBM Corp. and others
Copyright (c) 2016, 2019 IBM Corp. and others
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -41,8 +41,7 @@
-Xint -jar $(CMDLINETESTER_JAR) \
-config $(Q)$(TEST_RESROOT)$(D)gptests.xml$(Q) -verbose -explainExcludes -xids all,$(PLATFORM),$(VARIATION) -plats all,$(PLATFORM),$(VARIATION) -xlist $(Q)$(TEST_RESROOT)$(D)cmdlineopttest_exclude.xml$(Q) -nonZeroExitWhenError; \
${TEST_STATUS} </command>
<!-- temporarily disable this test on osx; https://github.com/eclipse/openj9/issues/3686 -->
<platformRequirements>^os.win,^os.osx</platformRequirements>
<platformRequirements>^os.win</platformRequirements>
<levels>
<level>sanity</level>
</levels>
Expand Down

0 comments on commit 7837cb7

Please sign in to comment.