From stdcxx-dev-return-5307-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Tue Oct 02 15:08:42 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 36707 invoked from network); 2 Oct 2007 15:08:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 15:08:42 -0000 Received: (qmail 98498 invoked by uid 500); 2 Oct 2007 15:08:32 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 98438 invoked by uid 500); 2 Oct 2007 15:08:31 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 98427 invoked by uid 99); 2 Oct 2007 15:08:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 08:08:31 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 15:08:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1A646714210 for ; Tue, 2 Oct 2007 08:07:51 -0700 (PDT) Message-ID: <8974900.1191337671105.JavaMail.jira@brutus> Date: Tue, 2 Oct 2007 08:07:51 -0700 (PDT) From: "Farid Zaripov (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-575) [MSVC] 22.locale.cons.mt fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [MSVC] 22.locale.cons.mt fails ------------------------------ Key: STDCXX-575 URL: https://issues.apache.org/jira/browse/STDCXX-575 Project: C++ Standard Library Issue Type: Bug Components: Tests Environment: MSVC, ICC/Windows Reporter: Farid Zaripov Assignee: Farid Zaripov Fix For: 4.2 The 22.locale.cons.mt test aborts on assert. The MSVC doesn't have the LC_MESSAGES category and when the one locale combining with std::locale::messages category from another locale the resulting locale is equal to the source locale. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.