Merge lp:~gabipetrovay/zorba/bug-871481 into lp:zorba

Proposed by Gabriel Petrovay
Status: Merged
Approved by: Gabriel Petrovay
Approved revision: 10504
Merged at revision: 10504
Proposed branch: lp:~gabipetrovay/zorba/bug-871481
Merge into: lp:zorba
Diff against target: 11 lines (+1/-0)
1 file modified
doc/java/examples/CMakeLists.txt (+1/-0)
To merge this branch: bzr merge lp:~gabipetrovay/zorba/bug-871481
Reviewer Review Type Date Requested Status
Gabriel Petrovay (community) Approve
Review via email: mp+78780@code.launchpad.net

Commit message

The java test is now marked as EXPECTED_FAILURE on Windows because it is failing.

Description of the change

The java test is now marked as EXPECTED_FAILURE on Windows because it is failing.

To post a comment you must log in.
Revision history for this message
Gabriel Petrovay (gabipetrovay) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug-871481-2011-10-09T20-57-08.892Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/java/examples/CMakeLists.txt'
2--- doc/java/examples/CMakeLists.txt 2011-07-04 09:35:34 +0000
3+++ doc/java/examples/CMakeLists.txt 2011-10-09 20:56:24 +0000
4@@ -23,6 +23,7 @@
5 IF (WIN32)
6 CONFIGURE_FILE (${CMAKE_CURRENT_SOURCE_DIR}/java_test.bat.in ${CMAKE_CURRENT_BINARY_DIR}/java_test.bat)
7 ADD_TEST ("java" java_test.bat Test_Zorba)
8+ EXPECTED_FAILURE (java 871481)
9 ELSEIF (WIN32)
10 CONFIGURE_FILE (${CMAKE_CURRENT_SOURCE_DIR}/java_test.sh.in ${CMAKE_CURRENT_BINARY_DIR}/java_test.sh)
11 ADD_TEST ("java" java_test.sh Test_Zorba)

Subscribers

People subscribed via source and target branches