Mihai, I did look into one of the failing test. -> ImportAPITest:testMarkupImportErrors.
In general this test is checks whether we are getting appropriate error message. I've went through the code and found that method "getResourceString" from class spark.utils.TextUtil returns null. Resource bundle in this class: [ResourceBundle("textLayout")] This method has simple logic: var resourceManager:IResourceManager = ResourceManager.getInstance(); return resourceManager.getString("textLayout", "expectedExactlyOneTextLayoutFormat", args); I think something is wrong with resource bundle. Note one thing on jenkins: Build: 409 - test "testMarkupImportErrors" - failed Build: 410 - test "testMarkupImportErrors" - didn't fail I am able to reproduce failing test every time - Anyone know where should I go to check what is wrong with resource bundle ? Piotr ----- Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/Re-1-2-git-commit-flex-tlf-refs-heads-develop-FLEX-34756-Split-the-functionality-provided-by-FlowComL-tp45873p45917.html Sent from the Apache Flex Development mailing list archive at Nabble.com.