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 54E23183F7 for ; Fri, 29 May 2015 09:55:48 +0000 (UTC) Received: (qmail 34903 invoked by uid 500); 29 May 2015 09:55:47 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 34862 invoked by uid 500); 29 May 2015 09:55:47 -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 34845 invoked by uid 99); 29 May 2015 09:55:47 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 May 2015 09:55:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 91FF6C1285 for ; Fri, 29 May 2015 09:55:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.086 X-Spam-Level: * X-Spam-Status: No, score=1.086 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, MISSING_HEADERS=1.207, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 6PBIi2tTj2T4 for ; Fri, 29 May 2015 09:55:46 +0000 (UTC) Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id B49D3453C8 for ; Fri, 29 May 2015 09:55:45 +0000 (UTC) Received: by labko7 with SMTP id ko7so48165289lab.2 for ; Fri, 29 May 2015 02:55:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:cc :content-type; bh=8p8FZd6fJXolNZrz0xNJv57H6ubAEdP0o2wHc1hmAWY=; b=YcwviZccXIieTJrXYe9q8+v1V4CDB9G1v0xgSQP+SKZ4ClYyYVzhUKajVQVR1AX54m E2ZYW6SX2/LM91ebxGJ0MkDhv1EWYAQqIZEU0UjEKUfpXWhPuisc1Y1u/tc3Z0BoM+Pq Vt6ZqcmJ5aPMCAwMFvycY6E4cYFYnJWD0Lv+OmrHq5ZUhQBXq2ToXaRuyl83XSp3tXhY 7OnRiNmKUxuIQZtb3Vc+4J1Q5fDcWHmb2r5AQx8GtP8bMY026CKXs8yYJKLrOqkROgPt SQDoIhwy7Al+vRJ8WveMAMq2pXrfJQlVDO5IOV4C5EDmjDTZB3PUk1oEOHk3/B/zIcRh C3aw== X-Received: by 10.152.27.74 with SMTP id r10mr7256048lag.31.1432893344655; Fri, 29 May 2015 02:55:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.149.132 with HTTP; Fri, 29 May 2015 02:55:24 -0700 (PDT) In-Reply-To: References: <556787FF.8080908@gmail.com> From: Mihai Chira Date: Fri, 29 May 2015 11:55:24 +0200 Message-ID: Subject: Re: [GitHub] flex-sdk pull request: Fix FLEX-15159 by making ArrayList extend P... Cc: "dev@flex.apache.org" Content-Type: text/plain; charset=UTF-8 >> 2. I have added my test to the "framework" project according to the wiki, >> and it works! Except that there was already a >> "frameworks/projects/framework/tests/ folder", and it already contained a >> test (ListCollectionView_FLEX_34837_Tests.as). I suppose that this test was >> not being run before, since the ANT infrastructure was not in place, and now >> that it is being run, it fails! Can I just mark this test as [Ignore] ? > > This is one of Mihai's. Maybe he remembers this test and it's > relevance... I seem to remember he moved some of the tests a while > ago, maybe this is something that's left over? This test is expected to fail, because the initial bug[1] is not yet solved. I'll get to finishing it around next week. https://issues.apache.org/jira/browse/FLEX-34837