Merge lp:~zorba-coders/zorba/windows-hashmap-workaround into lp:zorba

Proposed by Chris Hillery
Status: Merged
Approved by: Rodolfo Ochoa
Approved revision: 11113
Merged at revision: 11119
Proposed branch: lp:~zorba-coders/zorba/windows-hashmap-workaround
Merge into: lp:zorba
Diff against target: 24 lines (+2/-2)
2 files modified
src/unit_tests/CMakeLists.txt (+1/-1)
src/unit_tests/unit_tests.cpp (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/windows-hashmap-workaround
Reviewer Review Type Date Requested Status
Rodolfo Ochoa Approve
Chris Hillery Approve
Review via email: mp+131716@code.launchpad.net

Commit message

Temporarily disabling a test program that causes Windows compilation errors.

To post a comment you must log in.
Revision history for this message
Chris Hillery (ceejatec) :
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 windows-hashmap-workaround-2012-10-27T01-57-37.438Z is finished. The final status was:

All tests succeeded!

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, Needs Fixing < 1, Pending < 1. Got: 1 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 windows-hashmap-workaround-2012-10-31T07-24-47.126Z is finished. The final status was:

All tests succeeded!

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, Needs Fixing < 1, Pending < 1. Got: 1 Approve, 1 Pending.

Revision history for this message
Rodolfo Ochoa (rodolfo-ochoa) :
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 windows-hashmap-workaround-2012-10-31T15-08-44.844Z 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
=== modified file 'src/unit_tests/CMakeLists.txt'
--- src/unit_tests/CMakeLists.txt 2012-09-19 21:16:15 +0000
+++ src/unit_tests/CMakeLists.txt 2012-10-27 01:45:24 +0000
@@ -25,7 +25,7 @@
25 test_uri.cpp25 test_uri.cpp
26 test_json_parser.cpp26 test_json_parser.cpp
27 test_fs_iterator.cpp27 test_fs_iterator.cpp
28 test_hashmaps.cpp28# test_hashmaps.cpp
29# memory_manager.cpp29# memory_manager.cpp
30)30)
3131
3232
=== modified file 'src/unit_tests/unit_tests.cpp'
--- src/unit_tests/unit_tests.cpp 2012-09-19 21:16:15 +0000
+++ src/unit_tests/unit_tests.cpp 2012-10-27 01:45:24 +0000
@@ -71,7 +71,7 @@
71 libunittests["unordered_set"] = test_unordered_set;71 libunittests["unordered_set"] = test_unordered_set;
72#endif /* ZORBA_HAVE_UNORDERED_SET */72#endif /* ZORBA_HAVE_UNORDERED_SET */
7373
74 libunittests["hashmaps"] = test_hashmaps;74 // libunittests["hashmaps"] = test_hashmaps;
7575
76 libunittests["uri"] = runUriTest;76 libunittests["uri"] = runUriTest;
7777

Subscribers

People subscribed via source and target branches