[cfe-commits] r127617 - in /cfe/trunk: lib/CodeGen/CGException.cpp test/CXX/except/except.spec/p9-dynamic.cpp test/CXX/except/except.spec/p9-noexcept.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Mar 14 17:04:47 PDT 2011


On Mar 14, 2011, at 1:33 PM, Sebastian Redl wrote:

> Author: cornedbee
> Date: Mon Mar 14 15:33:20 2011
> New Revision: 127617
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=127617&view=rev
> Log:
> Code generation for noexcept.
> 
> Added:
>    cfe/trunk/test/CXX/except/except.spec/p9-dynamic.cpp
>    cfe/trunk/test/CXX/except/except.spec/p9-noexcept.cpp

These tests are failing in a release (-Asserts) build:

******************** TEST 'Clang :: CXX/except/except.spec/p9-noexcept.cpp' FAILED ********************
Script:
--
/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-R/clang-build/Release/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-R/llvm/tools/clang/test/CXX/except/except.spec/p9-noexcept.cpp -std=c++0x -triple=x86_64-apple-darwin10 -emit-llvm -o - -fcxx-exceptions -fexceptions | FileCheck /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-R/llvm/tools/clang/test/CXX/except/except.spec/p9-noexcept.cpp
--
Exit Code: 1
Command Output (stderr):
--
/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-R/llvm/tools/clang/test/CXX/except/except.spec/p9-noexcept.cpp:10:11: error: expected string not found in input
// CHECK: terminate.lpad:
          ^
<stdin>:7:2: note: scanning from here
 to label %1 unwind label %2
 ^
<stdin>:15:18: note: possible intended match here
 call void @_ZSt9terminatev() noreturn nounwind
                 ^
--

********************
PASS: Clang :: CXX/expr/expr.cast/p4.cpp (317 of 2936)
FAIL: Clang :: CXX/except/except.spec/p9-dynamic.cpp (318 of 2936)
******************** TEST 'Clang :: CXX/except/except.spec/p9-dynamic.cpp' FAILED ********************
Script:
--
/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-R/clang-build/Release/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-R/llvm/tools/clang/test/CXX/except/except.spec/p9-dynamic.cpp -triple=x86_64-apple-darwin10 -emit-llvm -o - -fcxx-exceptions -fexceptions | FileCheck /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-R/llvm/tools/clang/test/CXX/except/except.spec/p9-dynamic.cpp
--
Exit Code: 1
Command Output (stderr):
--
/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-R/llvm/tools/clang/test/CXX/except/except.spec/p9-dynamic.cpp:10:11: error: expected string not found in input
// CHECK: %eh.selector = call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %exn, i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*), i32 2, i8* bitcast (i8** @_ZTIi to i8*), i8* null) nounwind
          ^
<stdin>:10:2: note: scanning from here
 to label %2 unwind label %3
 ^
<stdin>:18:2: note: possible intended match here
 %5 = call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %4, i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*), i32 2, i8* bitcast (i8** @_ZTIi to i8*), i8* null) nounwind
 ^
--

********************







More information about the cfe-commits mailing list