Chris Lattner
|
fa171f11b8
|
Change this test to not require execution of the program.
llvm-svn: 18533
|
2004-12-05 06:45:30 +00:00 |
Chris Lattner
|
a6086ef48d
|
New testcase for the bug affecting 255.vortex in CBE mode.
llvm-svn: 18529
|
2004-12-05 06:18:35 +00:00 |
Alkis Evlogimenos
|
7527cd53fa
|
Remove unneeded code
llvm-svn: 18516
|
2004-12-05 02:03:16 +00:00 |
Alkis Evlogimenos
|
a90f19621b
|
Match codegen string better
llvm-svn: 18514
|
2004-12-05 01:50:32 +00:00 |
Alkis Evlogimenos
|
58355ab372
|
Add testcast for bug475
llvm-svn: 18513
|
2004-12-05 01:44:46 +00:00 |
Chris Lattner
|
d9791b0007
|
Darwin and solaris don't support echo -e. This should get the test passing
for them.
llvm-svn: 18511
|
2004-12-04 23:44:42 +00:00 |
Chris Lattner
|
59ed56e232
|
This fails due to the sun headers.
llvm-svn: 18510
|
2004-12-04 23:24:30 +00:00 |
Chris Lattner
|
02d5676936
|
This test passes on all platforms
llvm-svn: 18509
|
2004-12-04 23:21:41 +00:00 |
Chris Lattner
|
b5fd4a2f85
|
These tests pass on darwin now that the __ thing is fixed.
llvm-svn: 18508
|
2004-12-04 23:20:14 +00:00 |
Reid Spencer
|
20275c1d5d
|
Failing Feature/Regression test should fail the build
llvm-svn: 18507
|
2004-12-04 22:34:47 +00:00 |
Chris Lattner
|
144924cbaa
|
Clean feature also
llvm-svn: 18491
|
2004-12-04 06:47:07 +00:00 |
Tanya Lattner
|
26a1367d8a
|
Made it default to check instead of check-dejagnu.
llvm-svn: 18488
|
2004-12-04 06:25:08 +00:00 |
Chris Lattner
|
2434bb968c
|
Do not multiply define symbol
llvm-svn: 18461
|
2004-12-03 19:48:10 +00:00 |
Chris Lattner
|
1cc226eba1
|
new testcase for PR472
llvm-svn: 18458
|
2004-12-03 17:18:42 +00:00 |
John Criswell
|
f29f760354
|
These lookup symbols with leading underscores, which currently fails in
the PowerPC JIT.
Hence, they are XFAILs.
llvm-svn: 18443
|
2004-12-02 21:28:37 +00:00 |
Chris Lattner
|
9cf32444bb
|
This program doesn't break anything anymore.
llvm-svn: 18411
|
2004-12-02 02:26:18 +00:00 |
Tanya Lattner
|
33f621acf8
|
Added TCLSH var to site.exp.
llvm-svn: 18396
|
2004-11-30 19:13:06 +00:00 |
Chris Lattner
|
a6992ae74f
|
Move this from the C test suite
llvm-svn: 18395
|
2004-11-30 18:25:12 +00:00 |
Chris Lattner
|
bf3a546a5b
|
This is a c++ test
llvm-svn: 18394
|
2004-11-30 18:25:05 +00:00 |
Chris Lattner
|
3f9b831041
|
Add back -e, which apparently works in sh's echo but not tcsh's, which does
not need it. Also, grep some output so we know that this command does something.
llvm-svn: 18393
|
2004-11-30 17:47:13 +00:00 |
Chris Lattner
|
4114c7d87c
|
If TESTSUITE is set, we obviously want to run dejagnu
llvm-svn: 18392
|
2004-11-30 17:45:08 +00:00 |
Chris Lattner
|
f4b262a3ec
|
do not pass -e into llvm-db as a command.
llvm-svn: 18390
|
2004-11-30 17:13:13 +00:00 |
Chris Lattner
|
c7edfa52a4
|
Put the output in the temporary location
llvm-svn: 18389
|
2004-11-30 17:12:00 +00:00 |
Chris Lattner
|
3f6419949c
|
This is a cross platform fail, failing on freebsd as well
llvm-svn: 18388
|
2004-11-30 17:10:47 +00:00 |
Chris Lattner
|
d7f028e4e3
|
This was fixed with the recent tester changes.
llvm-svn: 18385
|
2004-11-30 16:48:26 +00:00 |
Chris Lattner
|
b15064a776
|
This passes on darwin now
llvm-svn: 18380
|
2004-11-30 07:38:41 +00:00 |
Chris Lattner
|
16c07fdd15
|
New testcase that crashes the PPC BE
llvm-svn: 18375
|
2004-11-30 06:39:45 +00:00 |
Chris Lattner
|
c45bdadaf8
|
New testcase
llvm-svn: 18373
|
2004-11-30 06:35:52 +00:00 |
Tanya Lattner
|
97b21a06a3
|
Adding timeout for a test.
llvm-svn: 18372
|
2004-11-30 06:29:45 +00:00 |
Chris Lattner
|
90e62de4e9
|
New testcase that crashes the PPC backend
llvm-svn: 18370
|
2004-11-30 06:28:53 +00:00 |
Chris Lattner
|
889e91d58d
|
New testcase for simplifycfg
llvm-svn: 18367
|
2004-11-30 00:31:16 +00:00 |
Reid Spencer
|
f8085812d9
|
Update the test to match the optimization. The optimization can let some
casts through, but they will only be sbyte -> ubyte in this test case so
make sure we don't let any other kinds through.
llvm-svn: 18313
|
2004-11-28 21:36:52 +00:00 |
Chris Lattner
|
1222964f2a
|
New testcase. The store is not dead here.
llvm-svn: 18307
|
2004-11-28 19:54:02 +00:00 |
Chris Lattner
|
9d313cfa1c
|
new testcase for PR463
llvm-svn: 18304
|
2004-11-28 16:47:46 +00:00 |
Reid Spencer
|
ad3016a273
|
Correct the RUN line to remove unneeded parameters and make sure the test
case is testing the right thing.
llvm-svn: 18302
|
2004-11-28 08:15:33 +00:00 |
Reid Spencer
|
2530e82275
|
Test case for PR454
llvm-svn: 18301
|
2004-11-28 04:29:29 +00:00 |
Chris Lattner
|
296f82b6cc
|
New testcase for PR447
llvm-svn: 18298
|
2004-11-28 01:22:49 +00:00 |
Chris Lattner
|
7a887d7c6c
|
New testcase for PR360
llvm-svn: 18296
|
2004-11-28 00:39:58 +00:00 |
Chris Lattner
|
fc19d3f070
|
New testcase for PR244
llvm-svn: 18294
|
2004-11-28 00:06:07 +00:00 |
Chris Lattner
|
f377ca43b3
|
New testcase for PR397
llvm-svn: 18292
|
2004-11-27 23:24:23 +00:00 |
Chris Lattner
|
212ade1830
|
new testcase
llvm-svn: 18290
|
2004-11-27 22:43:51 +00:00 |
Chris Lattner
|
94336bd4c7
|
New testcase
llvm-svn: 18284
|
2004-11-27 20:31:59 +00:00 |
Chris Lattner
|
d2c3a1a8d4
|
Pass in llvmgxx
llvm-svn: 18283
|
2004-11-27 20:31:14 +00:00 |
Chris Lattner
|
9d63271caa
|
New testcase for PR424
llvm-svn: 18281
|
2004-11-27 19:44:07 +00:00 |
Chris Lattner
|
7c4026ae24
|
New testcase
llvm-svn: 18272
|
2004-11-27 17:55:20 +00:00 |
Reid Spencer
|
a7c28bcd6d
|
Don't depend on grep or sed to be portable at all. Just compare against
static test files.
llvm-svn: 18271
|
2004-11-27 06:44:10 +00:00 |
Reid Spencer
|
79d941f784
|
Put the expected tables of contents of the test archives into separate
files so we don't have to process them at test time at all.
llvm-svn: 18270
|
2004-11-27 06:43:03 +00:00 |
Reid Spencer
|
4f102dd7fa
|
Use grep instead of sed because on Solaris sed doesn't copy null bytes and
it needs to in order for the bug in MacOSX archives to be tested correctly.
llvm-svn: 18269
|
2004-11-27 06:27:30 +00:00 |
Reid Spencer
|
532a662c80
|
Accommodate the braindead Solaris "diff" that doesn't understand the -q
option.
llvm-svn: 18268
|
2004-11-27 06:00:36 +00:00 |
Chris Lattner
|
bfee2ccd5b
|
new testcase basicaa should handle
llvm-svn: 18260
|
2004-11-26 19:19:28 +00:00 |