Thu 12 Jan 2012 05:32:55 AM UTC, comment #5:
Right, as said in last comment of bug #33521 (as done in commit #9cecf8ad8).
From the ticket you can see the issue was submitted on June 11 and the fix was finally implemented on July 19. It's very frustrating to see over one month of work destroyed by big merges.
Please be careful about what is pushed to the repository.
This case was even a lucky one as there were regression testcases in place, but there are many other cases for which no testcase was produced (hard to do and no time found for it).
I didn't test this fix specifically.
|
Thu 15 Dec 2011 01:04:45 AM UTC, original submission:
Last huge push (which ends with c8ec6d24e or later 8e87210a) introduced many test failures on all buildbot slaves:
Unexpected failures follow:
--=[ testsuite/misc-ming.all/action_order ]=--
FAIL: ActionOrderTest5Runner: expected: 'dynamic load: 0' obtained: Frame 2 actions: 0 [ActionOrderTest5.c:171]
FAIL: ActionOrderTest5Runner: expected: 'Frame 2 actions: 0' obtained: dynamic load: 0 [ActionOrderTest5.c:172]
FAIL: ActionOrderTest5Runner: expected: 'Frame 2 actions: 0' obtained: dynamic load: 1 [ActionOrderTest5.c:178]
FAIL: ActionOrderTest5Runner: expected: 'dynamic load: 2' obtained: Frame 2 actions: 1 [ActionOrderTest5.c:184]
FAIL: ActionOrderTest5Runner: expected: 'Frame 2 actions: 1' obtained: dynamic load: 2 [ActionOrderTest5.c:185]
FAIL: ActionOrderTest5Runner: expected: 'Frame 2 actions: undefined,ctor: 0,Frame 3 actions: 0,dynamic load: 0,Frame 2 actions: 0,Frame 3 actions: 0,Frame 2 actions: 0,ctor: 1,dynamic unload: 0,Frame 3 actions: 0,dynamic load: 1,Frame 2 actions: 0,Frame 3 actions: 1,Frame 2 actions: 1,ctor: 2,dynamic unload: 1,Frame 3 actions: 1,dynamic load: 2,Frame 2 actions: 1,Frame 3 actions: 2' obtained: Frame 2 actions: undefined,ctor: 0,Frame 3 actions: 0,Frame 2 actions: 0,dynamic load: 0,Frame 3 actions: 0,Frame 2 actions: 0,ctor: 1,dynamic unload: 0,Frame 3 actions: 0,Frame 2 actions: 0,dynamic load: 1,Frame 3 actions: 1,Frame 2 actions: 1,ctor: 2,dynamic unload: 1,Frame 3 actions: 1,Frame 2 actions: 1,dynamic load: 2,Frame 3 actions: 2 [ActionOrderTest5.c:188]
Unexpected successes follow:
--=[ testsuite/misc-ming.all/register_class ]=---
XPASS: registerClassTest2runner: _root.theClass3onLoadCalls[1] == _level0.clip3 [registerClassTest2.c:215]
XPASS: registerClassTest2runner: _root.theClass3onLoadCalls[2] == _level0.noclipevs [registerClassTest2.c:216]
|