Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B332C10070 for ; Wed, 19 Nov 2014 07:28:27 +0000 (UTC) Received: (qmail 23016 invoked by uid 500); 19 Nov 2014 07:28:27 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 22978 invoked by uid 500); 19 Nov 2014 07:28:27 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 22966 invoked by uid 99); 19 Nov 2014 07:28:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2014 07:28:26 +0000 X-ASF-Spam-Status: No, hits=1.6 required=5.0 tests=FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of harbs.lists@gmail.com designates 209.85.212.173 as permitted sender) Received: from [209.85.212.173] (HELO mail-wi0-f173.google.com) (209.85.212.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2014 07:28:01 +0000 Received: by mail-wi0-f173.google.com with SMTP id r20so4365295wiv.6 for ; Tue, 18 Nov 2014 23:28:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=YLGdUFexl0vMZFoT6sLhCyjkZEfXwxhHdeSf2iQq1uM=; b=otn0ziGJR/E2KszCbYn2rkP9dUsQYdCVGzsvmNnc4foxeADrMVQFbTrvYvHfAi5c2g 65Da4FBRc1S0/BA4cwmgWugJq+RzqnloizyBGpi3HoyAxfP6eak9h7edzdXEN+Sv3HZE aaK/kW4KDfwT/nuhb5hIGNmRrEJKclEIoxR9Eoqkw3uu9Jybcc+votWA/7q7b85tXucT b7ExT0e/hQs39m3/1sTZmfloK37R7UUJQ2qUdTBlY/FK/gnVtRwFJuJfBBOJzGQyIVtS QircoL6RFy57AY/F9w8ScI9bo+vGPp17xPUx1tn46D7IoJzMQqW6oxoZ/ZNDBz7LxDw1 ebWw== X-Received: by 10.180.99.105 with SMTP id ep9mr10737687wib.26.1416382080636; Tue, 18 Nov 2014 23:28:00 -0800 (PST) Received: from [192.168.0.4] ([5.102.211.165]) by mx.google.com with ESMTPSA id q9sm1005997wix.6.2014.11.18.23.27.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 18 Nov 2014 23:27:59 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Commit of table work From: Harbs In-Reply-To: <1416349088051-42486.post@n4.nabble.com> Date: Wed, 19 Nov 2014 09:27:53 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <2D5DE89E-C38B-4E4C-B714-8264AB3A0588@gmail.com> References: <1414575896144-41908.post@n4.nabble.com> <43CA7FBB-48A5-4672-B58D-D02938FB0E65@gmail.com> <1414581205429-41913.post@n4.nabble.com> <3AC42A49-3D00-4E31-992B-DCB9E2B80DEE@gmail.com> <1416349088051-42486.post@n4.nabble.com> To: dev@flex.apache.org X-Mailer: Apple Mail (2.1878.6) X-Virus-Checked: Checked by ClamAV on apache.org It=92s quite possible that I completely broke composition of floats. = None of my test cases use floats. I tried to stay away from changing anything that could affect floats, = but I might have not been successful=85 Some clarifications: 1) Do you mean the build.properties in flex-tlf? in flex-sdk? or = somewhere else? 2) I=92m not sure what you mean about FLEX_HOME. Is there something = special I need to do there besides what I=92d do to make the SDK build? 3) Is that ant on flex or tlf? What=92s the exact command I need? =93ant = all=94? On Nov 19, 2014, at 12:18 AM, piotrz wrote: > Harbs, >=20 > I did quick look into the errors of failing tests. I don't know what = could > be the cause of this errors - you have to look into that on your own. = :/ >=20 > Class FloatTest - every test in this class is failing with the same = error: >=20 > http://paste.ofcode.org/VJTfQaGaDgxeGnyRXg8jKu >=20 > Try to analize for example this test -> rightBigIndent - This is one = of the > failed method.=20 >=20 > To run only FloatTest and see what is happened you have to: >=20 > 1) In build.properties file set up >=20 > minimalTests =3D true=20 > flexdebug =3D false - only if you want debuggable swf >=20 > 2) Setup in env.properties file FLEX_HOME path >=20 > 3) Run the tests using ant "all" target >=20 > Once the tests finished you will find xml report file in this = location: >=20 > = flex-tlf\bin\apps\automation_apps\bin\TEST-UnitTest.Tests.FloatTest.xml >=20 > Piotr >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > ----- > Apache Flex PMC > piotrzarzycki21@gmail.com > -- > View this message in context: = http://apache-flex-development.2333347.n4.nabble.com/Commit-of-table-work-= tp41095p42486.html > Sent from the Apache Flex Development mailing list archive at = Nabble.com.