[Issue 10992] Trait getUnitTests skips first test if aggregate contains multiple tests.

2013-09-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10992 --- Comment #10 from github-bugzi...@puremagic.com 2013-09-30 03:44:45 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10992] Trait getUnitTests skips first test if aggregate contains multiple tests.

2013-09-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10992 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||wrong-code

[Issue 10992] Trait getUnitTests skips first test if aggregate contains multiple tests.

2013-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10992 --- Comment #9 from Jacob Carlborg d...@me.com 2013-09-10 00:31:18 PDT --- (In reply to comment #7) So what should really be used is: UnitTestDeclaration *unitTest = symbol-isUnitTestDeclaration(); I'll make a pull to fix this. No,

[Issue 10992] Trait getUnitTests skips first test if aggregate contains multiple tests.

2013-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10992 --- Comment #7 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-09-09 13:34:54 PDT --- I've identified the problem: UnitTestDeclaration *unitTest = symbol-unittest ? symbol-unittest : symbol-isUnitTestDeclaration(); printf(-- %s %d\n,

[Issue 10992] Trait getUnitTests skips first test if aggregate contains multiple tests.

2013-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10992 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 10992] Trait getUnitTests skips first test if aggregate contains multiple tests.

2013-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10992 Jacob Carlborg d...@me.com changed: What|Removed |Added CC||d...@me.com --- Comment

[Issue 10992] Trait getUnitTests skips first test if aggregate contains multiple tests.

2013-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10992 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 10992] Trait getUnitTests skips first test if aggregate contains multiple tests.

2013-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10992 --- Comment #3 from Jacob Carlborg d...@me.com 2013-09-08 13:03:37 PDT --- I still cannot reproduce it: $ ./dmd -unittest -run main.d Test 1 Test 2 Test 3 main Test 1 Test 2 Test 3 Commit fc460eede168cf52879ca41191baf7db1f893569 on Mac OS X.

[Issue 10992] Trait getUnitTests skips first test if aggregate contains multiple tests.

2013-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10992 --- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-09-08 13:07:02 PDT --- (In reply to comment #3) Commit fc460eede168cf52879ca41191baf7db1f893569 on Mac OS X. (In reply to comment #3) I still cannot reproduce it: $

[Issue 10992] Trait getUnitTests skips first test if aggregate contains multiple tests.

2013-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10992 --- Comment #5 from Kapps opantm2+db...@gmail.com 2013-09-08 13:14:40 PDT --- (In reply to comment #4) Hmm, maybe it's a platform-specific issue. I could look into it if you don't have a win32 system around. I'm running Linux 64-bit and