From patchwork Tue May 22 12:35:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: alexandros.frantzis@linaro.org X-Patchwork-Id: 8866 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 9042E24009 for ; Tue, 22 May 2012 12:35:18 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id 60DA3A183E9 for ; Tue, 22 May 2012 12:35:18 +0000 (UTC) Received: by yenq6 with SMTP id q6so6487438yen.11 for ; Tue, 22 May 2012 05:35:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=d5CpUpp3ASXdMgcIKIsSL6Q63CzAtJepNUDR7xaIFcM=; b=l3GAaYOA++8NARboMl4PsYdZl3GJlpTJ49uDoVRlpMCCRqZ6D0fP8tBLm0O0JevHf3 EP6IWJf9Ysn3AKej+nqZq9ijLwhaKsCLJEVA/QqivLdctsFJyptzTtEuP4dQv/wybdki sViPbjAA4JWvZiGrdWiubYYL5C66AxPyRmTeso59hVc7pqnZz0S+aa8MuZdxSayvhZdf 0XEo3qBZWPRZOaB0M6WW5c6Tq3BhM1vyf6Av4iqVCGap7M0KB9fG/3UR4RgK9HsQTyMU n35waXf5TlzuvjbBFawdme63UsjbTIN9PUYO2eOfjMchyJnFPVIWp74wliULD6du8Df/ KAxw== Received: by 10.50.40.193 with SMTP id z1mr9475117igk.0.1337690117356; Tue, 22 May 2012 05:35:17 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.35.72 with SMTP id o8csp363175ibd; Tue, 22 May 2012 05:35:16 -0700 (PDT) Received: by 10.216.226.147 with SMTP id b19mr1243392weq.210.1337690115453; Tue, 22 May 2012 05:35:15 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id n56si23885979wee.14.2012.05.22.05.35.14 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 May 2012 05:35:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1SWoJ0-0003qL-K5 for ; Tue, 22 May 2012 12:35:14 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 89A48E049E for ; Tue, 22 May 2012 12:35:14 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glmark2 X-Launchpad-Branch: ~glmark2-dev/glmark2/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 216 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 216: SceneIdeas: Return ValidationUnknown as a validation result. Message-Id: <20120522123514.27736.9725.launchpad@ackee.canonical.com> Date: Tue, 22 May 2012 12:35:14 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="15275"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 11d24e69349269f86320ec837fe31ba344ae0e5f X-Gm-Message-State: ALoCoQnz7/jvoFcZEFBrucP28QIpCjSSTj7y/dNw9wZp6RuZu1Arl0fstBSwrKNc8zcd6twlUwGm ------------------------------------------------------------ revno: 216 committer: Alexandros Frantzis branch nick: trunk timestamp: Tue 2012-05-22 15:28:40 +0300 message: SceneIdeas: Return ValidationUnknown as a validation result. modified: src/scene-ideas.cpp --- lp:glmark2 https://code.launchpad.net/~glmark2-dev/glmark2/trunk You are subscribed to branch lp:glmark2. To unsubscribe from this branch go to https://code.launchpad.net/~glmark2-dev/glmark2/trunk/+edit-subscription === modified file 'src/scene-ideas.cpp' --- src/scene-ideas.cpp 2012-05-11 18:58:09 +0000 +++ src/scene-ideas.cpp 2012-05-22 12:28:40 +0000 @@ -394,7 +394,7 @@ Scene::ValidationResult SceneIdeas::validate() { - return Scene::ValidationSuccess; + return Scene::ValidationUnknown; } void