Axel Naumann
fd9f5defab
Mention current failure rate of Sema unloading tests.
2014-10-02 16:20:03 +02:00
Axel Naumann
0a73f180e6
Determing cling location from script location.
2014-10-02 16:20:03 +02:00
Philippe Canal
2febce4e88
Revert remove trailing space for interpreter/cling/test/Prompt/MetaProcessor/Regression.C
2014-10-02 09:45:05 +02:00
Vassil Vassilev
a4d09be9e2
Move the pch input file in Inputs folder.
2014-10-01 14:24:12 +02:00
Vassil Vassilev
a8ccf3468c
Add a test exposing an issue with the unloading of inlined functions coming from a pch/pcm.
2014-10-01 14:24:12 +02:00
Vassil Vassilev
f3e4d96ffc
Remove the pch. It is generated by the test.
2014-10-01 14:24:11 +02:00
Vassil Vassilev
766030c1e0
Add test for unloading of vtables coming from a pch/pcm.
2014-09-30 17:34:12 +02:00
Vassil Vassilev
f8b513b63a
Remove obsolete test. It meant to test autoloading based on ctags, which is gone now.
2014-09-28 22:45:04 +02:00
Vassil Vassilev
13687cd986
Mark as XFAIL until Axel fixes it.
2014-09-28 17:02:06 +02:00
Axel Naumann
8c4f91bfe8
Add test for ROOT-5467.
2014-09-26 16:54:02 +02:00
Vassil Vassilev
122233ada6
Do not display suggestions only for ROOT.
2014-09-19 14:05:15 +02:00
Vassil Vassilev
dba2f39ff4
Print only annotate attr until type_visibility printing is fixed.
2014-09-15 14:12:06 +02:00
Vassil Vassilev
c0321e417e
Test passes.
2014-09-04 11:03:05 +02:00
Vassil Vassilev
d303a43760
Add expected warning.
2014-09-03 12:03:03 +02:00
Vassil Vassilev
efa445eb72
Reenable test.
2014-08-23 15:05:01 +02:00
Vassil Vassilev
eda6bc1949
Improve and reenable test.
2014-08-21 17:26:02 +02:00
manasij7479
9b17f43f05
Enable callback in Interpreter, change test to use metacommand
2014-08-21 17:07:01 +02:00
Vassil Vassilev
cbdc92cedb
Disable tests until the multiplexing interpreter callback comes.
2014-08-20 16:53:04 +02:00
Vassil Vassilev
6bbc4fa200
Disable feature until we get the upgrade settled.
2014-08-15 14:53:01 +02:00
Vassil Vassilev
212259918a
Implement continuation for #if* #endif.
2014-08-15 12:34:00 +02:00
Vassil Vassilev
a415711407
Implement a shebang support in cling.
2014-08-14 14:56:43 +02:00
Vassil Vassilev
afaf997555
We cannot pass in a 'proper' source location, thus we cannot use -verify.
2014-08-14 14:56:43 +02:00
Vassil Vassilev
f14fbd2b78
Make sure no diags are emitted.
2014-08-14 14:56:43 +02:00
manasij7479
282ce06530
Recheck if top level decl, workaround test problem by printing pass in a loop
2014-08-14 14:56:43 +02:00
manasij7479
3c260f9e4a
New log file name format, and skip function templates with default function arguments
2014-08-14 14:56:43 +02:00
Vassil Vassilev
7238b2eb7b
Autoloading is enabled by default.
2014-08-14 14:56:42 +02:00
manasij7479
7b99ddcfa1
Skip decls using names from defs like typedef struct {} structName
2014-08-14 14:56:40 +02:00
Vassil Vassilev
dd554c2d6e
Use #include instead of real files.
...
If we use real files cling would .x them and run a function named after the file.
In our case it is missing and would issue useless warnings.
2014-08-14 14:56:40 +02:00
Vassil Vassilev
8a8651a8d0
Implement diagnostic report in missing .x function to call.
2014-08-14 14:56:40 +02:00
Vassil Vassilev
5d6297b821
Adapt to the new invocation.
2014-08-14 14:56:40 +02:00
Vassil Vassilev
7ecb829baa
Move the test at its right place
2014-08-14 14:56:40 +02:00
Vassil Vassilev
c51df6e215
The invocation changed, follow the changes.
2014-08-14 14:56:40 +02:00
Vassil Vassilev
e0874ff6a4
Improve the STL test. Now we can reenable it.
2014-08-14 14:56:39 +02:00
Vassil Vassilev
a1640388a4
On .x try calling the specially named function only if it exists.
2014-08-14 14:56:39 +02:00
manasij7479
38b773ad3e
Simple test for Standard Library headers, and a few more workarounds
2014-08-14 14:56:38 +02:00
Vassil Vassilev
a3058bf045
Disable #inclusion of the generated fwd decl headers.
2014-08-14 14:56:38 +02:00
Vassil Vassilev
14fecdd942
Try #include the generated files by separate instance.
2014-08-14 14:56:38 +02:00
Vassil Vassilev
ac4ab27781
Reduce the iteration to only STL (at least on Ubu is the first include path.)
2014-08-14 14:56:37 +02:00
Vassil Vassilev
bacc8b6f08
Remove debug printout. Run in verify mode.
2014-08-14 14:56:37 +02:00
Vassil Vassilev
0065df1842
Test the fwd decl generator with all headers in the include path.
2014-08-14 14:56:37 +02:00
Vassil Vassilev
03f4edd3c1
Do not print the inherited default arguments.
2014-08-14 14:56:36 +02:00
Vassil Vassilev
f65296420e
Put back the XFAIL.
2014-08-14 14:56:35 +02:00
Vassil Vassilev
53d7da9b75
No need of undo anymore.
2014-08-14 14:56:35 +02:00
Vassil Vassilev
d8f6659dcc
Improve support for enum redeclaration.
2014-08-14 14:56:35 +02:00
Vassil Vassilev
ba9ed46a99
Tweak test expectations to match the new pretty printing.
2014-08-14 14:56:34 +02:00
Axel Naumann
11d315a22b
Also print structs; add test.
2014-08-14 14:19:03 +02:00
Philippe Canal
576ca3ca96
Remove trailing spaces
2014-08-13 16:08:36 +02:00
Vassil Vassilev
a833661f08
Fix failing test.
2014-07-25 13:18:01 +02:00
manasij7479
662262e3ac
Rename SetAutoloadCallback to EnableAutoloading
2014-07-22 14:52:04 +02:00
manasij7479
03e5ef7668
Prevent printing non-fixed enums Remove skipping of system headers Also, do not print default template arguments if they do not have a name.
2014-07-22 14:52:04 +02:00