Displaying 20 results from an estimated 43 matches for "simple_throw".
2010 Feb 25
3
[LLVMdev] Massive Number of Test Failures
I am seeing a whole lot of failures in the tests on trunk. From discussions
with Chris and others, I should not be seeing this.
Here's a typical case:
[x86_64-off-opt]: Core was generated by `Output/simple_throw.cbe'.
[x86_64-off-opt]: Program terminated with signal 6, Aborted.
[x86_64-off-opt]: #0 0x00002b0620792b95 in raise () from /lib64/libc.so.6
[x86_64-off-opt]: #0 0x00002b0620792b95 in raise () from /lib64/libc.so.6
[x86_64-off-opt]: #1 0x00002b0620793f90 in abort () from /lib64/libc.so.6
[x8...
2010 Feb 25
0
[LLVMdev] Massive Number of Test Failures
...I am seeing a whole lot of failures in the tests on trunk. From discussions
> with Chris and others, I should not be seeing this.
Does 'make check-lit' pass for you in llvm/test?
-Chris
>
> Here's a typical case:
>
> [x86_64-off-opt]: Core was generated by `Output/simple_throw.cbe'.
> [x86_64-off-opt]: Program terminated with signal 6, Aborted.
> [x86_64-off-opt]: #0 0x00002b0620792b95 in raise () from /lib64/libc.so.6
> [x86_64-off-opt]: #0 0x00002b0620792b95 in raise () from /lib64/libc.so.6
> [x86_64-off-opt]: #1 0x00002b0620793f90 in abort () from...
2006 Nov 08
0
[LLVMdev] 1.9 Next Steps
...jit /SingleSource/Regression/C++/EH/function_try_block
cbe /SingleSource/Regression/C++/EH/function_try_block
llc /SingleSource/Regression/C++/EH/simple_rethrow
jit /SingleSource/Regression/C++/EH/simple_rethrow
cbe /SingleSource/Regression/C++/EH/simple_rethrow
llc /SingleSource/Regression/C++/EH/simple_throw
jit /SingleSource/Regression/C++/EH/simple_throw
cbe /SingleSource/Regression/C++/EH/simple_throw
llc /SingleSource/Regression/C++/EH/throw_rethrow_test
jit /SingleSource/Regression/C++/EH/throw_rethrow_test
cbe /SingleSource/Regression/C++/EH/throw_rethrow_test
llc /SingleSource/Regression/C++/Bui...
2008 Jan 31
2
[LLVMdev] [llvm-testresults] OldGrawp-O0-PIC i386 nightly tester results
...egression/C++/EH/ctor_dtor_count [LLC compile, ]
> Regression/C++/EH/ctor_dtor_count-2 [LLC compile, ]
> Regression/C++/EH/exception_spec_test [LLC compile, ]
> Regression/C++/EH/function_try_block [LLC compile, ]
> Regression/C++/EH/simple_rethrow [LLC compile, ]
> Regression/C++/EH/simple_throw [LLC compile, ]
This is visible in the gcc testsuite also: somebody broke EH.
2006 Nov 08
6
[LLVMdev] 1.9 Next Steps
I created the 1.9 release branch last night. As a reminder, please do not
check in any code changes to the release branch. Please send me email if
you have changes that need to be merged into the release branch.
To check out the release branch:
cvs -d <CVS Repository> co -r release_19 llvm
cvs -d <CVS Repository> co -r release_19 llvm-test
cvs -d <CVS Repository> co -r
2008 Jan 31
0
[LLVMdev] [llvm-testresults] OldGrawp-O0-PIC i386 nightly tester results
...r_dtor_count [LLC compile, ]
>> Regression/C++/EH/ctor_dtor_count-2 [LLC compile, ]
>> Regression/C++/EH/exception_spec_test [LLC compile, ]
>> Regression/C++/EH/function_try_block [LLC compile, ]
>> Regression/C++/EH/simple_rethrow [LLC compile, ]
>> Regression/C++/EH/simple_throw [LLC compile, ]
>
> This is visible in the gcc testsuite also: somebody broke EH.
>
> _______________________________________________
> llvm-testresults mailing list
> llvm-testresults at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-testresults
2010 Aug 30
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...**************** TEST (cbe) 'exception_spec_test' FAILED!
********************
******************** TEST (cbe) 'function_try_block' FAILED!
********************
******************** TEST (cbe) 'simple_rethrow' FAILED!
********************
******************** TEST (cbe) 'simple_throw' FAILED! ********************
******************** TEST (cbe) 'throw_rethrow_test' FAILED!
********************
******************** TEST (jit) 'ctor_dtor_count-2' FAILED!
********************
******************** TEST (jit) 'ctor_dtor_count' FAILED!
********************...
2010 Aug 30
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...eption_spec_test' FAILED!
> ********************
> ******************** TEST (cbe) 'function_try_block' FAILED!
> ********************
> ******************** TEST (cbe) 'simple_rethrow' FAILED!
> ********************
> ******************** TEST (cbe) 'simple_throw' FAILED!
> ********************
> ******************** TEST (cbe) 'throw_rethrow_test' FAILED!
> ********************
> ******************** TEST (jit) 'ctor_dtor_count-2' FAILED!
> ********************
> ******************** TEST (jit) 'ctor_dtor_cou...
2010 Aug 30
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...39;exception_spec_test' FAILED!
> ********************
> ******************** TEST (cbe) 'function_try_block' FAILED!
> ********************
> ******************** TEST (cbe) 'simple_rethrow' FAILED!
> ********************
> ******************** TEST (cbe) 'simple_throw' FAILED! ********************
> ******************** TEST (cbe) 'throw_rethrow_test' FAILED!
> ********************
> ******************** TEST (jit) 'ctor_dtor_count-2' FAILED!
> ********************
> ******************** TEST (jit) 'ctor_dtor_count' FAI...
2010 Mar 24
1
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
...arks/Prolangs-C/archie-client/archie
MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl
SingleSource/Benchmarks/Misc-C++/bigfib
SingleSource/Regression/C++/EH/ConditionalExpr
SingleSource/Regression/C++/EH/ctor_dtor_count-2
SingleSource/Regression/C++/EH/function_try_block
SingleSource/Regression/C++/EH/simple_throw
SingleSource/UnitTests/2006-12-04-DynAllocAndRestore
SingleSource/UnitTests/Vector/SSE/sse.expandfft
SingleSource/UnitTests/Vector/SSE/sse.stepfft
JIT failures in clang, pass in llvm-gcc:
MultiSource/Applications/sqlite3/sqlite3
SingleSource/Regression/C++/ofstream_ctor
3. Some performance regres...
2010 Sep 01
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...39; FAILED!
>> ********************
>> ******************** TEST (cbe) 'function_try_block' FAILED!
>> ********************
>> ******************** TEST (cbe) 'simple_rethrow' FAILED!
>> ********************
>> ******************** TEST (cbe) 'simple_throw' FAILED!
>> ********************
>> ******************** TEST (cbe) 'throw_rethrow_test' FAILED!
>> ********************
>> ******************** TEST (jit) 'ctor_dtor_count-2' FAILED!
>> ********************
>> ******************** TEST (jit)...
2010 Aug 30
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...ILED!
>> ********************
>> ******************** TEST (cbe) 'function_try_block' FAILED!
>> ********************
>> ******************** TEST (cbe) 'simple_rethrow' FAILED!
>> ********************
>> ******************** TEST (cbe) 'simple_throw' FAILED!
>> ********************
>> ******************** TEST (cbe) 'throw_rethrow_test' FAILED!
>> ********************
>> ******************** TEST (jit) 'ctor_dtor_count-2' FAILED!
>> ********************
>> ******************** TEST...
2006 Nov 17
2
[LLVMdev] 1.9 Prerelease Available for Testing (TAKE TWO)
...TEST-FAIL: cbe /SingleSource/Regression/C++/EH/function_try_block
TEST-FAIL: llc /SingleSource/Regression/C++/EH/simple_rethrow
TEST-FAIL: jit /SingleSource/Regression/C++/EH/simple_rethrow
TEST-FAIL: cbe /SingleSource/Regression/C++/EH/simple_rethrow
TEST-FAIL: llc /SingleSource/Regression/C++/EH/simple_throw
TEST-FAIL: jit /SingleSource/Regression/C++/EH/simple_throw
TEST-FAIL: cbe /SingleSource/Regression/C++/EH/simple_throw
TEST-FAIL: llc /SingleSource/Regression/C++/EH/throw_rethrow_test
TEST-FAIL: jit /SingleSource/Regression/C++/EH/throw_rethrow_test
TEST-FAIL: cbe /SingleSource/Regression/C++/EH/...
2010 Mar 30
0
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
...archie
> MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl
> SingleSource/Benchmarks/Misc-C++/bigfib
> SingleSource/Regression/C++/EH/ConditionalExpr
> SingleSource/Regression/C++/EH/ctor_dtor_count-2
> SingleSource/Regression/C++/EH/function_try_block
> SingleSource/Regression/C++/EH/simple_throw
> SingleSource/UnitTests/2006-12-04-DynAllocAndRestore
> SingleSource/UnitTests/Vector/SSE/sse.expandfft
> SingleSource/UnitTests/Vector/SSE/sse.stepfft
>
> JIT failures in clang, pass in llvm-gcc:
> MultiSource/Applications/sqlite3/sqlite3
> SingleSource/Regression/C++/ofstre...
2010 Sep 02
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...********************
>>> ******************** TEST (cbe) 'function_try_block' FAILED!
>>> ********************
>>> ******************** TEST (cbe) 'simple_rethrow' FAILED!
>>> ********************
>>> ******************** TEST (cbe) 'simple_throw' FAILED!
>>> ********************
>>> ******************** TEST (cbe) 'throw_rethrow_test' FAILED!
>>> ********************
>>> ******************** TEST (jit) 'ctor_dtor_count-2' FAILED!
>>> ********************
>>> ********...
2010 Sep 02
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...*****************
>>> ******************** TEST (cbe) 'function_try_block' FAILED!
>>> ********************
>>> ******************** TEST (cbe) 'simple_rethrow' FAILED!
>>> ********************
>>> ******************** TEST (cbe) 'simple_throw' FAILED!
>>> ********************
>>> ******************** TEST (cbe) 'throw_rethrow_test' FAILED!
>>> ********************
>>> ******************** TEST (jit) 'ctor_dtor_count-2' FAILED!
>>> ********************
>>> **...
2010 Sep 02
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...t;>>> ******************** TEST (cbe) 'function_try_block' FAILED!
>>>> ********************
>>>> ******************** TEST (cbe) 'simple_rethrow' FAILED!
>>>> ********************
>>>> ******************** TEST (cbe) 'simple_throw' FAILED!
>>>> ********************
>>>> ******************** TEST (cbe) 'throw_rethrow_test' FAILED!
>>>> ********************
>>>> ******************** TEST (jit) 'ctor_dtor_count-2' FAILED!
>>>> ****************...
2013 Feb 19
4
[LLVMdev] ARM LNT test-suite Buildbot
...time (14
of 1104)
FAIL: SingleSource/Regression/C++/EH/function_try_block.execution_time (15
of 1104)
FAIL: SingleSource/Regression/C++/EH/inlined_cleanup.execution_time (16 of
1104)
FAIL: SingleSource/Regression/C++/EH/simple_rethrow.execution_time (17 of
1104)
FAIL: SingleSource/Regression/C++/EH/simple_throw.execution_time (18 of
1104)
FAIL: SingleSource/Regression/C++/EH/throw_rethrow_test.execution_time (19
of 1104)
I'll be investigating each one of the 11 failures during the next months
alongside other projects, so I'm not sure I can get them green by the next
release, 3.3. But with the che...
2010 Aug 27
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
On Aug 25, 2010, at 12:45 PM, John Thompson wrote:
> Hi,
>
> I'm looking for some feedback on the changes represented in the
> attached patches, which I'll describe below.
>
> I'm sending this to both the LLVM and Clang list because it affects
> both, though the main focus here is LLVM.
> Basically, I've partially implemented some changes for choosing
2010 Mar 17
9
[LLVMdev] 2.7 Pre-release1 available for testing
The 2.7 binaries are available for testing:
http://llvm.org/pre-releases/2.7/pre-release1/
You will also find the source tarballs there as well.
We rely on the community to help make our releases great, so please help test 2.7 if you can. Please follow these instructions to test 2.7:
To test llvm-gcc:
1) Compile llvm from source and untar the llvm-test in the projects
directory (name it