start categorizing these
[gitmo/Moose.git] / xt / author / test-my-dependents.t
1 use strict;
2 use warnings;
3
4 use Cwd qw( abs_path );
5 use Test::More;
6
7 BEGIN {
8     plan skip_all => 'This test will not run unless you set MOOSE_TEST_MD to a true value'
9         unless $ENV{MOOSE_TEST_MD};
10 }
11
12 use Test::Requires {
13     'Test::DependentModules' => '0.09', # skip all if not installed
14     'MetaCPAN::API' => '0.33',
15 };
16 use Test::DependentModules qw( test_all_dependents test_modules );
17
18 use DateTime;
19 use List::MoreUtils qw(any);
20 use Moose ();
21
22 diag(     'Test run performed at: '
23         . DateTime->now
24         . ' with Moose '
25         . Moose->VERSION );
26
27 $ENV{PERL_TEST_DM_LOG_DIR} = abs_path('.');
28 delete @ENV{ qw( AUTHOR_TESTING RELEASE_TESTING SMOKE_TESTING ) };
29
30 my $mcpan = MetaCPAN::API->new;
31 my $res = $mcpan->post(
32     '/release/_search' => {
33         query  => { match_all => {} },
34         size   => 5000,
35         filter => { and => [
36             { or => [
37                 { term => { 'release.dependency.module' => 'Moose' } },
38                 { term => { 'release.dependency.module' => 'Moose::Role' } },
39                 { term => { 'release.dependency.module' => 'Moose::Exporter' } },
40                 { term => { 'release.dependency.module' => 'Class::MOP' } },
41                 { term => { 'release.dependency.module' => 'MooseX::Role::Parameterized' } },
42             ] },
43             { term => { 'release.status'   => 'latest' } },
44             { term => { 'release.maturity' => 'released' } },
45         ] },
46         fields => 'distribution'
47     }
48 );
49
50 my %skip = map { $_ => 1 } grep { /\w/ } map { chomp; s/\s*#.*$//; $_ } <DATA>;
51 my @skip_prefix = qw(Acme Task Bundle);
52 my %name_fix = (
53     'App-PipeFilter'                 => 'App::PipeFilter::Generic',
54     'Constructible'                  => 'Constructible::Maxima',
55     'DCOLLINS-ANN-Locals'            => 'DCOLLINS::ANN::Robot',
56     'Dist-Zilla-Deb'                 => 'Dist::Zilla::Plugin::Deb::VersionFromChangelog',
57     'Dist-Zilla-Plugin-TemplateFile' => 'Dist::Zilla::Plugin::TemplateFiles',
58     'Dist-Zilla-Plugins-CJM'         => 'Dist::Zilla::Plugin::TemplateCJM',
59     'OWL-Simple'                     => 'OWL::Simple::Class',
60     'Patterns-ChainOfResponsibility' => 'Patterns::ChainOfResponsibility::Application',
61     'Role-Identifiable'              => 'Role::Identifiable::HasIdent',
62     'X11-XCB'                        => 'X11::XCB::Connection',
63     'XML-Ant-BuildFile'              => 'XML::Ant::BuildFile::Project',
64     'helm'                           => 'Helm',
65     'marc-moose'                     => 'MARC::Moose',
66     'mobirc'                         => 'App::Mobirc',
67     'smokebrew'                      => 'App::SmokeBrew',
68     'v6-alpha'                       => 'v6',
69 );
70 my @modules = map  { exists $name_fix{$_} ? $name_fix{$_} : $_ }
71               sort
72               grep { !$skip{$_} }
73               grep { my $dist = $_; !any { $dist =~ /^$_-/ } @skip_prefix }
74               map  { $_->{fields}{distribution} }
75               @{ $res->{hits}{hits} };
76
77 plan tests => scalar @modules;
78 test_modules(@modules);
79
80 # Modules that are known to fail
81 # PRANG - failing for quite some time (since before 2.0400)
82
83 __DATA__
84 # notes:
85 # need Archive::Zip, or .zip dists won't be able to be installed
86
87 # won't build, for actual reasons:
88 App-CPAN2Pkg                            # Tk doesn't compile
89 App-Fotagger                            # Imager doesn't compile
90 Black-Board                             # not found on cpan because of mxd
91 CM-Permutation                          # OpenGL uses graphics in Makefile.PL
92 Dackup                                  # depends on running ssh
93 Date-Biorhythm                          # Date::Business prompts in Makefile.PL
94 Data-Collector                          # depends on running ssh
95 POE-Component-OpenSSH                   # depends on running ssh
96 Perl-Dist-Strawberry-BuildPerl-5123     # windows only
97 Perl-Dist-WiX                           # windows only
98 Perl-Dist-WiX-BuildPerl-5123            # windows only
99 Test-SFTP                               # Term::ReadPassword prompts in tests
100 VirtualBox-Manage                       # not found on cpan because of mxd
101 helm                                    # depends on running ssh
102
103 # won't build, for unknown reasons
104 App-HistHub                             # ???
105 App-Twitch                              # ???
106 CPAN-Patches                            # ???
107 CPAN-Patches-Plugin-Debian              # ???
108 Debian-Apt-PM                           # ???
109 Dist-Zilla-Plugin-BuildSelf             # ???
110 Dist-Zilla-Plugin-ModuleBuildTiny       # ???
111 Lingua-TreeTagger                       # ???
112 POE-Component-CPAN-Mirror-Multiplexer   # ???
113 POE-Component-Client-CouchDB            # ???
114 POE-Component-Github                    # ???
115 POE-Component-Metabase-Relay-Server     # ???
116 POE-Component-Server-SimpleHTTP-PreFork # ???
117 Tapper-Testplan                         # ??? (hangs)
118 Test-Daily                              # ???
119 WWW-Alltop                              # ???
120 WWW-Hashdb                              # ??? (hangs, pegging cpu)
121 WebService-Async                        # ??? (hangs, pegging cpu)
122 WebService-LOC-CongRec                  # ???
123 Zucchini                                # ??? (hangs)
124
125 # not in cpan index for some reason
126 Dist-Zilla-Plugin-Test-DistManifest     # not found on cpan (?)
127 Dist-Zilla-Plugin-Test-MinimumVersion   # not found on cpan (?)
128 Dist-Zilla-Plugin-Test-Portability      # not found on cpan (?)
129 Dist-Zilla-Plugin-Test-Synopsis         # not found on cpan (?)
130 Dist-Zilla-Plugin-Test-UnusedVars       # not found on cpan (?)
131 Hopkins                                 # not found on cpan (?)
132 PostScript-Barcode                      # not found on cpan (?)
133
134 # failing for a reason
135 AI-ExpertSystem-Advanced               # no tests
136 API-Assembla                           # no tests
137 Algorithm-KernelKMeans                 # mx-types-common changes broke it
138 AnyEvent-Inotify-Simple                # ??? (maybe issue with test::sweet)
139 AnyEvent-JSONRPC                       # tests require recommended deps
140 AnyEvent-Retry                         # mx-types-common changes broke it
141 AnyEvent-ZeroMQ                        # requires zeromq installation
142 App-Dataninja                          # bad M::I install in inc/
143 App-ForExample                         # getopt::chain is broken
144 App-Magpie                             # deps on URPM which doesn't exist
145 App-PgCryobit                          # requires postgres installation
146 App-TemplateServer                     # broken use of types
147 App-TemplateServer-Provider-HTML-Template  # dep on app-templateserver
148 App-TemplateServer-Provider-Mason      # dep on app-templateserver
149 App-TemplateServer-Provider-TD         # dep on app-templateserver
150 App-TimeTracker                        # git::repository is broken
151 App-USBKeyCopyCon                      # gtk tests are graphical
152 App-mkfeyorm                           # no tests
153 Archive-RPM                            # requires cpio
154 Bio-MAGETAB                            # datetime-format-datemanip is broken
155 Bot-Applebot                           # no tests
156 Bot-Backbone                           # broken deps
157 Business-UPS-Tracking                  # broken
158 CHI-Driver-Redis                       # requires redis server
159 CPAN-Mini-Webserver                    # undeclared dep on lingua-stopwords
160 Cache-Profile                          # broken
161 Catalyst-Authentication-Credential-Facebook-OAuth2  # no tests
162 Catalyst-Authentication-Store-Fey-ORM  # no tests
163 Catalyst-Authentication-Store-LDAP-AD-Class  # pod coverage fail
164 Catalyst-Controller-MovableType        # no tests
165 Catalyst-Controller-Resources          # broken
166
167 # dep resolution failures or something (these pass when run manually)
168 AXL-Client-Simple
169 Alien-ActiveMQ
170 Alien-Ditaa
171 App-Benchmark-Accessors
172 Bot-BasicBot-Pluggable
173 Bot-BasicBot-Pluggable-Module-JIRA
174 CPAN-Digger
175 Cantella-Worker
176 Cantella-Worker-Role-Beanstalk
177
178 # failing for some reason or another (need to look into this)
179 Catalyst-Engine-Stomp
180 Catalyst-Model-MenuGrinder
181 Catalyst-Model-Search-ElasticSearch
182 Catalyst-Model-Sedna
183 Catalyst-Plugin-Continuation
184 Catalyst-Plugin-ErrorCatcher-ActiveMQ-Stomp
185 Catalyst-Plugin-Session
186 Catalyst-Plugin-SwiffUploaderCookieHack
187 Catalyst-TraitFor-Component-ConfigPerSite
188 Catalyst-TraitFor-Controller-jQuery-jqGrid
189 Catalyst-View-ByCode
190 Catalyst-View-RDF
191 CatalystX-Declare
192 CatalystX-MooseComponent
193 CatalystX-Restarter-GTK
194 CatalystX-RoleApplicator
195 CatalystX-SimpleAPI
196 CatalystX-SimpleLogin
197 CatalystX-Syntax-Action
198 CatalystX-Usul
199 Cave-Wrapper
200 Chart-Clicker
201 Chart-Weather-Forecast
202 Cheater
203 Chef
204 Class-OWL
205 Code-Statistics
206 Cogwheel
207 Constructible
208 Coro-Amazon-SimpleDB
209 Crypt-PBKDF2
210 Curses-Toolkit
211 DBICx-Modeler-Generator
212 DBIx-Class-DeploymentHandler
213 DBIx-PgLink
214 DBIx-SchemaChecksum
215 Data-Apache-mod_status
216 Data-PackageName
217 Data-Pipeline
218 Data-SearchEngine-ElasticSearch
219 DayDayUp
220 Devel-Events
221 Devel-IntelliPerl
222 Dist-Zilla-Plugin-DualLife
223 Dist-Zilla-Plugin-GitFlow
224 Dist-Zilla-Plugin-MetaResourcesFromGit
225 Dist-Zilla-Plugin-ProgCriticTests
226 Dist-Zilla-Plugin-Rsync
227 Dist-Zilla-Plugin-SVK
228 Dist-Zilla-Plugin-Test-CPAN-Changes
229 Dist-Zilla-Plugin-Test-Kwalitee
230 Dist-Zilla-PluginBundle-ARODLAND
231 Dist-Zilla-PluginBundle-Author-OLIVER
232 Dist-Zilla-PluginBundle-FLORA
233 Dist-Zilla-PluginBundle-NIGELM
234 Dist-Zilla-PluginBundle-NUFFIN
235 Dist-Zilla-PluginBundle-RBUELS
236 DustyDB
237 ELF-Extract-Sections
238 ETLp
239 FCGI-Engine
240 FFmpeg-Thumbnail
241 Fedora-App-MaintainerTools
242 Fedora-App-ReviewTool
243 Fey-SQL-Pg
244 File-DataClass
245 Finance-Bank-SentinelBenefits-Csv401kConverter
246 Finance-Bank-SuomenVerkkomaksut
247 Forest-Tree-Viewer-Gtk2
248 Form-Factory
249 Frost
250 GOBO
251 Games-AssaultCube
252 Games-HotPotato
253 Games-Pandemic
254 Games-RailRoad
255 Games-Risk
256 Games-Tetris-Complete
257 Gearman-Driver
258 Geo-Calc
259 Getopt-Chain
260 Gitalist
261 Google-Spreadsheet-Agent
262 Grades
263 Graphics-Primitive-Driver-Cairo
264 Graphics-Primitive-Driver-CairoPango
265 HTML-FormHandler
266 HTML-FormHandler-Model-DBIC
267 HTML-TreeBuilderX-ASP_NET
268 Hobocamp
269 Horris
270 IM-Engine-Plugin-Dispatcher
271 IMS-CP-Manifest
272 IO-Multiplex-Intermediary
273 Image-Placeholder
274 JavaScript-Framework-jQuery
275 Jungle
276 Kafka-Client
277 Kamaitachi
278 KiokuDB-Backend-BDB
279 KiokuDB-Backend-Files
280 LWP-UserAgent-OfflineCache
281 Locale-Handle-Pluggable
282 Locale-MO-File
283 Log-Dispatch-Gtk2-Notify
284 MSWord-ToHTML
285 Mail-Summary-Tools
286 Mason
287 MediaWiki-USERINFO
288 Mildew
289 MooseX-APIRole
290 MooseX-Attribute-Prototype
291 MooseX-AutoImmute
292 MooseX-DBIC-Scaffold
293 MooseX-DOM
294 MooseX-Declare
295 MooseX-Documenter
296 MooseX-Error-Exception-Class
297 MooseX-Meta-Attribute-Index
298 MooseX-Meta-Attribute-Lvalue
299 MooseX-Method-Signatures
300 MooseX-MultiMethods
301 MooseX-MultiObject
302 MooseX-POE
303 MooseX-Params
304 MooseX-Struct
305 MooseX-TrackDirty-Attributes
306 MooseX-Workers
307 Net-Douban
308 Net-Dropbox
309 Net-FluidDB
310 Net-Fluidinfo
311 Net-HTTP-Factual
312 Net-Journyx
313 Net-Parliament
314 Net-Plurk
315 Net-Recurly
316 Net-StackExchange
317 Net-Topsy
318 NetHack-Item
319 NetHack-Monster-Spoiler
320 Nginx-Control
321 ODG-Record
322 POE-Component-Client-MPD
323 POE-Component-DirWatch
324 POE-Component-DirWatch-Object
325 POE-Component-IRC-Plugin-Role
326 POE-Component-MessageQueue
327 POE-Component-ResourcePool
328 POE-Component-Server-MySQL
329 POE-Component-Server-PSGI
330 POE-Component-Server-SimpleHTTP
331 POE-Test-Helpers
332 POEx-ProxySession
333 POEx-PubSub
334 POEx-WorkerPool
335 Paludis-UseCleaner
336 Parse-CPAN-Ratings
337 Parse-FixedRecord
338 Perlanet
339 Perlbal-Control
340 Pg-BulkCopy
341 Pod-Weaver-Section-Encoding
342 Proc-Safetynet
343 Queue-Leaky
344 RDF-Server
345 RPC-Any
346 Random-Quantum
347 Reaction
348 Reflex
349 Reflexive-Role-Collective
350 Reflexive-Role-DataMover
351 Reflexive-Role-TCPServer
352 Reflexive-Stream-Filtering
353 SRS-EPP-Proxy
354 STD
355 Scene-Graph
356 Schedule-Pluggable
357 SchemaEvolution
358 Server-Control
359 SilkiX-Converter-Kwiki
360 SimpleDB-Class
361 String-Blender
362 TAEB
363 Tail-Tool
364 Tapper-Installer
365 Tapper-MCP
366 Tapper-MCP-MessageReceiver
367 Tapper-Reports-API
368 Telephone-Mnemonic-US
369 Template-Plugin-Heritable
370 Test-A8N
371 Test-BDD-Cucumber
372 Test-Sweet
373 Test-System
374 Thorium
375 Tk-Role-Dialog
376 TryCatch
377 TryCatch-Error
378 VANAMBURG-SEMPROG-SimpleGraph
379 VCI
380 Verby
381 W3C-XMLSchema
382 WWW-FMyLife
383 WWW-Fandango
384 WWW-Getsy
385 WWW-Getsy
386 WWW-Mechanize-Cached
387 WWW-MenuGrinder
388 WWW-Metalgate
389 WWW-Scramble
390 WWW-StaticBlog
391 WWW-Yahoo-Lyrics-JP
392 Weaving-Tablet
393 WebNano-Controller-CRUD
394 WebService-Buxfer
395 WebService-CloudFlare-Host
396 WebService-SlimTimer
397 WebService-Yes24
398 WiX3
399 XIRCD
400 XML-Ant-BuildFile
401 XML-EPP
402 XML-LibXSLT-Easy
403 XML-Rabbit
404 XML-Schematron
405 YUM-RepoQuery
406 Yukki
407 mobirc
408 namespace-alias