Status: Accepted
Owner: jprantan
CC: pekka.klarck
Labels: Type-Enhancement Priority-High Target-2.5.2
New issue 615 by pekka.klarck: All keywords in teardowns should be executed
even if there are syntax errors
http://code.google.com/p/robotframework/issues/detail?id=615
Since RF 2.5 all keywords in teardowns are executed unless there are syntax
errors (issue 544). This should be changed so that keywords are always
executed. The biggest problem of the current behavior is that non-existing
variables cause syntax errors, but executing rest of the steps in other
cases shouldn't harm either.
We originally considered changing the non-existing variable error not to be
a syntax error (issue 612) but decided that it's better to change the
teardown behavior.