uttk 0.4.6.1 → 0.4.6.2
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +28 -0
- data/NEWS +11 -0
- data/Rakefile +2 -2
- data/SPEC.gemspec +7 -7
- data/SPEC.yml +13 -12
- data/bin/uttk-unit +2 -0
- data/lib/uttk.rb +10 -6
- data/lib/uttk/strategies/Jump.rb +2 -2
- data/lib/uttk/streams.rb +1 -7
- data/lib/uttk/version_id.rb +1 -1
- data/test/fixtures/binaries/segv +0 -0
- metadata +7 -7
data/ChangeLog
CHANGED
@@ -1,3 +1,31 @@
|
|
1
|
+
2007-08-15 Nicolas Pouillard <nicolas.pouillard@gmail.com>
|
2
|
+
|
3
|
+
Bump to dev-util/uttk-0.4_p2#Teenager.
|
4
|
+
Note that we still have problem with the distcheck of uttk
|
5
|
+
(other distchecks core_ex, ruby_ex, objective_command,
|
6
|
+
unified_matchers, works well but the uttk's one seems too big).
|
7
|
+
|
8
|
+
* SPEC.yml,
|
9
|
+
* lib/uttk/version_id.rb,
|
10
|
+
* NEWS: Update.
|
11
|
+
* script/destroy,
|
12
|
+
* script/generate,
|
13
|
+
* lib/uttk/strategies/Jump.rb,
|
14
|
+
* Rakefile: Use gem instead of require_gem.
|
15
|
+
* lib/uttk.rb: Ditto, and require action_controller too.
|
16
|
+
* bin/uttk-unit: Update to activesupport.
|
17
|
+
* test/fixtures/binaries/segv: My binary :)
|
18
|
+
|
19
|
+
2007-03-15 Nicolas Pouillard <nicolas.pouillard@gmail.com>
|
20
|
+
|
21
|
+
Autoload of Streams, and CORE_EX_VENDORS.
|
22
|
+
|
23
|
+
* lib/uttk.rb:
|
24
|
+
Treat Uttk::Streams like the others to allow the autoloading of
|
25
|
+
external plugins.
|
26
|
+
Move the CORE_EX_VENDORS definition.
|
27
|
+
* lib/uttk/streams.rb: Autoloading here is now useless.
|
28
|
+
|
1
29
|
2006-10-19 Nicolas Despr�s <nicolas.despres@gmail.com>
|
2
30
|
|
3
31
|
Add tags rules.
|
data/NEWS
CHANGED
@@ -1,3 +1,14 @@
|
|
1
|
+
= New in 0.4_p2 (aka Teenager), 2007-08-15:
|
2
|
+
|
3
|
+
* Update dependencies:
|
4
|
+
- core_ex: 0.6_p3
|
5
|
+
- ruby_ex: 0.5_p2
|
6
|
+
- unified_matchers: 0.1_p1
|
7
|
+
- objective_command: 0.1_p1
|
8
|
+
- actionpack: 1.13.3
|
9
|
+
* Use gem instead of require_gem.
|
10
|
+
* Update the usage of activesupport (Dependencies).
|
11
|
+
|
1
12
|
= New in 0.4 (aka Teenager), 2007-01-14:
|
2
13
|
|
3
14
|
* Core:
|
data/Rakefile
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# Author:: The Uttk eam. -*- ruby -*-
|
2
2
|
# Copyright:: Copyright (c) 2004, 2005 Uttk team. All rights reserved.
|
3
3
|
# License:: LGPL
|
4
|
-
# Revision:: $Id: /w/fey/uttk/trunk/Rakefile
|
4
|
+
# Revision:: $Id: /w/fey/uttk/trunk/Rakefile 62613 2007-08-15T21:02:48.619030Z ertai $
|
5
5
|
|
6
6
|
require 'rubygems'
|
7
|
-
|
7
|
+
gem 'core_ex'
|
8
8
|
load 'core_ex/rakefile_base.rf'
|
9
9
|
|
10
10
|
RTAGS = 'rtags'
|
data/SPEC.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{uttk}
|
3
|
-
s.version = "0.4.6.
|
4
|
-
s.date = %q{2007-
|
3
|
+
s.version = "0.4.6.2"
|
4
|
+
s.date = %q{2007-08-15}
|
5
5
|
s.summary = %q{Uttk is an extensible framework for dynamic testing.}
|
6
6
|
s.email = ["cuissa_v@epita.fr", "nicolas.despres@gmail.com", "ertai@feydakins.org", "pouill_j@epita.fr", "marco.tessari@gmail.com"]
|
7
7
|
s.homepage = %q{http://rubyforge.org/projects/uttk}
|
@@ -10,9 +10,9 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.authors = ["Vincent Cuissard", "Nicolas Despr\350s", "Nicolas Pouillard", "Jerome Pouiller", "Marco Tessari"]
|
11
11
|
s.files = ["bin/getopts", "bin/uttk", "bin/uttk-unit", "bin/getopts/uttk.rb", "lib/uttk.rb", "lib/uttk/filters.rb", "lib/uttk/logger.rb", "lib/uttk/logger_factory.rb", "lib/uttk/status.rb", "lib/uttk/streams.rb", "lib/uttk/version_id.rb", "lib/uttk/weights.rb", "lib/uttk/dumpers/Basic.rb", "lib/uttk/dumpers/BasicColor.rb", "lib/uttk/dumpers/Dumper.rb", "lib/uttk/dumpers/Html.rb", "lib/uttk/dumpers/Mail.rb", "lib/uttk/dumpers/Path.rb", "lib/uttk/dumpers/Xml.rb", "lib/uttk/dumpers/Yaml.rb", "lib/uttk/filters/Buffer.rb", "lib/uttk/filters/Compact.rb", "lib/uttk/filters/Default.rb", "lib/uttk/filters/DefaultColor.rb", "lib/uttk/filters/Filter.rb", "lib/uttk/filters/Id.rb", "lib/uttk/filters/JustStatus.rb", "lib/uttk/filters/KeepSkipBased.rb", "lib/uttk/filters/NodeCut.rb", "lib/uttk/filters/RPathFilter.rb", "lib/uttk/filters/Saver.rb", "lib/uttk/filters/TextFilter.rb", "lib/uttk/generators/dumper_generator.rb", "lib/uttk/generators/filter_generator.rb", "lib/uttk/generators/generator.rb", "lib/uttk/generators/generator_generator.rb", "lib/uttk/generators/loader_generator.rb", "lib/uttk/generators/path_filter_generator.rb", "lib/uttk/generators/strategy_generator.rb", "lib/uttk/generators/templates/dumper.rb", "lib/uttk/generators/templates/filter.rb", "lib/uttk/generators/templates/generator.rb", "lib/uttk/generators/templates/loader.rb", "lib/uttk/generators/templates/path_filter.rb", "lib/uttk/generators/templates/strategy-command.rb", "lib/uttk/generators/templates/strategy.rb", "lib/uttk/generators/templates/unit_test.rb", "lib/uttk/loaders/Loader.rb", "lib/uttk/loaders/Ruby.rb", "lib/uttk/loaders/Yaml.rb", "lib/uttk/logger/backend.rb", "lib/uttk/logger/path.rb", "lib/uttk/logger/section_node.rb", "lib/uttk/logger/severity.rb", "lib/uttk/logger/to_uttk_log.rb", "lib/uttk/logger/verbosity.rb", "lib/uttk/path_filters/ColorStatus.rb", "lib/uttk/path_filters/PathFilter.rb", "lib/uttk/path_filters/RemoveTypes.rb", "lib/uttk/strategies/Abort.rb", "lib/uttk/strategies/Assert.rb", "lib/uttk/strategies/Authors.rb", "lib/uttk/strategies/Block.rb", "lib/uttk/strategies/Bootstrap.rb", "lib/uttk/strategies/Checkout.rb", "lib/uttk/strategies/Clean.rb", "lib/uttk/strategies/Cmd.rb", "lib/uttk/strategies/CmdBase.rb", "lib/uttk/strategies/Collection.rb", "lib/uttk/strategies/Command.rb", "lib/uttk/strategies/Compile.rb", "lib/uttk/strategies/Composite.rb", "lib/uttk/strategies/Configure.rb", "lib/uttk/strategies/Error.rb", "lib/uttk/strategies/Fail.rb", "lib/uttk/strategies/HostSelector.rb", "lib/uttk/strategies/Import.rb", "lib/uttk/strategies/IOBased.rb", "lib/uttk/strategies/Iterate.rb", "lib/uttk/strategies/Jump.rb", "lib/uttk/strategies/JUnit.rb", "lib/uttk/strategies/KillAll.rb", "lib/uttk/strategies/Make.rb", "lib/uttk/strategies/Package.rb", "lib/uttk/strategies/PackageCollection.rb", "lib/uttk/strategies/Pass.rb", "lib/uttk/strategies/Pool.rb", "lib/uttk/strategies/Proxy.rb", "lib/uttk/strategies/RMatch.rb", "lib/uttk/strategies/RUnit.rb", "lib/uttk/strategies/SignalCmd.rb", "lib/uttk/strategies/Sleep.rb", "lib/uttk/strategies/SqlQuery.rb", "lib/uttk/strategies/Strategy.rb", "lib/uttk/strategies/Stub.rb", "lib/uttk/strategies/SubCmd.rb", "lib/uttk/strategies/Suite.rb", "lib/uttk/strategies/Test.rb", "lib/uttk/strategies/Threshold.rb", "lib/uttk/strategies/Composite/contents_eval.rb", "lib/uttk/streams/Diff.rb", "lib/uttk/streams/HexaDiff.rb", "lib/uttk/streams/Stream.rb", "lib/uttk/weights/Weight.rb", "lib/uttk/weights/WExpr.rb", "lib/uttk/weights/WFloat.rb", "lib/uttk/weights/WMin.rb", "lib/uttk/generators/templates/strategy.yml", "lib/www/javascripts/uttk.js", "lib/www/stylesheets/uttk.css", "lib/www/images/opentriangle.gif", "lib/www/images/triangle.gif", "test/examples", "test/examples-suite.yml", "test/fixtures", "test/functional", "test/functional-suite.yml", "test/pkg", "test/pkg-suite.yml", "test/pool", "test/pool-suite.yml", "test/ruby", "test/ruby-suite.rb", "test/ruby-suite.yml", "test/unit", "test/unit-suite.yml", "test/uttk-check.yml", "test/uttk-distcheck.yml", "test/examples/basic.rb", "test/examples/basic.yml", "test/examples/cache", "test/examples/README", "test/examples/sql", "test/examples/students", "test/examples/students-suite.yml", "test/examples/cache/cache_and_fatal.yml", "test/examples/cache/simple.yml", "test/examples/sql/basic.yml", "test/examples/students/ball.yml", "test/examples/students/glob_stud.yml", "test/examples/students/mini-lib.yml", "test/examples/students/pool_stud.yml", "test/examples/students/stud.yml", "test/fixtures/ball", "test/fixtures/binaries", "test/fixtures/demo", "test/fixtures/java", "test/fixtures/mini-lib", "test/fixtures/package", "test/fixtures/text", "test/fixtures/unit", "test/fixtures/ball/20040804-exam_a1-zapngo-tessar_m.tar.gz", "test/fixtures/ball/bar_p-mini-lib", "test/fixtures/ball/bar_p-mini-lib.tar.bz2", "test/fixtures/ball/foo_s-mini-lib", "test/fixtures/ball/foo_s-mini-lib.tar.bz2", "test/fixtures/ball/hello", "test/fixtures/ball/hello.tar.bz2", "test/fixtures/ball/hello.tar.gz", "test/fixtures/ball/jack-exit", "test/fixtures/ball/jack-exit.tar.bz2", "test/fixtures/ball/joe-exit", "test/fixtures/ball/joe-exit.tar.bz2", "test/fixtures/ball/joe_i-mini-lib", "test/fixtures/ball/joe_i-mini-lib.tar.bz2", "test/fixtures/ball/john-exit", "test/fixtures/ball/john-exit.tar.bz2", "test/fixtures/ball/Makefile", "test/fixtures/ball/qux_j-mini-lib", "test/fixtures/ball/qux_j-mini-lib.tar.bz2", "test/fixtures/ball/bar_p-mini-lib/Makefile", "test/fixtures/ball/bar_p-mini-lib/my_strlen.c", "test/fixtures/ball/foo_s-mini-lib/configure", "test/fixtures/ball/foo_s-mini-lib/Makefile", "test/fixtures/ball/foo_s-mini-lib/my_strlen.c", "test/fixtures/ball/hello/hello.c", "test/fixtures/ball/hello/Makefile", "test/fixtures/ball/jack-exit/exit.c", "test/fixtures/ball/jack-exit/Makefile", "test/fixtures/ball/joe-exit/exit.c", "test/fixtures/ball/joe-exit/Makefile", "test/fixtures/ball/joe_i-mini-lib/configure", "test/fixtures/ball/joe_i-mini-lib/Makefile", "test/fixtures/ball/joe_i-mini-lib/my_strlen.c", "test/fixtures/ball/john-exit/exit.c", "test/fixtures/ball/john-exit/Makefile", "test/fixtures/ball/qux_j-mini-lib/Makefile", "test/fixtures/ball/qux_j-mini-lib/my_strlen.c", "test/fixtures/binaries/segv", "test/fixtures/binaries/segv.c", "test/fixtures/binaries/segv.rb", "test/fixtures/demo/filter-tutorial", "test/fixtures/demo/filter-tutorial/check.yml", "test/fixtures/demo/filter-tutorial/filters", "test/fixtures/demo/filter-tutorial/pluralizer.rb", "test/fixtures/demo/filter-tutorial/filters/CutSkip100.rb", "test/fixtures/java/unit", "test/fixtures/java/unit/build.sh", "test/fixtures/java/unit/multibar.yml", "test/fixtures/java/unit/multifoo.yml", "test/fixtures/java/unit/MultiRight", "test/fixtures/java/unit/multiright.yml", "test/fixtures/java/unit/simple_exception.yml", "test/fixtures/java/unit/SimpleException", "test/fixtures/java/unit/MultiRight/bar", "test/fixtures/java/unit/MultiRight/build.sh", "test/fixtures/java/unit/MultiRight/Foo", "test/fixtures/java/unit/MultiRight/MultiRight.java", "test/fixtures/java/unit/MultiRight/MultiRightTest.java", "test/fixtures/java/unit/MultiRight/bar/Bar.java", "test/fixtures/java/unit/MultiRight/bar/BarTest.java", "test/fixtures/java/unit/MultiRight/Foo/Foo.java", "test/fixtures/java/unit/MultiRight/Foo/FooTest.java", "test/fixtures/java/unit/SimpleException/build.sh", "test/fixtures/java/unit/SimpleException/SimpleExceptionTest.java", "test/fixtures/mini-lib/Makefile", "test/fixtures/mini-lib/strlen.c", "test/fixtures/package/pkg_foo", "test/fixtures/package/pkg_foo.tar.gz", "test/fixtures/package/pkg_foo/bootstrap", "test/fixtures/package/pkg_foo/configure", "test/fixtures/package/pkg_foo/foo.sh", "test/fixtures/package/pkg_foo/Makefile", "test/fixtures/text/1.txt", "test/fixtures/unit/bad.rb", "test/fixtures/unit/error.rb", "test/fixtures/unit/good.rb", "test/functional/author.yml", "test/functional/base.yml", "test/functional/base_pool.yml", "test/functional/block.yml", "test/functional/cat.yml", "test/functional/cmd.yml", "test/functional/command.yml", "test/functional/diff.yml", "test/functional/env_cmd.yml", "test/functional/exit.yml", "test/functional/fatal.yml", "test/functional/glob.yml", "test/functional/hexa-diff.yml", "test/functional/host_selector.yml", "test/functional/import.yml", "test/functional/iterate.yml", "test/functional/jump.yml", "test/functional/killall.yml", "test/functional/pkg.yml", "test/functional/r_unit.yml", "test/functional/rmatch.yml", "test/functional/signal_cmd.yml", "test/functional/sub.yml", "test/functional/test.yml", "test/functional/threshold.yml", "test/functional/timeout.yml", "test/functional/wc.yml", "test/functional/weight.yml", "test/pkg/cmdline.yml", "test/pool/base.yml", "test/pool/pool.yml", "test/ruby/base.rb", "test/ruby/iterate.rb", "test/ruby/wc.rb", "test/unit/dumpers", "test/unit/filters", "test/unit/filters_test.rb", "test/unit/loaders", "test/unit/logger", "test/unit/logger_test.rb", "test/unit/strategies", "test/unit/dumpers/mail_test.rb", "test/unit/dumpers/path_test.rb", "test/unit/dumpers/xml_test.rb", "test/unit/dumpers/yaml_test.rb", "test/unit/filters/buffer_test.rb", "test/unit/filters/keep_skip_based_test.rb", "test/unit/filters/node_cut_test.rb", "test/unit/filters/rpath_filter_test.rb", "test/unit/filters/text_filter_test.rb", "test/unit/logger/section_node_test.rb", "test/unit/logger/severity_test.rb", "test/unit/logger/to_uttk_log_test.rb", "test/unit/logger/verbosity_test.rb", "test/unit/strategies/suite_test.rb", "misc/expandtab.rb", "misc/header.rb", "misc/renaming", "misc/textile_compiler", "misc/uttk-grep.sh", "misc/uttk-line-count.rb", "AUTHORS", "BESTOF", "ChangeLog", "COPYING", "GUIDELINES", "LGPL", "MATRIX", "NEWS", "NORM", "PITFALLS", "Rakefile", "README", "SPEC.gemspec", "SPEC.yml", "TODO", "TODO.old", "VERSION"]
|
12
12
|
s.executables = ["uttk", "uttk-unit"]
|
13
|
-
s.add_dependency(%q<unified_matchers>, ["~> 0.1.
|
14
|
-
s.add_dependency(%q<objective_command>, ["~> 0.1.
|
15
|
-
s.add_dependency(%q<ruby_ex>, ["~> 0.5.
|
16
|
-
s.add_dependency(%q<actionpack>, ["~> 1.
|
17
|
-
s.add_dependency(%q<core_ex>, ["~> 0.6.
|
13
|
+
s.add_dependency(%q<unified_matchers>, ["~> 0.1.6"])
|
14
|
+
s.add_dependency(%q<objective_command>, ["~> 0.1.6"])
|
15
|
+
s.add_dependency(%q<ruby_ex>, ["~> 0.5.6"])
|
16
|
+
s.add_dependency(%q<actionpack>, ["~> 1.13.3"])
|
17
|
+
s.add_dependency(%q<core_ex>, ["~> 0.6.6"])
|
18
18
|
end
|
data/SPEC.yml
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
---
|
2
2
|
Author: The Uttk Team.
|
3
3
|
License: LGPL
|
4
|
-
Revision: '$Id: /w/fey/uttk/trunk/SPEC.yml
|
4
|
+
Revision: '$Id: /w/fey/uttk/trunk/SPEC.yml 62613 2007-08-15T21:02:48.619030Z ertai $'
|
5
5
|
|
6
|
-
version: !feydakins.org,2006/version dev-util/uttk-0.
|
6
|
+
version: !feydakins.org,2006/version dev-util/uttk-0.4_p2#Teenager
|
7
7
|
|
8
8
|
title: Uttk -- An extensible framework for dynamic testing.
|
9
9
|
summary: Uttk is an extensible framework for dynamic testing.
|
@@ -51,24 +51,25 @@ pkg_files: !filelist
|
|
51
51
|
|
52
52
|
dependencies:
|
53
53
|
core_ex:
|
54
|
-
gem : ~> 0.6.
|
55
|
-
tarball: http://rubyforge.iasi.roedu.net/files/ttk/core_ex-0.
|
54
|
+
gem : ~> 0.6.6 # FIXME 0.4_alpha XY ...
|
55
|
+
tarball: http://rubyforge.iasi.roedu.net/files/ttk/core_ex-0.6_p3.tar.gz
|
56
56
|
vcs : svn://svn.feydakins.org/ruby_ex/trunk/core_ex
|
57
57
|
ruby_ex:
|
58
|
-
gem : ~> 0.5.
|
59
|
-
tarball: http://rubyforge.iasi.roedu.net/files/ttk/ruby_ex-0.
|
58
|
+
gem : ~> 0.5.6
|
59
|
+
tarball: http://rubyforge.iasi.roedu.net/files/ttk/ruby_ex-0.6_p2.tar.gz
|
60
60
|
vcs : svn://svn.feydakins.org/ruby_ex/trunk
|
61
61
|
unified_matchers:
|
62
|
-
gem : ~> 0.1.
|
63
|
-
tarball: http://rubyforge.iasi.roedu.net/files/ttk/unified_matchers-0.
|
62
|
+
gem : ~> 0.1.6
|
63
|
+
tarball: http://rubyforge.iasi.roedu.net/files/ttk/unified_matchers-0.1_p1.tar.gz
|
64
64
|
vcs : svn://svn.feydakins.org/unified_matchers/trunk
|
65
65
|
objective_command:
|
66
|
-
gem : ~> 0.1.
|
67
|
-
tarball: http://rubyforge.iasi.roedu.net/files/ttk/objective_command-0.
|
66
|
+
gem : ~> 0.1.6
|
67
|
+
tarball: http://rubyforge.iasi.roedu.net/files/ttk/objective_command-0.1_p1.tar.gz
|
68
68
|
vcs : svn://svn.feydakins.org/objective_command/trunk
|
69
69
|
actionpack:
|
70
|
-
- ~> 1.
|
71
|
-
- http://rubyforge.iasi.roedu.net/files/actionpack/actionpack-1.
|
70
|
+
- ~> 1.13.3
|
71
|
+
- http://rubyforge.iasi.roedu.net/files/actionpack/actionpack-1.13.3.tgz
|
72
|
+
|
72
73
|
|
73
74
|
# The version needed to test this uttk.
|
74
75
|
# Not the version of this uttk.
|
data/bin/uttk-unit
CHANGED
data/lib/uttk.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# Author:: The Uttk team
|
2
2
|
# Copyright:: Copyright (c) 2004, 2005 Uttk team. All rights reserved.
|
3
3
|
# License:: LGPL
|
4
|
-
# $Id: /w/fey/uttk/trunk/lib/uttk.rb
|
4
|
+
# $Id: /w/fey/uttk/trunk/lib/uttk.rb 62613 2007-08-15T21:02:48.619030Z ertai $
|
5
5
|
|
6
6
|
#
|
7
7
|
# = Description
|
@@ -25,15 +25,15 @@ module Uttk
|
|
25
25
|
|
26
26
|
lib = Pathname.new(__FILE__).dirname
|
27
27
|
vendor = lib.parent + 'vendor'
|
28
|
+
$CORE_EX_VENDORS ||= []
|
29
|
+
$CORE_EX_VENDORS << vendor
|
28
30
|
unless defined? CoreEx
|
29
|
-
$CORE_EX_VENDORS ||= []
|
30
|
-
$CORE_EX_VENDORS << vendor
|
31
31
|
file = vendor + 'core_ex' + 'lib' + 'core_ex'
|
32
32
|
if file.exist?
|
33
33
|
require file.to_s
|
34
34
|
else
|
35
35
|
require 'rubygems' unless ENV['NO_GEM']
|
36
|
-
|
36
|
+
gem 'core_ex'
|
37
37
|
require 'core_ex'
|
38
38
|
end
|
39
39
|
end
|
@@ -43,6 +43,8 @@ module Uttk
|
|
43
43
|
self.dir = lib + 'uttk'
|
44
44
|
self.load_path = [dir]
|
45
45
|
silence_warnings do
|
46
|
+
core_ex_require 'action_controller',
|
47
|
+
:gem_name => 'actionpack', :dir_name => 'actionpack'
|
46
48
|
core_ex_require 'action_view',
|
47
49
|
:gem_name => 'actionpack', :dir_name => 'actionpack'
|
48
50
|
end
|
@@ -67,7 +69,6 @@ module Uttk
|
|
67
69
|
SynFlow.import!
|
68
70
|
ModuleExtensions::InstanceMethodVisibility.import!
|
69
71
|
ModuleExtensions::AutoloadTree.import!
|
70
|
-
OrderedHash.import!
|
71
72
|
Abstract.import!
|
72
73
|
ConstRegexp.import!
|
73
74
|
HashEval.import!
|
@@ -82,7 +83,6 @@ module Uttk
|
|
82
83
|
# Uttk library requirements
|
83
84
|
require 'uttk/logger'
|
84
85
|
require 'uttk/logger_factory'
|
85
|
-
require 'uttk/streams'
|
86
86
|
|
87
87
|
# Autoload modules
|
88
88
|
def pathname_to_class(p)
|
@@ -178,6 +178,10 @@ module Uttk
|
|
178
178
|
uttk_module
|
179
179
|
end
|
180
180
|
|
181
|
+
module Streams
|
182
|
+
uttk_module
|
183
|
+
end
|
184
|
+
|
181
185
|
module Strategies
|
182
186
|
uttk_module
|
183
187
|
end
|
data/lib/uttk/strategies/Jump.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# Author:: Nicolas Pouillard <ertai@lrde.epita.fr>.
|
2
2
|
# Copyright:: Copyright (c) 2005 TTK Team. All rights reserved.
|
3
3
|
# License:: LGPL
|
4
|
-
# Revision:: $Id: /w/fey/uttk/trunk/lib/uttk/strategies/Jump.rb
|
4
|
+
# Revision:: $Id: /w/fey/uttk/trunk/lib/uttk/strategies/Jump.rb 62613 2007-08-15T21:02:48.619030Z ertai $
|
5
5
|
|
6
6
|
module Uttk
|
7
7
|
|
@@ -43,7 +43,7 @@ module Uttk
|
|
43
43
|
marshaled_input = Marshal.dump([@test, dumpable_symtbl]).dump
|
44
44
|
input = "
|
45
45
|
# require 'rubygems'
|
46
|
-
#
|
46
|
+
# gem 'uttk'
|
47
47
|
# require 'uttk'
|
48
48
|
uttk_dir = '#{Uttk.dir.expand_path}'
|
49
49
|
require \"\#{uttk_dir}\"
|
data/lib/uttk/streams.rb
CHANGED
@@ -1,18 +1,12 @@
|
|
1
1
|
# Author:: Nicolas Pouillard <ertai@lrde.epita.fr>.
|
2
2
|
# Copyright:: Copyright (c) 2005 Uttk team. All rights reserved.
|
3
3
|
# License:: LGPL
|
4
|
-
# Revision:: $Id: /w/fey/uttk/trunk/lib/uttk/streams.rb
|
4
|
+
# Revision:: $Id: /w/fey/uttk/trunk/lib/uttk/streams.rb 55711 2007-03-15T16:21:51.799770Z ertai $
|
5
5
|
|
6
6
|
module Uttk
|
7
7
|
|
8
8
|
module Streams
|
9
9
|
|
10
|
-
#
|
11
|
-
# Internal classes
|
12
|
-
#
|
13
|
-
|
14
|
-
autoloaded_module(__FILE__)
|
15
|
-
|
16
10
|
end # module Streams
|
17
11
|
|
18
12
|
end # module Uttk
|
data/lib/uttk/version_id.rb
CHANGED
data/test/fixtures/binaries/segv
CHANGED
Binary file
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
|
|
3
3
|
specification_version: 1
|
4
4
|
name: uttk
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.4.6.
|
7
|
-
date: 2007-
|
6
|
+
version: 0.4.6.2
|
7
|
+
date: 2007-08-15 00:00:00 +02:00
|
8
8
|
summary: Uttk is an extensible framework for dynamic testing.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -364,7 +364,7 @@ dependencies:
|
|
364
364
|
requirements:
|
365
365
|
- - ~>
|
366
366
|
- !ruby/object:Gem::Version
|
367
|
-
version: 0.1.
|
367
|
+
version: 0.1.6
|
368
368
|
version:
|
369
369
|
- !ruby/object:Gem::Dependency
|
370
370
|
name: objective_command
|
@@ -373,7 +373,7 @@ dependencies:
|
|
373
373
|
requirements:
|
374
374
|
- - ~>
|
375
375
|
- !ruby/object:Gem::Version
|
376
|
-
version: 0.1.
|
376
|
+
version: 0.1.6
|
377
377
|
version:
|
378
378
|
- !ruby/object:Gem::Dependency
|
379
379
|
name: ruby_ex
|
@@ -382,7 +382,7 @@ dependencies:
|
|
382
382
|
requirements:
|
383
383
|
- - ~>
|
384
384
|
- !ruby/object:Gem::Version
|
385
|
-
version: 0.5.
|
385
|
+
version: 0.5.6
|
386
386
|
version:
|
387
387
|
- !ruby/object:Gem::Dependency
|
388
388
|
name: actionpack
|
@@ -391,7 +391,7 @@ dependencies:
|
|
391
391
|
requirements:
|
392
392
|
- - ~>
|
393
393
|
- !ruby/object:Gem::Version
|
394
|
-
version: 1.
|
394
|
+
version: 1.13.3
|
395
395
|
version:
|
396
396
|
- !ruby/object:Gem::Dependency
|
397
397
|
name: core_ex
|
@@ -400,5 +400,5 @@ dependencies:
|
|
400
400
|
requirements:
|
401
401
|
- - ~>
|
402
402
|
- !ruby/object:Gem::Version
|
403
|
-
version: 0.6.
|
403
|
+
version: 0.6.6
|
404
404
|
version:
|