This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 196812 - Fixing all failing tests
Summary: Fixing all failing tests
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0.1
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks: 180230
  Show dependency tree
 
Reported: 2011-03-17 14:59 UTC by martin_adamek
Modified: 2011-11-18 16:41 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
patch-001 Fixing test runtime exceptions (1.08 KB, patch)
2011-03-17 15:13 UTC, martin_adamek
Details | Diff
patch-002 Fixing incorrect compile errors reporting in project view and editor (3.13 KB, patch)
2011-03-17 15:13 UTC, martin_adamek
Details | Diff
patch-003 Labeling all groovy failing tests with TESTFAIL comment (14.19 KB, patch)
2011-03-17 15:14 UTC, martin_adamek
Details | Diff
patch-004 Fixing test failures caused by switch from Java5 to Java6 (only not sure why order of imports has changed in GroovyVirtualSourceProviderTest (74.62 KB, patch)
2011-03-17 15:14 UTC, martin_adamek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description martin_adamek 2011-03-17 14:59:39 UTC
I am trying to make sure that all current test are passing, before we can do upgrade to never Groovy version. I'll attach patches that I have so far.
Comment 1 martin_adamek 2011-03-17 15:13:16 UTC
Created attachment 107080 [details]
patch-001 Fixing test runtime exceptions
Comment 2 martin_adamek 2011-03-17 15:13:44 UTC
Created attachment 107081 [details]
patch-002 Fixing incorrect compile errors reporting in project view and editor
Comment 3 martin_adamek 2011-03-17 15:14:05 UTC
Created attachment 107082 [details]
patch-003 Labeling all groovy failing tests with TESTFAIL comment
Comment 4 martin_adamek 2011-03-17 15:14:30 UTC
Created attachment 107083 [details]
patch-004 Fixing test failures caused by switch from Java5 to Java6 (only not sure why order of imports has changed in GroovyVirtualSourceProviderTest
Comment 5 martin_adamek 2011-03-17 15:19:20 UTC
I just realized that I left 'apple' packaged in few golden files, which means it will fail on non-mac platforms.
Comment 6 martin_adamek 2011-03-17 15:20:34 UTC
3 tests in groovy.editor are still not fixed - search for TESTFAIL comment
Comment 7 Petr Hejl 2011-11-18 16:41:25 UTC
Patches were integrated and some more tests were fixed in groovy_183 and groovy_190 branches.