Merge lp:~zorba-coders/zorba/update_FOTS_snapshot into lp:zorba

Proposed by Sorin Marian Nasoi
Status: Merged
Approved by: Sorin Marian Nasoi
Approved revision: 11290
Merged at revision: 11290
Proposed branch: lp:~zorba-coders/zorba/update_FOTS_snapshot
Merge into: lp:zorba
Diff against target: 48 lines (+2/-9)
2 files modified
test/fots/CMakeLists.txt (+1/-8)
test/fots/ImportFOTS.cmake (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/update_FOTS_snapshot
Reviewer Review Type Date Requested Status
Chris Hillery Approve
Sorin Marian Nasoi Approve
Review via email: mp+153683@code.launchpad.net

Commit message

Update FOTS snapshot to march 17th.

Description of the change

Update FOTS snapshot to march 17th.

To post a comment you must log in.
Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) wrote :

'format-integer-064' is a new test that was added.

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

Validation queue job update_FOTS_snapshot-2013-03-17T15-28-42.85Z 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, Needs Information < 1, Resubmit < 1. Got: 1 Approve.

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 :

The attempt to merge lp:~zorba-coders/zorba/update_FOTS_snapshot into lp:zorba failed. Below is the output from the failed tests.

CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:275 (message):
  Validation queue job update_FOTS_snapshot-2013-03-18T08-25-40.166Z is
  finished. The final status was:

  1 tests did not succeed - changes not commited.

Error in read script: /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake

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 update_FOTS_snapshot-2013-03-18T09-50-41.096Z 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 'test/fots/CMakeLists.txt'
2--- test/fots/CMakeLists.txt 2013-03-13 01:46:14 +0000
3+++ test/fots/CMakeLists.txt 2013-03-17 15:29:21 +0000
4@@ -244,6 +244,7 @@
5 EXPECTED_FOTS_FAILURE (fn-format-integer format-integer-059 0)
6 EXPECTED_FOTS_FAILURE (fn-format-integer format-integer-060 0)
7 EXPECTED_FOTS_FAILURE (fn-format-integer format-integer-063 0)
8+EXPECTED_FOTS_FAILURE (fn-format-integer format-integer-064 0)
9 EXPECTED_FOTS_FAILURE (fn-format-number numberformat14 0)
10 EXPECTED_FOTS_FAILURE (fn-format-number numberformat15 0)
11 EXPECTED_FOTS_FAILURE (fn-format-number numberformat34 0)
12@@ -466,12 +467,8 @@
13 EXPECTED_FOTS_FAILURE (op-divide-yearMonthDuration-by-yearMonthDuration cbcl-divide-yearMonthDuration-by-yearMonthDuration-001 0)
14 EXPECTED_FOTS_FAILURE (op-subtract-dateTimes cbcl-subtract-dateTimes-001 0)
15 EXPECTED_FOTS_FAILURE (op-subtract-dateTimes cbcl-subtract-dateTimes-002 0)
16-EXPECTED_FOTS_FAILURE (op-subtract-dateTimes cbcl-subtract-dateTimes-003 0)
17-EXPECTED_FOTS_FAILURE (op-subtract-dateTimes cbcl-subtract-dateTimes-004 0)
18 EXPECTED_FOTS_FAILURE (op-subtract-dates cbcl-subtract-dates-001 0)
19 EXPECTED_FOTS_FAILURE (op-subtract-dates cbcl-subtract-dates-002 0)
20-EXPECTED_FOTS_FAILURE (op-subtract-dates cbcl-subtract-dates-003 0)
21-EXPECTED_FOTS_FAILURE (op-subtract-dates cbcl-subtract-dates-004 0)
22 EXPECTED_FOTS_FAILURE (op-subtract-dayTimeDuration-from-date cbcl-subtract-dayTimeDuration-from-date-002 0)
23 EXPECTED_FOTS_FAILURE (op-subtract-dayTimeDuration-from-dateTime cbcl-subtract-dayTimeDuration-from-dateTime-002 0)
24 EXPECTED_FOTS_FAILURE (op-subtract-dayTimeDurations cbcl-subtract-dayTimeDurations-003 0)
25@@ -479,10 +476,6 @@
26 EXPECTED_FOTS_FAILURE (op-subtract-dayTimeDurations cbcl-minus-004 0)
27 EXPECTED_FOTS_FAILURE (op-subtract-dayTimeDurations cbcl-minus-006 0)
28 EXPECTED_FOTS_FAILURE (op-subtract-dayTimeDurations cbcl-minus-008 0)
29-EXPECTED_FOTS_FAILURE (op-subtract-times cbcl-subtract-times-001 0)
30-EXPECTED_FOTS_FAILURE (op-subtract-times cbcl-subtract-times-002 0)
31-EXPECTED_FOTS_FAILURE (op-subtract-times cbcl-subtract-times-003 0)
32-EXPECTED_FOTS_FAILURE (op-subtract-times cbcl-subtract-times-004 0)
33 EXPECTED_FOTS_FAILURE (op-subtract-yearMonthDuration-from-date cbcl-subtract-yearMonthDuration-from-date-002 0)
34 EXPECTED_FOTS_FAILURE (op-subtract-yearMonthDuration-from-dateTime cbcl-subtract-yearMonthDuration-from-dateTime-002 0)
35 EXPECTED_FOTS_FAILURE (op-subtract-yearMonthDurations cbcl-subtract-yearMonthDurations-003 0)
36
37=== modified file 'test/fots/ImportFOTS.cmake'
38--- test/fots/ImportFOTS.cmake 2013-03-12 22:44:15 +0000
39+++ test/fots/ImportFOTS.cmake 2013-03-17 15:29:21 +0000
40@@ -19,7 +19,7 @@
41
42
43 # Change this to publish updated FOTS archives
44-SET (FOTS_ARCHIVE "FOTS_120313.tgz")
45+SET (FOTS_ARCHIVE "FOTS_170313.tgz")
46
47 # Change this to modify which elements in FOTS driver results are output
48 # as CDATA

Subscribers

People subscribed via source and target branches