Thread: [Codenarc-developer] file system tests fail on linux
Brought to you by:
chrismair
From: Hamlet D'A. <ham...@gm...> - 2010-04-29 19:14:21
|
I get test failures on linux. the culprits are the unit tests doing all those assertions about the file system. The results need to be properly sorted. the order of the file system listing is coming back different than defined. -- Hamlet D'Arcy ham...@gm... |
From: <chr...@wa...> - 2010-04-29 22:54:52
|
Which specific tests? Chris "Hamlet D'Arcy" <ham...@gm...> wrote on 04/29/2010 03:14:13 PM: > I get test failures on linux. > > the culprits are the unit tests doing all those assertions about the > file system. The results need to be properly sorted. the order of the > file system listing is coming back different than defined. > > -- > Hamlet D'Arcy > ham...@gm... > > ------------------------------------------------------------------------------ > _______________________________________________ > Codenarc-developer mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codenarc-developer > ForwardSourceID:NT000B847A |
From: Hamlet D'A. <ham...@gm...> - 2010-04-30 06:51:42
|
Tests in error: testAnalyze_FilesOnly(org.codenarc.analyzer.FilesystemSourceAnalyzerTest) testAnalyze(org.codenarc.analyzer.FilesystemSourceAnalyzerTest) testAnalyze_IncludesAndExcludes(org.codenarc.analyzer.FilesystemSourceAnalyzerTest) testAnalyze_BaseDirectory_FilesOnly(org.codenarc.analyzer.DirectorySourceAnalyzerTest) testAnalyze_BaseDirectory(org.codenarc.analyzer.DirectorySourceAnalyzerTest) testAnalyze_SourceDirectories(org.codenarc.analyzer.DirectorySourceAnalyzerTest) testAnalyze_BaseDirectoryAndSourceDirectories(org.codenarc.analyzer.DirectorySourceAnalyzerTest) testAnalyze_BaseDirectory_ApplyToFilesMatching(org.codenarc.analyzer.DirectorySourceAnalyzerTest) On Thu, Apr 29, 2010 at 10:59 PM, <chr...@wa...> wrote: > > Which specific tests? > > Chris > > "Hamlet D'Arcy" <ham...@gm...> wrote on 04/29/2010 03:14:13 PM: > >> I get test failures on linux. >> >> the culprits are the unit tests doing all those assertions about the >> file system. The results need to be properly sorted. the order of the >> file system listing is coming back different than defined. >> >> -- >> Hamlet D'Arcy >> ham...@gm... >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Codenarc-developer mailing list >> Cod...@li... >> https://lists.sourceforge.net/lists/listinfo/codenarc-developer > >> ForwardSourceID:NT000B847A > ------------------------------------------------------------------------------ > > _______________________________________________ > Codenarc-developer mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codenarc-developer > > -- Hamlet D'Arcy ham...@gm... |
From: Chris M. <chr...@ea...> - 2010-05-01 17:14:28
|
Hamlet, I have checked in changes on the trunk to the two test classes that I think/hope will fix those broken tests on Linux. When you get a chance, can you please check and let me know. Thanks. Chris -----Original Message----- From: Hamlet D'Arcy [mailto:ham...@gm...] Sent: Friday, April 30, 2010 2:52 AM To: chr...@wa... Cc: Cod...@li... Subject: Re: [Codenarc-developer] file system tests fail on linux Tests in error: testAnalyze_FilesOnly(org.codenarc.analyzer.FilesystemSourceAnalyzerTest) testAnalyze(org.codenarc.analyzer.FilesystemSourceAnalyzerTest) testAnalyze_IncludesAndExcludes(org.codenarc.analyzer.FilesystemSourceAnalyz erTest) testAnalyze_BaseDirectory_FilesOnly(org.codenarc.analyzer.DirectorySourceAna lyzerTest) testAnalyze_BaseDirectory(org.codenarc.analyzer.DirectorySourceAnalyzerTest) testAnalyze_SourceDirectories(org.codenarc.analyzer.DirectorySourceAnalyzerT est) testAnalyze_BaseDirectoryAndSourceDirectories(org.codenarc.analyzer.Director ySourceAnalyzerTest) testAnalyze_BaseDirectory_ApplyToFilesMatching(org.codenarc.analyzer.Directo rySourceAnalyzerTest) On Thu, Apr 29, 2010 at 10:59 PM, <chr...@wa...> wrote: > > Which specific tests? > > Chris > > "Hamlet D'Arcy" <ham...@gm...> wrote on 04/29/2010 03:14:13 PM: > >> I get test failures on linux. >> >> the culprits are the unit tests doing all those assertions about the >> file system. The results need to be properly sorted. the order of the >> file system listing is coming back different than defined. >> >> -- >> Hamlet D'Arcy >> ham...@gm... >> >> >> --------------------------------------------------------------------- >> --------- >> _______________________________________________ >> Codenarc-developer mailing list >> Cod...@li... >> https://lists.sourceforge.net/lists/listinfo/codenarc-developer > >> ForwardSourceID:NT000B847A > ---------------------------------------------------------------------- > -------- > > _______________________________________________ > Codenarc-developer mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codenarc-developer > > -- Hamlet D'Arcy ham...@gm... ---------------------------------------------------------------------------- -- _______________________________________________ Codenarc-developer mailing list Cod...@li... https://lists.sourceforge.net/lists/listinfo/codenarc-developer |
From: Hamlet D'A. <ham...@gm...> - 2010-05-01 19:07:29
|
Awesome, they all pass now. Thanks a lot. -- Hamlet D'Arcy ham...@gm... On Sat, May 1, 2010 at 7:14 PM, Chris Mair <chr...@ea...> wrote: > Hamlet, > > I have checked in changes on the trunk to the two test classes that I > think/hope will fix those broken tests on Linux. When you get a chance, can > you please check and let me know. > > Thanks. > Chris > > -----Original Message----- > From: Hamlet D'Arcy [mailto:ham...@gm...] > Sent: Friday, April 30, 2010 2:52 AM > To: chr...@wa... > Cc: Cod...@li... > Subject: Re: [Codenarc-developer] file system tests fail on linux > > > Tests in error: > > testAnalyze_FilesOnly(org.codenarc.analyzer.FilesystemSourceAnalyzerTest) > testAnalyze(org.codenarc.analyzer.FilesystemSourceAnalyzerTest) > > testAnalyze_IncludesAndExcludes(org.codenarc.analyzer.FilesystemSourceAnalyz > erTest) > > testAnalyze_BaseDirectory_FilesOnly(org.codenarc.analyzer.DirectorySourceAna > lyzerTest) > > testAnalyze_BaseDirectory(org.codenarc.analyzer.DirectorySourceAnalyzerTest) > > testAnalyze_SourceDirectories(org.codenarc.analyzer.DirectorySourceAnalyzerT > est) > > testAnalyze_BaseDirectoryAndSourceDirectories(org.codenarc.analyzer.Director > ySourceAnalyzerTest) > > testAnalyze_BaseDirectory_ApplyToFilesMatching(org.codenarc.analyzer.Directo > rySourceAnalyzerTest) > > > > > > On Thu, Apr 29, 2010 at 10:59 PM, <chr...@wa...> wrote: >> >> Which specific tests? >> >> Chris >> >> "Hamlet D'Arcy" <ham...@gm...> wrote on 04/29/2010 03:14:13 PM: >> >>> I get test failures on linux. >>> >>> the culprits are the unit tests doing all those assertions about the >>> file system. The results need to be properly sorted. the order of the >>> file system listing is coming back different than defined. >>> >>> -- >>> Hamlet D'Arcy >>> ham...@gm... >>> >>> >>> --------------------------------------------------------------------- >>> --------- >>> _______________________________________________ >>> Codenarc-developer mailing list >>> Cod...@li... >>> https://lists.sourceforge.net/lists/listinfo/codenarc-developer >> >>> ForwardSourceID:NT000B847A >> ---------------------------------------------------------------------- >> -------- >> >> _______________________________________________ >> Codenarc-developer mailing list >> Cod...@li... >> https://lists.sourceforge.net/lists/listinfo/codenarc-developer >> >> > > > > -- > Hamlet D'Arcy > ham...@gm... > > ---------------------------------------------------------------------------- > -- > _______________________________________________ > Codenarc-developer mailing list Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codenarc-developer > > |