dmd/test/compilable
2017-12-29 20:17:30 -08:00
..
extra-files Remove a couple temp files created by test suite 2017-12-21 20:27:58 +09:00
imports fix Issue 17541 - Function attribute deduction depends on compile invocation 2017-10-20 22:08:10 -07:00
protection
99bottles.d
a3682.d
aggr_alignment.d T.alignof: Respect explicit align(N) type alignment 2017-09-26 00:00:43 +02:00
aliasdecl.d
alignment.d Add testcase for parsing of align(*) attribute on stack variables. 2015-11-29 15:28:16 +01:00
art4769.d
b33.d
b1215.d fix Issue 14986 - Assertion failed: (id->dyncast() == DYNCAST_DSYMBOL) 2015-08-31 22:50:49 +09:00
b6227.d fix @LemonBoy's PR 2017-05-23 07:21:54 +02:00
b6395.d
b11118.d Fix issue #11118 - Correct lookup for template parameters. 2016-12-22 09:54:40 +01:00
b15428.d Fix issue 15428 - Properly detach the temporary scope for compiles() 2017-01-17 19:48:49 +01:00
b16244.d Fix issue 16244 - Prevent an ICE with empty cast 2017-05-27 14:00:29 +02:00
b16346.d Fix issue 16346 - Use the correct type when constructing an enum 2017-01-11 23:46:05 +01:00
b16355.d Fix issue 16355 - Don't emit a __xpostblit when it's not needed. 2017-01-09 14:15:46 +01:00
b16382.d Fix issue 16382 - Prevent a segfault when interpreting &this 2017-01-11 22:49:06 +01:00
b16483.d Fix issue 16483 - Prevent an ICE with lambdas as template parameter 2017-01-16 13:45:06 +01:00
b16598.d Fix issue 16598 - Explicitly discard the exp. value in void CondExp 2017-01-14 19:42:49 +01:00
b16697.d Fix issue 16697 - Accept __vector as type specialization in is() 2017-01-19 22:57:33 +01:00
b16967.d Fix issue #16967 - Show fallthrough warnings for in/out bodies. 2016-12-20 20:53:41 +01:00
b17111.d remove phobos from test-case 2017-02-11 16:56:41 +01:00
betterCarray.d Rename D_betterC to D_BetterC in order to keep the naming consistency 2017-10-26 20:24:12 +03:00
betterCswitch.d betterC: send array overflows to C assert 2017-06-23 13:09:02 -07:00
bug6963.d
bug11735.d
callconv.d
compile1.d remove {.sort | .reverse} array properties and adjust tests 2017-05-29 16:16:57 +02:00
const.d
cppmangle.d fix Itanium C++ mangling 2 2017-11-01 01:50:26 -07:00
crlf.sh test: Add lexer CRLF tests 2017-05-21 14:13:58 +00:00
ctfe_math.d Make std.math.{isNaN,isInfinity,isFinite} CTFE-able 2017-08-10 20:39:37 +02:00
ddoc1.d
ddoc2.d
ddoc3.d
ddoc4.d
ddoc5.d
ddoc6.d
ddoc7.d
ddoc8.d
ddoc9.d Keep backward compatibility of ddoc generation for template with anonymous enum 2015-10-06 14:40:38 +09:00
ddoc10.d fix Issue 14547 - Ddoc should prefer new Variable Template syntax 2015-05-09 13:53:37 +09:00
ddoc11.d
ddoc12.d
ddoc13.d
ddoc14.d
ddoc198.d
ddoc648.d
ddoc2273.d
ddoc4162.d
ddoc4899.d Replace -w with -wi in existing DDoc tests 2017-12-19 11:44:08 +01:00
ddoc5446.d
ddoc5446a.d
ddoc5446b.d
ddoc6491.d
ddoc7555.d
ddoc7656.d
ddoc7715.d
ddoc7795.d Fix Issue 3438 - Struct ctor with all defaulted parameters should be rejected 2015-10-11 20:47:01 +02:00
ddoc8271.d
ddoc8739.d
ddoc9037.d
ddoc9155.d Fix bugzilla 14413: Spurious newline in ddoc JSON output for multiple successive line doc comments 2017-02-12 19:24:44 -05:00
ddoc9305.d
ddoc9369.d
ddoc9475.d
ddoc9497a.d
ddoc9497b.d
ddoc9497c.d
ddoc9497d.d
ddoc9676a.d
ddoc9676b.d
ddoc9727.d
ddoc9764.sh
ddoc9789.d
ddoc9903.d
ddoc10236.d Replace -w with -wi in existing DDoc tests 2017-12-19 11:44:08 +01:00
ddoc10236b.d Replace -w with -wi in existing DDoc tests 2017-12-19 11:44:08 +01:00
ddoc10325.d
ddoc10334.d
ddoc10366.d
ddoc10367.d
ddoc10869.d
ddoc10870.d
ddoc11479.d
ddoc11511.d
ddoc11823.d
ddoc12706.d
ddoc12745.d
ddoc13270.d fix Issue 13270 - ddoc can't find parameters of ditto'd function overloads 2015-05-17 15:05:38 +09:00
ddoc13502.d Replace -w with -wi in existing DDoc tests 2017-12-19 11:44:08 +01:00
ddoc13645.d
ddoc14383.d Add test case. 2016-02-17 15:10:07 -08:00
ddoc14413.d Fix bugzilla 14413: Spurious newline in ddoc JSON output for multiple successive line doc comments 2017-02-12 19:24:44 -05:00
ddoc14633.d Issue 14633: Fixed false DDoc warnings (check parent template decl) 2016-05-31 15:28:50 +08:00
ddoc14778.d fix Issue 14778 - ddoc doesnt generate code for enum in template struct 2015-09-24 13:29:10 +09:00
ddoc15475.d Issue 15475: ddoc should not escape unbalanced parens in code blocks. 2016-03-08 15:56:29 -08:00
ddoc17697.d Only consider an identifier followed by a colon a tag if a newline follows the colon 2017-08-04 13:08:28 -04:00
ddocbackticks.d
ddocunittest.d fix Issue 14594 - DDoc for template functions and structs has disappeared 2015-05-17 12:12:17 +09:00
ddocYear.d
debuginfo.d add test case from bugzilla 13975 2016-03-31 21:36:55 +02:00
defa.d
depmsg.d
deprecate12979a.d Highlight Error Messages: blockexit, canthrow 2017-06-27 18:11:39 -07:00
deprecate14283.d fix Issue 13116 - Should not be able to return ref to 'this' 2016-03-28 23:24:38 +09:00
depsOutput9948.d
derivedarray.d
diag3243.d fix Issue 3243 - instantiated 'static this()' bring on a compiler message ': __gate is thread local' 2015-08-30 18:23:44 +09:00
diag11066.d
dip22.d also do a deprecated search for private symbols in searchUFCS 2016-03-04 18:41:49 +01:00
empty_file.d
enh13855.d fix Issue 13855 - multi-module selective import statements 2017-12-22 01:22:53 +01:00
exception.d Don't use foreach if the loop body modifies the iteration variable 2015-08-30 17:33:53 +02:00
fail260.d
fix17123.d fix Issue 17123 - [REG 2.073] Issues with return @safe inference 2017-01-29 02:19:12 -08:00
fix17335.d fix Issue 17335 - Function calls in conjunctions do not short circuit when evaluated during compilation 2017-04-20 20:11:04 -07:00
fix17349.d fix Issue 17349 - Covariant overrides should be allowed 2017-06-10 11:42:07 -07:00
fix17635.d fix Issue 17635 - [REG 2.066.0] cannot convert unique immutable(int)** to immutable 2017-10-05 19:23:17 -07:00
fix17686.d Fix issue 17686: [REG2.075.0] Covariant return types doesn't work with override in some cases 2017-07-26 15:58:43 +02:00
forward1.d
future.d add @future feature proposal 2017-07-15 19:44:24 -07:00
futurexf.d Remove a couple temp files created by test suite 2017-12-21 20:27:58 +09:00
iasm_labeloperand.d Fix tests with bad data at the beginning of the file 2015-12-30 22:53:36 +01:00
ice854.d
ice1524.d
ice6538.d
ice8392.d
ice9663.d
ice10040.d
ice10431a.d
ice10431b.d
ice10486.d
ice10598.d
ice11054.d
ice11300.d Resolve forward reference in VarDeclaration.toAlias() 2015-09-30 20:13:46 +09:00
ice11596.d
ice11610.d
ice11777.d
ice11906.d
ice11925.d
ice12002.d
ice12554.d fix Issue 14781 - impure delegate to pure function context should be able to modify context 2015-08-29 21:11:33 +09:00
ice12956.d
ice13071.d
ice13088.d
ice13245.d
ice13323.d
ice13403.d
ice13792.d fix Issue 13792 - Segfault with a pointer of opaque enum type 2015-08-29 17:05:39 +09:00
ice13874.d
ice13886.d
ice13920.d
ice13968.d
ice14075.d
ice15333.d fix Issue 15333 - Assertion failed: (!fd->vthis->csym), function FuncDeclaration_toObjFile, file glue.c, line 1034. 2016-03-26 01:32:41 +09:00
ice15760.d fix Issue 15760 - Segfault when compiling when using __gshared and selective import 2016-03-25 00:36:32 +09:00
ice15789.d fix Issue 15789 - ICE Assert in TemplateInstance semanticTiargs 2016-03-12 23:44:37 +09:00
ice15992.d fix Issue 15992 - ICE with field variable of instantiated struct 2016-06-03 09:41:38 +09:00
interpret3.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2017-05-23 20:36:57 +02:00
issue16995.d Fix Issue 16995 - __traits(getUnittests) doesn't work with separate compilation 2017-09-29 17:50:21 +02:00
issue17167.sh Fix issue 17167 - handle long filepaths on Windows 2017-11-14 17:05:30 +01:00
json.d fix Issue 17256 - Inconsistent output between json and ddoc 2017-10-26 05:45:22 -04:00
line.d Added __FILE_FULL_PATH__ special trait. 2016-07-26 07:44:39 -06:00
noderef.d fix https://issues.dlang.org/show_bug.cgi?id=11176 2016-09-05 01:36:22 -07:00
nogc.d fix Issue 16195 - delete should be @system 2016-06-30 15:07:12 -07:00
objc_gfunc.d Implement basic support for Objective-C methods. 2015-07-11 21:36:57 +02:00
objc_interface.d Implement basic support for Objective-C methods. 2015-07-11 21:36:57 +02:00
protattr.d
protection.d implement DIP22 - private symbol invisibility 2016-03-01 13:09:15 +01:00
pull6815.d fix Issue 17399 - core.checkedint.addu cannot inline function 2017-06-03 21:02:26 -07:00
rdeps7016.d Fix Issue 7016 2017-05-10 14:03:11 +03:00
riia_ctor.d add test cases for existing production code 2017-06-17 10:48:32 +02:00
scope.d rename -transition=safe to -dip1000 2016-12-31 11:05:09 -08:00
shared_destructor.d Destructors can be called on shared objects 2017-05-15 17:54:22 -07:00
staticforeach.d fix Issue 17800 - [2.076] "static foreach" allocates closures in GC without reason 2017-09-04 15:29:52 +02:00
sw_transition_complex.d Add a new -transition switch for future deprecation of complex/imaginary types. 2015-04-26 11:18:17 +02:00
sw_transition_field.d
sw_transition_tls.d
test1.d
test25.d
test50.d
test55.d
test59.d
test61.d
test62.d
test63.d
test66.d
test67.d
test68.d
test69.d
test70.d
test71.d
test72.d
test313a.d fix Issue 16316 - FQN of imports in mixin template not accessible 2016-07-29 10:30:59 +02:00
test313b.d fix Issue 313 - Fully qualified names bypass private imports 2016-02-17 00:23:09 +01:00
test313c.d fix Issue 313 - Fully qualified names bypass private imports 2016-02-17 00:23:09 +01:00
test313d.d fix Issue 313 - Fully qualified names bypass private imports 2016-02-17 00:23:09 +01:00
test313e.d fix Issue 313 - Fully qualified names bypass private imports 2016-02-17 00:23:09 +01:00
test313f.d add another test case w/ different module declaration 2016-02-17 00:23:09 +01:00
test313g.d fix Issue 15900 - public imports not accessible using FQN 2016-07-29 10:30:59 +02:00
test314.d fix Issue 314 - static, renamed, and selective imports are always public 2016-03-09 12:50:06 +01:00
test602.d
test1238.d fix issue 1238 2016-03-01 13:09:15 +01:00
test1353.d
test1537.d
test1673.d
test1754.d fix issue 1754 2016-03-01 13:09:15 +01:00
test1878a.d
test2991.d fix issue 2991 2016-03-01 13:09:15 +01:00
test3673.d
test3775.d
test4003.d
test4090.d
test4364.d
test4375.d tests: make use of -unittest explicit 2016-08-03 15:52:55 -07:00
test6013.d fix Issue 16085 - wrong visibility warning for overloaded alias symbol 2016-08-07 18:55:12 +02:00
test6056a.d
test6056b.d
test6056c.d
test6089.d
test6319.d
test6395.d
test6461.sh
test6534.d
test6552.d
test6999.d
test7065.d
test7172.d
test7190.d
test7252.d
test7399.d
test7491.d
test7524.d
test7569.d
test7754.d
test8038.d
test8041.d
test8296.d
test8509.d
test8513.d
test8543.d
test8631.d
test8675.d
test8696.d
test8717.d
test8802.d
test8898.d
test8922a.d
test8922b.d
test8922c.d
test8922d.d
test8922e.d
test8922f.d
test8937.d
test8959.d
test9057.d
test9209.d
test9276.d
test9278a.d
test9278b.d
test9399.d
test9434.d
test9435.d
test9436.d
test9526.d
test9554.d
test9565.d
test9570.d
test9613.d
test9639.d
test9672.d
test9680.sh
test9692.d
test9692a.d
test9766.d fix Issue 9766 - align(n) with n compile-time constant 2016-06-03 09:46:33 +09:00
test9818.d
test9919.d
test10056.d
test10066.d
test10073.d
test10186.d
test10312.d
test10375.d
test10520.d
test10695.d
test10726.d
test10752.d
test10981.d
test10992.d
test10992b.d
test10993.d adjust tests to support to test both the current mangling as well as mangling with back references 2017-08-15 07:31:31 +02:00
test11137.d
test11169.d fix Issue 11169 - __traits(isAbstractClass) prematurely sets a class to be abstract 2016-04-27 16:58:14 +09:00
test11225a.d
test11237.d
test11259.d Fix Issue 11259: __traits(isSame) fails on the result of __traits(parent) if parent is a package 2017-08-24 18:24:15 +09:00
test11371.d
test11471.d
test11559upgradeoptlink.d
test11563.d
test11656.d
test11824.d
test11914.d
test11980.d
test12009.d
test12496.d Fix Issue 12496: __traits(parent, x) returns incorrect symbol 2017-11-26 09:09:46 +09:00
test12523.d
test12527.d fix Issue 12527 - Cannot make @system function/delegate alias in a @safe section 2016-06-15 12:06:19 -07:00
test12558.d Fix Issue 12558 - Deprecate implicit catch statements 2016-06-27 21:16:37 +02:00
test12567a.d
test12567b.d
test12567c.d
test12567d.d
test12593.d
test12624.d add test cases for issue 12624 2016-04-13 18:06:49 -07:00
test12967.d
test12979a.d
test12979b.d
test13008.d
test13053.d
test13193.d
test13194.d
test13226.d
test13242.d fix Issue 13242 - imported aliases should be analyzed lazily 2016-04-22 11:30:54 +09:00
test13281.d Testsuite: Use safer floating point values 2016-05-15 11:29:33 +02:00
test13512.d Add test case for issue 13512 2017-07-02 15:11:50 +00:00
test13600.d
test13668.d
test13858.d
test13902.d
test14275.d
test14317.d
test14375.d
test14528.d fix Issue 14528 - can't pass protected member to template by alias 2015-06-09 21:55:01 +09:00
test14666.d fix Issue 14666 - Bogus forward reference error 2015-06-10 21:07:55 +09:00
test14747.d fix Issue 14747 - compiler insists on unnecessary return statement 2015-06-30 21:07:39 +09:00
test14781.d fix Issue 14781 - impure delegate to pure function context should be able to modify context 2015-08-29 21:11:33 +09:00
test14838.d Fix debug printf statements for D 2016-03-15 20:02:03 +09:00
test14894.sh workaround Issue 14894 - linkage error with mixin template in std.net.curl 2015-08-10 02:41:47 +02:00
test14962.d fix Issue 14962 - compiler inference of attributes for nested map seems broken 2015-08-29 21:11:34 +09:00
test14973.d Fix issue 14973 case again 2016-02-02 08:41:33 +09:00
test15019.d fix Issue 15019 - [ICE] Heisencrash on OS X 32-bit with non-trivial projects 2015-09-14 01:24:40 -07:00
test15056.d add test for Issue 15056 2015-09-23 10:37:04 +02:00
test15150.d fix Issue 15150 - Public selective import causes conflict 2015-10-05 10:52:18 +09:00
test15177.d fix Issue 15177 - mixin + traits issue with 2.069 beta 1 2015-10-09 11:54:49 +09:00
test15326.d tests: make use of -unittest explicit 2016-08-03 15:52:55 -07:00
test15389_x.d Merge pull request #5330 from WalterBright/fix15389 2016-01-06 18:37:05 +01:00
test15389_y.d Merge pull request #5330 from WalterBright/fix15389 2016-01-06 18:37:05 +01:00
test15402.d fix Issue 15402 - allow private access to package symbols 2016-04-09 21:23:49 +02:00
test15464.d fix issue 15464 2015-12-22 09:57:44 +01:00
test15490.d fix Issue 15490 - Error variable __nrvoretval cannot be modified at compile time when using -inline 2016-02-07 08:21:41 +09:00
test15519_x.d fix Issue 15519 - Circular imports leads to fwd ref error with aliased imports 2016-01-06 00:29:43 -08:00
test15519_y.d fix Issue 15519 - Circular imports leads to fwd ref error with aliased imports 2016-01-06 00:29:43 -08:00
test15550.d fix issue 15309 again, add proper fix for issue 15550 2016-02-01 21:14:59 +09:00
test15565.d fix Issue 15565 - Forward reference error with namespaces 2016-01-14 18:21:13 -08:00
test15578.d Declarations inside a C++ namespace should also be marked isdataseg 2017-02-04 19:24:31 +01:00
test15618.d fix Issue 15644 - Switch object layout ABI to MI style 2016-02-03 21:24:48 -08:00
test15668.d Fix 15668: __LINE__ evaluated at declaration context 2016-02-11 10:37:23 +02:00
test15762.d fix Issue 15762 - Array casts involving const enums can be made @safe 2016-06-21 17:54:03 -07:00
test15780.d fix Issue 15780 - [REG2.069] CTFE foreach fails with tuple 2016-08-02 10:28:42 +02:00
test15784.d fix Issue 15784 - Overload set constructor call should be supported from inside a constructor 2016-03-15 00:30:38 +09:00
test15785.d fix Issue 15785 - spurious warning when calling protected super 2016-03-15 12:41:33 +01:00
test15802.d Add tests for 15802 and 15372 2016-03-16 23:32:19 +01:00
test15856.d fix Issue 15856 - Confusing error message with -transition=checkimports 2016-04-28 08:38:34 +09:00
test15898.d fix Issue 15898 - [REG2.069] Internal error: backend\cgcod.c 1651 2016-04-14 16:04:21 +09:00
test15907.d fix Issue 15907 - unjustified deprecation with getMember 2016-09-05 16:41:06 +02:00
test15925.d fix Issue 15925 - Import declaration from mixin templates are ignored 2016-05-27 17:55:54 +02:00
test16013a.d fix Issue 16013 - [REG2.072a] ICE with mutually dependent structs and alias this 2017-10-14 18:53:09 -07:00
test16013b.d fix Issue 16013 - [REG2.072a] ICE with mutually dependent structs and alias this 2017-10-14 18:53:09 -07:00
test16031.d fix Issue 16031 - symbol idx out of bounds w/ multilib and PIC 2016-09-14 07:40:03 +02:00
test16080.d Merge pull request #5828 from WalterBright/fix16080 2016-06-01 16:57:04 +02:00
test16083.d Fix issue 16083 - AliasSeq loses type of enums that have the same value 2017-03-01 22:23:38 +02:00
test16085.d fix Issue 16085 - wrong visibility warning for overloaded alias symbol 2016-08-07 18:55:12 +02:00
test16183.d Fix Issue 16183 - [REG2.068] compile-time string concatenation fails with CTFE and char[] literal involved 2017-11-10 23:59:30 +09:00
test16225.d fix Issue 16225 - [REG 2.068] Internal error cod1.c 1338 with -O 2016-07-09 11:31:43 +02:00
test16273.d fix Issue 16273 - [REG 2.072a] dmd segfault with inheritance, templates, override 2017-10-08 18:10:13 -07:00
test16292.d fix Issue 16292 - [REG2.069] bogus Error: goto skips declaration of variable 2016-07-27 00:06:05 -07:00
test16303.d fix Issue 17349 - Covariant overrides should be allowed 2017-06-10 11:42:07 -07:00
test16340.d Fix issue 16340 - Invalid dangling else warning triggered within template 2016-09-09 19:33:05 +02:00
test16348.d fix Issue 16348 - ICE with package visibility 2016-08-05 11:44:02 +02:00
test16460.d fix Issue 16460 - ICE for package visibility check in function literal 2016-09-13 08:05:31 +02:00
test16525.d fix Issue 16525 - C++ member variables have no mangling 2016-09-22 14:35:03 +02:00
test16540.d fix Issue 16540 - Attributes do not propagate correctly in lazy params 2017-05-13 06:40:25 -07:00
test16563.d fix Issue 16563 - wrong alignment in function 2016-10-14 23:15:33 +02:00
test16570.d Modify test for issue 16570 to accomodate fix for issue 12385 2017-11-21 23:35:47 +09:00
test16572.d fix Issue 16572 - can't take inout delegate 2016-10-14 20:44:11 +02:00
test16574.d fix Issue 16574 - forward reference issue with with speculative test 2016-11-19 11:44:04 +01:00
test16607.d fix Issue 16607 - forward reference error for nested struct 2016-10-25 13:37:17 +02:00
test16627.d fix Issue 16627 - non-static structs with postblit/dtor fields now nested 2016-10-24 11:24:15 +02:00
test16685.d Issue 16685 - template instantiation rejected when passing member of enum struct in value parameter 2017-11-18 23:07:52 +09:00
test16747.d Merge pull request #6279 from WalterBright/fix16747 2016-12-19 15:33:57 +01:00
test16798.d fix Issue 16798 - Extend -Ipath switch to -Imodule=path so path heirarchy doesn't have to match package heirarchy 2016-12-05 03:30:11 -08:00
test17057.d Fix Issue 17057 - Added test file 2017-01-30 16:37:34 +02:00
test17059.d fix Issue 17059 - incorrect circular reference with is(Klass : Interface) 2017-01-08 18:33:11 +01:00
test17130.d fix Issue 17130 - ambiguous implicit super call 2017-02-14 01:48:36 +01:00
test17143.d Fix Issue 17143 - [REG2.072.0] Declaration is already defined on global enum = tuple(...).expand declaration 2017-02-04 13:24:22 +01:00
test17168.d add test case from bug report 2017-02-11 19:23:27 +01:00
test17215.d fix Issue 17215 - ICE(cgcod.c:findreg) with SIMD and -O -inline 2017-02-25 00:44:52 +01:00
test17339.d fix Issue 17339 - ambiguous mangling with const alias argument 2017-04-22 22:08:15 +02:00
test17349.d fix Issue 17349 - Covariant overrides should be allowed 2017-06-10 11:42:07 -07:00
test17352.d fix Issue 17352 - Internal error: ddmd/backend/elfobj.c 1739 on duplicate definition 2017-07-01 00:51:11 +02:00
test17399.d fix Issue 17399 - core.checkedint.addu cannot inline function 2017-06-03 21:02:26 -07:00
test17419.d add types to __traits(getLinkage,t) 2017-05-22 23:00:44 -07:00
test17421.d add __traits(getFunctionVariadicStyle, f) 2017-05-23 14:07:27 -07:00
test17468.d fix Issue 17468 - Internal Assertion fails during CTFE 2017-06-05 00:42:34 +02:00
test17541.d fix Issue 17541 - Function attribute deduction depends on compile invocation 2017-10-20 22:08:10 -07:00
test17545.d fix Issue 17545 - [REG2.072] __traits(getAttributes, name) evaluates name to value prematurely 2017-07-04 10:56:12 -07:00
test17548.d Add testcase for issue 17548. 2017-06-30 20:41:47 -03:00
test17590.d Remove need for closure when return type is a local struct/class and no local variables are referenced. 2017-07-09 23:22:34 +02:00
test17782.d add test 2017-09-02 11:36:02 +02:00
test17791.d fix issue 17791 - add __traits(deprecated, symbol) 2017-10-03 09:25:10 +01:00
test17807.d fix Issue 17807 - Spurious dead code warnings on enum and static variables. 2017-09-05 20:36:51 +02:00
test17853.d fix issue 17853 2017-10-10 04:00:28 -07:00
test17908.d Fix Issue 17908 - Can't alias an overload set with disabled function 2017-10-27 14:24:24 +03:00
test18020.d Fix Issue 18020 - [Reg 2.078] no property opCmp for anon class 2017-11-30 19:02:01 +09:00
test18030.d fix Issue 18030 - Segmentation fault with __traits(getProtection) on template function 2017-12-29 20:17:30 -08:00
test18099.d fix Issue 18099 - betterC check throw statements error! 2017-12-29 01:29:05 +01:00
testcheckimports.d fix Issue 15857 - incorrect checkimports mismatch for overloadsets 2016-09-15 15:47:49 +02:00
testcontracts.d Fix 17893: [REG 2.076.1] contract in templatized final class require nothrow 2017-10-14 10:35:00 +02:00
testcov1.d Test pre-definition of D_Coverage with -cov 2016-06-09 14:47:59 +02:00
testDIP37.d add test for Issue 17629 - package.di files not supported 2017-07-10 00:22:34 +02:00
testDIP37_10302.d
testDIP37_10354.d
testDIP37_10421.d
testDIP37a.d
testDIP42.d
testdip1008.d enable test case for dip1008 2017-12-16 13:57:00 -08:00
testexpression.d Re-enable some disabled tests 2016-03-25 18:36:15 +11:00
testfptr.d
testfwdref.d fix Issue 15726 - forward reference error for circular classes, RefCounted 2016-03-31 13:13:09 +09:00
testheader1.d Do not parse unittest blocks unless -unittest 2015-06-01 00:03:19 -07:00
testheader1i.d
testheader2.d
testheader2i.d
testheader3.d add test 2017-02-27 19:08:58 +01:00
testheader12567a.d
testheader12567b.d
testheaderudamodule.d
testimport12242.d
testInference.d adjust tests to support to test both the current mangling as well as mangling with back references 2017-08-15 07:31:31 +02:00
testlibmain.d
testparse.d
testpostblit.d
testprofile.d
testVRP.d tests 2017-12-06 03:28:11 -08:00
uda.d Fix #15180: [REG2.069.0-b1] Segfault with empty struct used as UDA 2015-10-09 22:51:17 +02:00
udamodule1.d
udamodule2.d
vcg-ast.d Remove a couple temp files created by test suite 2017-12-21 20:27:58 +09:00
vector_types.d deprecate mixing AVX-256 usage and legacy SSE instructions 2017-07-10 00:59:51 +02:00
verrors_spec.d add backticks to dcast.d error messages 2017-05-21 18:24:22 -07:00
vgc1.d Fix logic of onstack 2016-07-07 01:58:10 -07:00
vgc2.d
vgc3.d
warn3882.d