cairo 1.6.1-x86-mswin32 → 1.7.0-x86-mswin32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- data/ChangeLog +285 -0
- data/NEWS +33 -0
- data/README +15 -4
- data/Rakefile +3 -0
- data/cairo/bin/libcairo-2.dll +0 -0
- data/cairo/bin/libpng12-0.dll +0 -0
- data/cairo/include/{libpng13/png.h → png.h} +285 -135
- data/cairo/include/{libpng13/pngconf.h → pngconf.h} +116 -72
- data/cairo/lib/cairo.lib +0 -0
- data/cairo/lib/libcairo.dll.a +0 -0
- data/cairo/lib/libpng.def +361 -371
- data/cairo/lib/libpng.lib +0 -0
- data/cairo/lib/libpng12.dll.a +0 -0
- data/cairo/lib/pkgconfig/cairo-pdf.pc +1 -1
- data/cairo/lib/pkgconfig/cairo-png.pc +2 -2
- data/cairo/lib/pkgconfig/cairo-ps.pc +1 -1
- data/cairo/lib/pkgconfig/cairo-svg.pc +1 -1
- data/cairo/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/cairo/lib/pkgconfig/cairo-win32.pc +1 -1
- data/cairo/lib/pkgconfig/cairo.pc +2 -2
- data/cairo/lib/pkgconfig/libpng.pc +10 -14
- data/cairo/lib/pkgconfig/libpng12.pc +10 -0
- data/cairo/make/{cairo-1.6.4-1.sh → cairo-1.6.4-2.sh} +3 -3
- data/cairo/make/libpng-1.2.29.sh +35 -0
- data/cairo/manifest/cairo-1.6.4-2.mft +6 -0
- data/cairo/manifest/{cairo-dev-1.6.4-1.mft → cairo-dev-1.6.4-2.mft} +2 -2
- data/cairo/manifest/libpng-1.2.29.mft +2 -0
- data/cairo/manifest/libpng-dev-1.2.29.mft +12 -0
- data/cairo/share/doc/{cairo-1.6.4-1 → cairo-1.6.4-2}/COPYING +0 -0
- data/cairo/share/doc/{cairo-1.6.4-1 → cairo-1.6.4-2}/COPYING-LGPL-2.1 +0 -0
- data/cairo/share/doc/{cairo-1.6.4-1 → cairo-1.6.4-2}/COPYING-MPL-1.1 +0 -0
- data/cairo/share/man/man3/libpng.3 +3680 -0
- data/cairo/share/man/man3/libpngpf.3 +274 -0
- data/cairo/share/man/man5/png.5 +74 -0
- data/doc/en/cairo-antialias.html +0 -3
- data/doc/en/cairo-clip-not-representable-error.html +0 -3
- data/doc/en/cairo-color-base.html +0 -3
- data/doc/en/cairo-color-cmyk.html +0 -3
- data/doc/en/cairo-color-hsv.html +0 -3
- data/doc/en/cairo-color-rgb.html +0 -3
- data/doc/en/cairo-color-x11.html +0 -3
- data/doc/en/cairo-color.html +0 -3
- data/doc/en/cairo-content.html +0 -3
- data/doc/en/cairo-context-blur.html +0 -3
- data/doc/en/cairo-context-circle.html +0 -3
- data/doc/en/cairo-context-color.html +0 -3
- data/doc/en/cairo-context-path.html +0 -3
- data/doc/en/cairo-context-rectangle.html +0 -3
- data/doc/en/cairo-context-triangle.html +0 -3
- data/doc/en/cairo-context.html +119 -102
- data/doc/en/cairo-error.html +0 -3
- data/doc/en/cairo-extend.html +0 -3
- data/doc/en/cairo-file-not-found.html +0 -3
- data/doc/en/cairo-fill-rule.html +0 -3
- data/doc/en/cairo-filter.html +0 -3
- data/doc/en/cairo-font-extents.html +67 -12
- data/doc/en/cairo-font-face.html +0 -3
- data/doc/en/cairo-font-options.html +26 -14
- data/doc/en/cairo-font-slant.html +0 -3
- data/doc/en/cairo-font-type-mismatch.html +47 -0
- data/doc/en/cairo-font-weight.html +0 -3
- data/doc/en/cairo-format.html +0 -3
- data/doc/en/cairo-glyph.html +0 -3
- data/doc/en/cairo-gradient-pattern.html +0 -3
- data/doc/en/cairo-hint-metrics.html +0 -3
- data/doc/en/cairo-hint-style.html +0 -3
- data/doc/en/cairo-image-surface.html +0 -3
- data/doc/en/cairo-invalid-clusters.html +47 -0
- data/doc/en/cairo-invalid-content-error.html +0 -3
- data/doc/en/cairo-invalid-dash-error.html +0 -3
- data/doc/en/cairo-invalid-dsc-comment-error.html +0 -3
- data/doc/en/cairo-invalid-format-error.html +0 -3
- data/doc/en/cairo-invalid-index-error.html +0 -3
- data/doc/en/cairo-invalid-matrix-error.html +0 -3
- data/doc/en/cairo-invalid-path-data-error.html +0 -3
- data/doc/en/cairo-invalid-pop-group-error.html +0 -3
- data/doc/en/cairo-invalid-restore-error.html +0 -3
- data/doc/en/cairo-invalid-slant.html +47 -0
- data/doc/en/cairo-invalid-status-error.html +0 -3
- data/doc/en/cairo-invalid-stride-error.html +0 -3
- data/doc/en/cairo-invalid-string-error.html +0 -3
- data/doc/en/cairo-invalid-visual-error.html +0 -3
- data/doc/en/cairo-invalid-weight.html +47 -0
- data/doc/en/cairo-lcd-filter.html +39 -0
- data/doc/en/cairo-line-cap.html +0 -3
- data/doc/en/cairo-line-join.html +0 -3
- data/doc/en/cairo-linear-pattern.html +0 -3
- data/doc/en/cairo-matrix.html +43 -41
- data/doc/en/cairo-negative-count.html +47 -0
- data/doc/en/cairo-no-current-point-error.html +0 -3
- data/doc/en/cairo-null-pointer-error.html +0 -3
- data/doc/en/cairo-operator.html +0 -3
- data/doc/en/cairo-paper-parse-error.html +0 -3
- data/doc/en/cairo-paper-unknown-paper-name.html +0 -3
- data/doc/en/cairo-paper-unknown-unit.html +0 -3
- data/doc/en/cairo-paper-unrecognized-paper-description.html +0 -3
- data/doc/en/cairo-paper.html +0 -3
- data/doc/en/cairo-path-close-path.html +0 -3
- data/doc/en/cairo-path-curve-to.html +0 -3
- data/doc/en/cairo-path-data-type.html +0 -3
- data/doc/en/cairo-path-data.html +0 -3
- data/doc/en/cairo-path-line-to.html +0 -3
- data/doc/en/cairo-path-move-to.html +0 -3
- data/doc/en/cairo-path.html +0 -3
- data/doc/en/cairo-pattern-type-mismatch-error.html +0 -3
- data/doc/en/cairo-pattern.html +0 -3
- data/doc/en/cairo-pdf-surface.html +0 -3
- data/doc/en/cairo-point.html +0 -3
- data/doc/en/cairo-ps-level.html +0 -3
- data/doc/en/cairo-ps-surface.html +0 -3
- data/doc/en/cairo-quartz-image-surface.html +0 -3
- data/doc/en/cairo-quartz-surface.html +0 -3
- data/doc/en/cairo-radial-pattern.html +0 -3
- data/doc/en/cairo-read-error.html +0 -3
- data/doc/en/cairo-rectangle.html +0 -3
- data/doc/en/cairo-scaled-font.html +13 -6
- data/doc/en/cairo-solid-pattern.html +0 -3
- data/doc/en/cairo-subpixel-order.html +0 -3
- data/doc/en/cairo-surface-finished-error.html +0 -3
- data/doc/en/cairo-surface-pattern.html +0 -3
- data/doc/en/cairo-surface-type-mismatch-error.html +0 -3
- data/doc/en/cairo-surface.html +22 -15
- data/doc/en/cairo-svg-surface.html +0 -3
- data/doc/en/cairo-svg-version.html +0 -3
- data/doc/en/cairo-temp-file-error.html +0 -3
- data/doc/en/cairo-text-cluster.html +84 -0
- data/doc/en/cairo-text-extents.html +78 -13
- data/doc/en/cairo-toy-font-face.html +67 -0
- data/doc/en/cairo-user-font-error.html +47 -0
- data/doc/en/cairo-user-font-face-text-to-glyphs-data.html +94 -0
- data/doc/en/cairo-user-font-face.html +72 -0
- data/doc/en/cairo-user-font-immutable.html +47 -0
- data/doc/en/cairo-win32-printing-surface.html +0 -3
- data/doc/en/cairo-win32-surface.html +0 -3
- data/doc/en/cairo-write-error.html +0 -3
- data/doc/en/cairo.html +92 -80
- data/doc/en/index.html +327 -240
- data/doc/ja/cairo-clip-not-representable-error.html +1 -1
- data/doc/ja/cairo-color-base.html +1 -1
- data/doc/ja/cairo-color-cmyk.html +9 -9
- data/doc/ja/cairo-color-hsv.html +8 -8
- data/doc/ja/cairo-color-rgb.html +9 -9
- data/doc/ja/cairo-color.html +8 -8
- data/doc/ja/cairo-context-circle.html +1 -1
- data/doc/ja/cairo-context-color.html +1 -1
- data/doc/ja/cairo-context-path.html +2 -2
- data/doc/ja/cairo-context.html +435 -342
- data/doc/ja/cairo-font-extents.html +69 -15
- data/doc/ja/cairo-font-face.html +3 -3
- data/doc/ja/cairo-font-options.html +37 -12
- data/doc/ja/cairo-font-slant.html +1 -1
- data/doc/ja/cairo-font-type-mismatch.html +52 -0
- data/doc/ja/cairo-glyph.html +5 -5
- data/doc/ja/cairo-gradient-pattern.html +6 -6
- data/doc/ja/cairo-image-surface.html +8 -8
- data/doc/ja/cairo-invalid-clusters.html +55 -0
- data/doc/ja/cairo-invalid-restore-error.html +1 -1
- data/doc/ja/cairo-invalid-slant.html +57 -0
- data/doc/ja/cairo-invalid-weight.html +57 -0
- data/doc/ja/cairo-lcd-filter.html +63 -0
- data/doc/ja/cairo-line-join.html +1 -1
- data/doc/ja/cairo-linear-pattern.html +2 -2
- data/doc/ja/cairo-matrix.html +35 -24
- data/doc/ja/cairo-negative-count.html +52 -0
- data/doc/ja/cairo-paper-unknown-paper-name.html +2 -2
- data/doc/ja/cairo-paper-unknown-unit.html +2 -2
- data/doc/ja/cairo-paper-unrecognized-paper-description.html +1 -1
- data/doc/ja/cairo-paper.html +12 -12
- data/doc/ja/cairo-path-close-path.html +1 -1
- data/doc/ja/cairo-path-curve-to.html +1 -1
- data/doc/ja/cairo-path-data.html +8 -8
- data/doc/ja/cairo-path-line-to.html +1 -1
- data/doc/ja/cairo-path-move-to.html +1 -1
- data/doc/ja/cairo-path.html +21 -21
- data/doc/ja/cairo-pattern.html +4 -4
- data/doc/ja/cairo-pdf-surface.html +2 -2
- data/doc/ja/cairo-point.html +5 -5
- data/doc/ja/cairo-ps-level.html +2 -2
- data/doc/ja/cairo-ps-surface.html +6 -6
- data/doc/ja/cairo-quartz-image-surface.html +2 -2
- data/doc/ja/cairo-quartz-surface.html +3 -3
- data/doc/ja/cairo-radial-pattern.html +2 -2
- data/doc/ja/cairo-rectangle.html +5 -5
- data/doc/ja/cairo-scaled-font.html +53 -17
- data/doc/ja/cairo-solid-pattern.html +3 -3
- data/doc/ja/cairo-surface-pattern.html +2 -2
- data/doc/ja/cairo-surface.html +58 -36
- data/doc/ja/cairo-svg-surface.html +4 -4
- data/doc/ja/cairo-svg-version.html +2 -2
- data/doc/ja/cairo-text-cluster.html +102 -0
- data/doc/ja/cairo-text-extents.html +84 -22
- data/doc/ja/cairo-toy-font-face.html +107 -0
- data/doc/ja/cairo-user-font-error.html +55 -0
- data/doc/ja/cairo-user-font-face-text-to-glyphs-data.html +155 -0
- data/doc/ja/cairo-user-font-face.html +268 -0
- data/doc/ja/cairo-user-font-immutable.html +54 -0
- data/doc/ja/cairo-win32-printing-surface.html +3 -3
- data/doc/ja/cairo-win32-surface.html +4 -4
- data/doc/ja/cairo.html +110 -77
- data/doc/ja/index.html +292 -205
- data/extconf.rb +3 -1
- data/misc/update-colors.rb +0 -0
- data/pkg-config.rb +54 -28
- data/samples/agg/aa_test.rb +0 -0
- data/samples/blur.rb +0 -0
- data/samples/png.rb +0 -0
- data/samples/scalable.rb +0 -0
- data/samples/text-on-path.rb +0 -0
- data/samples/text2.rb +0 -0
- data/src/cairo.def +8 -0
- data/src/cairo.so +0 -0
- data/src/lib/cairo.rb +12 -7
- data/src/lib/cairo/constants.rb +1 -0
- data/src/libruby-cairo.a +0 -0
- data/src/rb_cairo.c +25 -3
- data/src/rb_cairo.h +29 -18
- data/src/rb_cairo_constants.c +39 -10
- data/src/rb_cairo_context.c +156 -15
- data/src/rb_cairo_exception.c +143 -3
- data/src/rb_cairo_font_extents.c +81 -6
- data/src/rb_cairo_font_face.c +646 -4
- data/src/rb_cairo_font_options.c +24 -2
- data/src/rb_cairo_glyph.c +5 -3
- data/src/rb_cairo_matrix.c +17 -1
- data/src/rb_cairo_pattern.c +4 -4
- data/src/rb_cairo_private.c +169 -5
- data/src/rb_cairo_private.h +45 -3
- data/src/rb_cairo_scaled_font.c +61 -3
- data/src/rb_cairo_surface.c +174 -59
- data/src/rb_cairo_text_cluster.c +151 -0
- data/src/rb_cairo_text_extents.c +85 -2
- data/test-unit/Rakefile +30 -0
- data/test-unit/bin/testrb +5 -0
- data/test-unit/lib/test/unit.rb +280 -0
- data/test-unit/lib/test/unit/assertionfailederror.rb +14 -0
- data/test-unit/lib/test/unit/assertions.rb +722 -0
- data/test-unit/lib/test/unit/attribute.rb +125 -0
- data/test-unit/lib/test/unit/autorunner.rb +254 -0
- data/test-unit/lib/test/unit/collector.rb +43 -0
- data/test-unit/lib/test/unit/collector/descendant.rb +23 -0
- data/test-unit/lib/test/unit/collector/dir.rb +108 -0
- data/test-unit/lib/test/unit/collector/load.rb +135 -0
- data/test-unit/lib/test/unit/collector/objectspace.rb +34 -0
- data/test-unit/lib/test/unit/color.rb +61 -0
- data/test-unit/lib/test/unit/diff.rb +524 -0
- data/test-unit/lib/test/unit/error.rb +124 -0
- data/test-unit/lib/test/unit/exceptionhandler.rb +39 -0
- data/test-unit/lib/test/unit/failure.rb +110 -0
- data/test-unit/lib/test/unit/fixture.rb +185 -0
- data/test-unit/lib/test/unit/notification.rb +125 -0
- data/test-unit/lib/test/unit/omission.rb +143 -0
- data/test-unit/lib/test/unit/pending.rb +146 -0
- data/test-unit/lib/test/unit/priority.rb +146 -0
- data/test-unit/lib/test/unit/runner/console.rb +46 -0
- data/test-unit/lib/test/unit/runner/emacs.rb +8 -0
- data/test-unit/lib/test/unit/testcase.rb +281 -0
- data/test-unit/lib/test/unit/testresult.rb +89 -0
- data/test-unit/lib/test/unit/testsuite.rb +110 -0
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +14 -0
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +195 -0
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +49 -0
- data/test-unit/lib/test/unit/ui/testrunner.rb +20 -0
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +77 -0
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +41 -0
- data/test-unit/lib/test/unit/util/backtracefilter.rb +41 -0
- data/test-unit/lib/test/unit/util/observable.rb +90 -0
- data/test-unit/lib/test/unit/util/procwrapper.rb +48 -0
- data/test-unit/lib/test/unit/version.rb +7 -0
- data/test-unit/sample/adder.rb +13 -0
- data/test-unit/sample/subtracter.rb +12 -0
- data/test-unit/sample/tc_adder.rb +18 -0
- data/test-unit/sample/tc_subtracter.rb +18 -0
- data/test-unit/sample/ts_examples.rb +7 -0
- data/test-unit/test/collector/test_descendant.rb +135 -0
- data/test-unit/test/collector/test_dir.rb +406 -0
- data/test-unit/test/collector/test_load.rb +333 -0
- data/test-unit/test/collector/test_objectspace.rb +98 -0
- data/test-unit/test/run-test.rb +13 -0
- data/test-unit/test/test_assertions.rb +693 -0
- data/test-unit/test/test_attribute.rb +86 -0
- data/test-unit/test/test_color.rb +37 -0
- data/test-unit/test/test_diff.rb +477 -0
- data/test-unit/test/test_emacs_runner.rb +60 -0
- data/test-unit/test/test_error.rb +26 -0
- data/test-unit/test/test_failure.rb +33 -0
- data/test-unit/test/test_fixture.rb +252 -0
- data/test-unit/test/test_notification.rb +33 -0
- data/test-unit/test/test_omission.rb +81 -0
- data/test-unit/test/test_pending.rb +70 -0
- data/test-unit/test/test_priority.rb +89 -0
- data/test-unit/test/test_testcase.rb +430 -0
- data/test-unit/test/test_testresult.rb +113 -0
- data/test-unit/test/test_testsuite.rb +129 -0
- data/test-unit/test/testunit_test_util.rb +14 -0
- data/test-unit/test/ui/test_testrunmediator.rb +20 -0
- data/test-unit/test/util/test_backtracefilter.rb +41 -0
- data/test-unit/test/util/test_observable.rb +102 -0
- data/test-unit/test/util/test_procwrapper.rb +36 -0
- data/test/cairo-test-utils.rb +18 -0
- data/test/run-test.rb +14 -1
- data/test/test_constants.rb +19 -0
- data/test/test_context.rb +117 -0
- data/test/test_exception.rb +27 -0
- data/test/test_font_extents.rb +36 -0
- data/test/test_font_face.rb +244 -0
- data/test/test_font_options.rb +32 -0
- data/test/test_pkg_config.rb +3 -2
- data/test/test_scaled_font.rb +34 -0
- data/test/test_surface.rb +41 -0
- data/test/test_text_cluster.rb +32 -0
- data/test/test_text_extents.rb +40 -0
- data/test/test_text_to_glyphs_data.rb +47 -0
- metadata +129 -109
- data/cairo/bin/libpng13.dll +0 -0
- data/cairo/lib/libpng13.dll.a +0 -0
- data/cairo/lib/pkgconfig/libpng13.pc +0 -14
- data/cairo/manifest/cairo-1.6.4-1.mft +0 -6
- data/cairo/manifest/libpng-dev-1.2.8.mft +0 -7
- data/doc/en/cairo-antialias.rd +0 -16
- data/doc/en/cairo-clip-not-representable-error.rd +0 -17
- data/doc/en/cairo-color-base.rd +0 -38
- data/doc/en/cairo-color-cmyk.rd +0 -107
- data/doc/en/cairo-color-hsv.rd +0 -91
- data/doc/en/cairo-color-rgb.rd +0 -95
- data/doc/en/cairo-color-x11.rd +0 -151
- data/doc/en/cairo-color.rd +0 -213
- data/doc/en/cairo-content.rd +0 -15
- data/doc/en/cairo-context-blur.rd +0 -15
- data/doc/en/cairo-context-circle.rd +0 -15
- data/doc/en/cairo-context-color.rd +0 -15
- data/doc/en/cairo-context-path.rd +0 -19
- data/doc/en/cairo-context-rectangle.rd +0 -15
- data/doc/en/cairo-context-triangle.rd +0 -15
- data/doc/en/cairo-context.rd +0 -491
- data/doc/en/cairo-error.rd +0 -16
- data/doc/en/cairo-extend.rd +0 -16
- data/doc/en/cairo-file-not-found.rd +0 -17
- data/doc/en/cairo-fill-rule.rd +0 -14
- data/doc/en/cairo-filter.rd +0 -18
- data/doc/en/cairo-font-extents.rd +0 -40
- data/doc/en/cairo-font-face.rd +0 -14
- data/doc/en/cairo-font-options.rd +0 -94
- data/doc/en/cairo-font-slant.rd +0 -15
- data/doc/en/cairo-font-weight.rd +0 -14
- data/doc/en/cairo-format.rd +0 -22
- data/doc/en/cairo-glyph.rd +0 -62
- data/doc/en/cairo-gradient-pattern.rd +0 -41
- data/doc/en/cairo-hint-metrics.rd +0 -15
- data/doc/en/cairo-hint-style.rd +0 -17
- data/doc/en/cairo-image-surface.rd +0 -47
- data/doc/en/cairo-invalid-content-error.rd +0 -17
- data/doc/en/cairo-invalid-dash-error.rd +0 -17
- data/doc/en/cairo-invalid-dsc-comment-error.rd +0 -17
- data/doc/en/cairo-invalid-format-error.rd +0 -17
- data/doc/en/cairo-invalid-index-error.rd +0 -17
- data/doc/en/cairo-invalid-matrix-error.rd +0 -17
- data/doc/en/cairo-invalid-path-data-error.rd +0 -17
- data/doc/en/cairo-invalid-pop-group-error.rd +0 -17
- data/doc/en/cairo-invalid-restore-error.rd +0 -17
- data/doc/en/cairo-invalid-status-error.rd +0 -17
- data/doc/en/cairo-invalid-stride-error.rd +0 -17
- data/doc/en/cairo-invalid-string-error.rd +0 -17
- data/doc/en/cairo-invalid-visual-error.rd +0 -17
- data/doc/en/cairo-line-cap.rd +0 -15
- data/doc/en/cairo-line-join.rd +0 -15
- data/doc/en/cairo-linear-pattern.rd +0 -28
- data/doc/en/cairo-matrix.rd +0 -186
- data/doc/en/cairo-no-current-point-error.rd +0 -17
- data/doc/en/cairo-null-pointer-error.rd +0 -17
- data/doc/en/cairo-operator.rd +0 -26
- data/doc/en/cairo-paper-parse-error.rd +0 -17
- data/doc/en/cairo-paper-unknown-paper-name.rd +0 -30
- data/doc/en/cairo-paper-unknown-unit.rd +0 -30
- data/doc/en/cairo-paper-unrecognized-paper-description.rd +0 -30
- data/doc/en/cairo-paper.rd +0 -141
- data/doc/en/cairo-path-close-path.rd +0 -21
- data/doc/en/cairo-path-curve-to.rd +0 -21
- data/doc/en/cairo-path-data-type.rd +0 -16
- data/doc/en/cairo-path-data.rd +0 -62
- data/doc/en/cairo-path-line-to.rd +0 -21
- data/doc/en/cairo-path-move-to.rd +0 -21
- data/doc/en/cairo-path.rd +0 -109
- data/doc/en/cairo-pattern-type-mismatch-error.rd +0 -17
- data/doc/en/cairo-pattern.rd +0 -62
- data/doc/en/cairo-pdf-surface.rd +0 -27
- data/doc/en/cairo-point.rd +0 -42
- data/doc/en/cairo-ps-level.rd +0 -24
- data/doc/en/cairo-ps-surface.rd +0 -55
- data/doc/en/cairo-quartz-image-surface.rd +0 -27
- data/doc/en/cairo-quartz-surface.rd +0 -27
- data/doc/en/cairo-radial-pattern.rd +0 -28
- data/doc/en/cairo-read-error.rd +0 -17
- data/doc/en/cairo-rectangle.rd +0 -54
- data/doc/en/cairo-scaled-font.rd +0 -50
- data/doc/en/cairo-solid-pattern.rd +0 -31
- data/doc/en/cairo-subpixel-order.rd +0 -17
- data/doc/en/cairo-surface-finished-error.rd +0 -17
- data/doc/en/cairo-surface-pattern.rd +0 -27
- data/doc/en/cairo-surface-type-mismatch-error.rd +0 -17
- data/doc/en/cairo-surface.rd +0 -72
- data/doc/en/cairo-svg-surface.rd +0 -44
- data/doc/en/cairo-svg-version.rd +0 -24
- data/doc/en/cairo-temp-file-error.rd +0 -17
- data/doc/en/cairo-text-extents.rd +0 -44
- data/doc/en/cairo-win32-printing-surface.rd +0 -27
- data/doc/en/cairo-win32-surface.rd +0 -31
- data/doc/en/cairo-write-error.rd +0 -17
- data/doc/en/cairo.rd +0 -95
- data/doc/en/index.rd +0 -1051
- data/samples/agg/aa_demo.rb +0 -47
@@ -0,0 +1,60 @@
|
|
1
|
+
require 'test/unit'
|
2
|
+
require 'test/unit/ui/emacs/testrunner'
|
3
|
+
|
4
|
+
class TestUnitEmacsRunner < Test::Unit::TestCase
|
5
|
+
def test_format_failure_with_a_location
|
6
|
+
runner = create_runner
|
7
|
+
test_name = "test_failure"
|
8
|
+
file = "/home/user/test_xxx.rb"
|
9
|
+
line = "3"
|
10
|
+
info = "in `xxx'"
|
11
|
+
location = "#{file}:#{line}: #{info}"
|
12
|
+
message = "FAIL!!!"
|
13
|
+
failure = Test::Unit::Failure.new(test_name, [location], message)
|
14
|
+
assert_equal(<<-EOM.chomp, runner.send(:format_fault, failure))
|
15
|
+
Failure:
|
16
|
+
#{test_name} [#{file}:#{line}]:
|
17
|
+
#{message}
|
18
|
+
EOM
|
19
|
+
end
|
20
|
+
|
21
|
+
def test_format_failure_with_locations
|
22
|
+
runner = create_runner
|
23
|
+
test_name = "test_failure"
|
24
|
+
locations = ["/home/user/test_xxx.rb:3: in `xxx'",
|
25
|
+
"/home/user/yyy/test_yyy.rb:999: in `yyy'",
|
26
|
+
"/home/user/xyz/zzz.rb:29: in `zzz'"]
|
27
|
+
message = "Many backtrace!!!"
|
28
|
+
failure = Test::Unit::Failure.new(test_name, locations, message)
|
29
|
+
assert_equal(<<-EOM.chomp, runner.send(:format_fault, failure))
|
30
|
+
Failure:
|
31
|
+
#{test_name}
|
32
|
+
#{locations.join("\n")}:
|
33
|
+
#{message}
|
34
|
+
EOM
|
35
|
+
end
|
36
|
+
|
37
|
+
def test_format_error
|
38
|
+
runner = create_runner
|
39
|
+
test_name = "test_error"
|
40
|
+
message = "Error Message!!!"
|
41
|
+
backtrace = ["/home/user/test_xxx.rb:3: in `xxx'",
|
42
|
+
"/home/user/yyy/test_yyy.rb:999: in `yyy'",
|
43
|
+
"/home/user/xyz/zzz.rb:29: in `zzz'"]
|
44
|
+
exception = RuntimeError.new(message)
|
45
|
+
exception.set_backtrace(backtrace)
|
46
|
+
error = Test::Unit::Error.new(test_name, exception)
|
47
|
+
assert_equal(<<-EOM.chomp, runner.send(:format_fault, error))
|
48
|
+
Error:
|
49
|
+
#{test_name}:
|
50
|
+
#{exception.class.name}: #{message}
|
51
|
+
#{backtrace.join("\n")}
|
52
|
+
EOM
|
53
|
+
end
|
54
|
+
|
55
|
+
private
|
56
|
+
def create_runner(suite=nil)
|
57
|
+
suite ||= Test::Unit::TestSuite.new
|
58
|
+
Test::Unit::UI::Emacs::TestRunner.new(suite)
|
59
|
+
end
|
60
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# Author:: Nathaniel Talbott.
|
2
|
+
# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
|
3
|
+
# License:: Ruby license.
|
4
|
+
|
5
|
+
require 'test/unit'
|
6
|
+
|
7
|
+
module Test
|
8
|
+
module Unit
|
9
|
+
class TC_Error < TestCase
|
10
|
+
TF_Exception = Struct.new('TF_Exception', :message, :backtrace)
|
11
|
+
def test_display
|
12
|
+
ex = TF_Exception.new("message1\nmessage2", ['line1', 'line2'])
|
13
|
+
e = Error.new("name", ex)
|
14
|
+
assert_equal("name: #{TF_Exception.name}: message1", e.short_display)
|
15
|
+
assert_equal(<<EOM.strip, e.long_display)
|
16
|
+
Error:
|
17
|
+
name:
|
18
|
+
Struct::TF_Exception: message1
|
19
|
+
message2
|
20
|
+
line1
|
21
|
+
line2
|
22
|
+
EOM
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# Author:: Nathaniel Talbott.
|
2
|
+
# Copyright:: Copyright (c) 2003 Nathaniel Talbott. All rights reserved.
|
3
|
+
# License:: Ruby license.
|
4
|
+
|
5
|
+
require 'test/unit'
|
6
|
+
require 'test/unit/failure'
|
7
|
+
|
8
|
+
module Test::Unit
|
9
|
+
class TestFailure < TestCase
|
10
|
+
def test_display
|
11
|
+
f = Failure.new("name", [%q{location:1 in 'l'}], "message1\nmessage2")
|
12
|
+
assert_equal("name: message1", f.short_display)
|
13
|
+
assert_equal(<<EOM.strip, f.long_display)
|
14
|
+
Failure:
|
15
|
+
name [location:1]:
|
16
|
+
message1
|
17
|
+
message2
|
18
|
+
EOM
|
19
|
+
|
20
|
+
f = Failure.new("name", [%q{location1:2 in 'l1'}, 'location2:1', %q{location3:3 in 'l3'}], "message1\nmessage2")
|
21
|
+
assert_equal("name: message1", f.short_display)
|
22
|
+
assert_equal(<<EOM.strip, f.long_display)
|
23
|
+
Failure:
|
24
|
+
name
|
25
|
+
[location1:2 in 'l1'
|
26
|
+
location2:1
|
27
|
+
location3:3 in 'l3']:
|
28
|
+
message1
|
29
|
+
message2
|
30
|
+
EOM
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
@@ -0,0 +1,252 @@
|
|
1
|
+
class TestUnitFixture < Test::Unit::TestCase
|
2
|
+
module EmptyModule
|
3
|
+
end
|
4
|
+
|
5
|
+
def test_setup_without_option
|
6
|
+
test_case = assert_setup([:setup,
|
7
|
+
:custom_setup_method0,
|
8
|
+
:custom_setup_method1,
|
9
|
+
:custom_setup_method3],
|
10
|
+
[])
|
11
|
+
assert_inherited_setup([:setup,
|
12
|
+
:custom_setup_method0,
|
13
|
+
:custom_setup_method1,
|
14
|
+
:custom_setup_method3],
|
15
|
+
test_case)
|
16
|
+
assert_inherited_setup([:setup], nil)
|
17
|
+
end
|
18
|
+
|
19
|
+
def test_setup_with_before_option
|
20
|
+
test_case = assert_setup([:custom_setup_method3,
|
21
|
+
:custom_setup_method0,
|
22
|
+
:custom_setup_method1,
|
23
|
+
:setup],
|
24
|
+
[[{:before => :append}],
|
25
|
+
[{:before => :append}],
|
26
|
+
[{:before => :prepend}],
|
27
|
+
[{:before => :prepend}]])
|
28
|
+
assert_inherited_setup([:custom_setup_method3,
|
29
|
+
:custom_setup_method0,
|
30
|
+
:custom_setup_method1,
|
31
|
+
:setup],
|
32
|
+
test_case)
|
33
|
+
assert_inherited_setup([:setup], nil)
|
34
|
+
end
|
35
|
+
|
36
|
+
def test_setup_with_after_option
|
37
|
+
test_case = assert_setup([:setup,
|
38
|
+
:custom_setup_method3,
|
39
|
+
:custom_setup_method0,
|
40
|
+
:custom_setup_method1],
|
41
|
+
[[{:after => :append}],
|
42
|
+
[{:after => :append}],
|
43
|
+
[{:after => :prepend}],
|
44
|
+
[{:after => :prepend}]])
|
45
|
+
assert_inherited_setup([:setup,
|
46
|
+
:custom_setup_method3,
|
47
|
+
:custom_setup_method0,
|
48
|
+
:custom_setup_method1],
|
49
|
+
test_case)
|
50
|
+
assert_inherited_setup([:setup], nil)
|
51
|
+
end
|
52
|
+
|
53
|
+
def test_setup_with_invalid_option
|
54
|
+
assert_invalid_setup_option(:unknown => true)
|
55
|
+
assert_invalid_setup_option(:before => :unknown)
|
56
|
+
assert_invalid_setup_option(:after => :unknown)
|
57
|
+
end
|
58
|
+
|
59
|
+
def test_teardown_without_option
|
60
|
+
test_case = assert_teardown([:custom_teardown_method3,
|
61
|
+
:custom_teardown_method1,
|
62
|
+
:custom_teardown_method0,
|
63
|
+
:teardown],
|
64
|
+
[])
|
65
|
+
assert_inherited_teardown([:custom_teardown_method3,
|
66
|
+
:custom_teardown_method1,
|
67
|
+
:custom_teardown_method0,
|
68
|
+
:teardown],
|
69
|
+
test_case)
|
70
|
+
assert_inherited_teardown([:teardown], nil)
|
71
|
+
end
|
72
|
+
|
73
|
+
def test_teardown_with_before_option
|
74
|
+
test_case = assert_teardown([:custom_teardown_method3,
|
75
|
+
:custom_teardown_method0,
|
76
|
+
:custom_teardown_method1,
|
77
|
+
:teardown],
|
78
|
+
[[{:before => :append}],
|
79
|
+
[{:before => :append}],
|
80
|
+
[{:before => :prepend}],
|
81
|
+
[{:before => :prepend}]])
|
82
|
+
assert_inherited_teardown([:custom_teardown_method3,
|
83
|
+
:custom_teardown_method0,
|
84
|
+
:custom_teardown_method1,
|
85
|
+
:teardown],
|
86
|
+
test_case)
|
87
|
+
assert_inherited_teardown([:teardown], nil)
|
88
|
+
end
|
89
|
+
|
90
|
+
def test_teardown_with_after_option
|
91
|
+
test_case = assert_teardown([:teardown,
|
92
|
+
:custom_teardown_method3,
|
93
|
+
:custom_teardown_method0,
|
94
|
+
:custom_teardown_method1],
|
95
|
+
[[{:after => :append}],
|
96
|
+
[{:after => :append}],
|
97
|
+
[{:after => :prepend}],
|
98
|
+
[{:after => :prepend}]])
|
99
|
+
assert_inherited_teardown([:teardown,
|
100
|
+
:custom_teardown_method3,
|
101
|
+
:custom_teardown_method0,
|
102
|
+
:custom_teardown_method1],
|
103
|
+
test_case)
|
104
|
+
assert_inherited_teardown([:teardown], nil)
|
105
|
+
end
|
106
|
+
|
107
|
+
def test_teardown_with_invalid_option
|
108
|
+
assert_invalid_teardown_option(:unknown => true)
|
109
|
+
assert_invalid_teardown_option(:before => :unknown)
|
110
|
+
assert_invalid_teardown_option(:after => :unknown)
|
111
|
+
end
|
112
|
+
|
113
|
+
private
|
114
|
+
def assert_setup_customizable(expected, parent, options)
|
115
|
+
called = []
|
116
|
+
test_case = Class.new(parent || Test::Unit::TestCase) do
|
117
|
+
yield(self, :before) if block_given?
|
118
|
+
|
119
|
+
@@called = called
|
120
|
+
def setup
|
121
|
+
@@called << :setup
|
122
|
+
end
|
123
|
+
|
124
|
+
setup(*(options[0] || [])) if options
|
125
|
+
def custom_setup_method0
|
126
|
+
@@called << :custom_setup_method0
|
127
|
+
end
|
128
|
+
|
129
|
+
def custom_setup_method1
|
130
|
+
@@called << :custom_setup_method1
|
131
|
+
end
|
132
|
+
setup(*[:custom_setup_method1, *(options[1] || [])]) if options
|
133
|
+
|
134
|
+
setup(*(options[2] || [])) if options
|
135
|
+
def custom_setup_method2
|
136
|
+
@@called << :custom_setup_method2
|
137
|
+
end
|
138
|
+
unregister_setup(:custom_setup_method2) if options
|
139
|
+
|
140
|
+
setup(*(options[3] || [])) if options
|
141
|
+
def custom_setup_method3
|
142
|
+
@@called << :custom_setup_method3
|
143
|
+
end
|
144
|
+
|
145
|
+
def test_nothing
|
146
|
+
end
|
147
|
+
|
148
|
+
yield(self, :after) if block_given?
|
149
|
+
end
|
150
|
+
|
151
|
+
test_case.new("test_nothing").run(Test::Unit::TestResult.new) {}
|
152
|
+
assert_equal(expected, called)
|
153
|
+
test_case
|
154
|
+
end
|
155
|
+
|
156
|
+
def assert_setup(expected, options)
|
157
|
+
_test_case = assert_setup_customizable(expected, nil, options)
|
158
|
+
assert_setup_customizable(expected, nil, options) do |test_case, tag|
|
159
|
+
test_case.send(:include, EmptyModule) if tag == :before
|
160
|
+
end
|
161
|
+
_test_case
|
162
|
+
end
|
163
|
+
|
164
|
+
def assert_inherited_setup(expected, parent)
|
165
|
+
_test_case = assert_setup_customizable(expected, parent, nil)
|
166
|
+
assert_setup_customizable(expected, parent, nil) do |test_case, tag|
|
167
|
+
test_case.send(:include, EmptyModule) if tag == :before
|
168
|
+
end
|
169
|
+
_test_case
|
170
|
+
end
|
171
|
+
|
172
|
+
def assert_teardown_customizable(expected, parent, options)
|
173
|
+
called = []
|
174
|
+
test_case = Class.new(parent || Test::Unit::TestCase) do
|
175
|
+
yield(self, :before) if block_given?
|
176
|
+
|
177
|
+
@@called = called
|
178
|
+
def teardown
|
179
|
+
@@called << :teardown
|
180
|
+
end
|
181
|
+
|
182
|
+
teardown(*(options[0] || [])) if options
|
183
|
+
def custom_teardown_method0
|
184
|
+
@@called << :custom_teardown_method0
|
185
|
+
end
|
186
|
+
|
187
|
+
def custom_teardown_method1
|
188
|
+
@@called << :custom_teardown_method1
|
189
|
+
end
|
190
|
+
teardown(*[:custom_teardown_method1, *(options[1] || [])]) if options
|
191
|
+
|
192
|
+
teardown(*(options[2] || [])) if options
|
193
|
+
def custom_teardown_method2
|
194
|
+
@@called << :custom_teardown_method2
|
195
|
+
end
|
196
|
+
unregister_teardown(:custom_teardown_method2) if options
|
197
|
+
|
198
|
+
teardown(*(options[3] || [])) if options
|
199
|
+
def custom_teardown_method3
|
200
|
+
@@called << :custom_teardown_method3
|
201
|
+
end
|
202
|
+
|
203
|
+
def test_nothing
|
204
|
+
end
|
205
|
+
|
206
|
+
yield(self, :after) if block_given?
|
207
|
+
end
|
208
|
+
|
209
|
+
test_case.new("test_nothing").run(Test::Unit::TestResult.new) {}
|
210
|
+
assert_equal(expected, called)
|
211
|
+
test_case
|
212
|
+
end
|
213
|
+
|
214
|
+
def assert_teardown(expected, options)
|
215
|
+
assert_teardown_customizable(expected, nil, options)
|
216
|
+
assert_teardown_customizable(expected, nil, options) do |test_case, tag|
|
217
|
+
test_case.send(:include, EmptyModule) if tag == :before
|
218
|
+
end
|
219
|
+
end
|
220
|
+
|
221
|
+
def assert_inherited_teardown(expected, parent)
|
222
|
+
assert_teardown_customizable(expected, parent, nil)
|
223
|
+
assert_teardown_customizable(expected, parent, nil) do |test_case, tag|
|
224
|
+
test_case.send(:include, EmptyModule) if tag == :before
|
225
|
+
end
|
226
|
+
end
|
227
|
+
|
228
|
+
def assert_invalid_option(fixture_type, option)
|
229
|
+
exception = assert_raise(ArgumentError) do
|
230
|
+
Class.new(Test::Unit::TestCase) do
|
231
|
+
def test_nothing
|
232
|
+
end
|
233
|
+
|
234
|
+
send(fixture_type, option)
|
235
|
+
def fixture
|
236
|
+
end
|
237
|
+
end
|
238
|
+
end
|
239
|
+
assert_equal("must be {:before => :prepend}, {:before => :append}, " +
|
240
|
+
"{:after => :prepend} or {:after => :append}" +
|
241
|
+
": #{option.inspect}",
|
242
|
+
exception.message)
|
243
|
+
end
|
244
|
+
|
245
|
+
def assert_invalid_setup_option(option)
|
246
|
+
assert_invalid_option(:setup, option)
|
247
|
+
end
|
248
|
+
|
249
|
+
def assert_invalid_teardown_option(option)
|
250
|
+
assert_invalid_option(:teardown, option)
|
251
|
+
end
|
252
|
+
end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
require 'test/unit'
|
2
|
+
require 'testunit_test_util'
|
3
|
+
|
4
|
+
class TestNotification < Test::Unit::TestCase
|
5
|
+
include TestUnitTestUtil
|
6
|
+
|
7
|
+
class TestCase < Test::Unit::TestCase
|
8
|
+
class << self
|
9
|
+
def suite
|
10
|
+
Test::Unit::TestSuite.new(name)
|
11
|
+
end
|
12
|
+
end
|
13
|
+
|
14
|
+
def test_notify
|
15
|
+
notify("1st notify")
|
16
|
+
notify("2nd notify. Reach here.")
|
17
|
+
end
|
18
|
+
end
|
19
|
+
|
20
|
+
def test_notify
|
21
|
+
result = _run_test("test_notify")
|
22
|
+
assert_equal("1 tests, 0 assertions, 0 failures, 0 errors, 0 pendings, " \
|
23
|
+
"0 omissions, 2 notifications",
|
24
|
+
result.to_s)
|
25
|
+
assert_fault_messages(["1st notify", "2nd notify. Reach here."],
|
26
|
+
result.notifications)
|
27
|
+
end
|
28
|
+
|
29
|
+
private
|
30
|
+
def _run_test(name)
|
31
|
+
super(TestCase, name)
|
32
|
+
end
|
33
|
+
end
|
@@ -0,0 +1,81 @@
|
|
1
|
+
require 'test/unit'
|
2
|
+
require 'testunit_test_util'
|
3
|
+
|
4
|
+
class TestUnitOmission < Test::Unit::TestCase
|
5
|
+
include TestUnitTestUtil
|
6
|
+
|
7
|
+
class TestCase < Test::Unit::TestCase
|
8
|
+
class << self
|
9
|
+
def suite
|
10
|
+
Test::Unit::TestSuite.new(name)
|
11
|
+
end
|
12
|
+
end
|
13
|
+
|
14
|
+
def test_omit
|
15
|
+
omit("1st omit")
|
16
|
+
omit("2nd omit. Should not be reached here.")
|
17
|
+
assert(true, "Should not be reached here too.")
|
18
|
+
end
|
19
|
+
|
20
|
+
def test_omit_with_condition
|
21
|
+
omit_if(false, "Never omit.")
|
22
|
+
omit_unless(true, "Never omit too.")
|
23
|
+
omit_if(true, "Should omit.")
|
24
|
+
omit("The last omit. Should not be reached here.")
|
25
|
+
end
|
26
|
+
|
27
|
+
def test_omit_with_block
|
28
|
+
omit("Omit block") do
|
29
|
+
flunk("Should not be reached here.")
|
30
|
+
end
|
31
|
+
assert(true, "Should be reached here.")
|
32
|
+
end
|
33
|
+
|
34
|
+
def test_omit_with_block_and_condition
|
35
|
+
omit_if(false, "Never omit.") do
|
36
|
+
assert(true, "Should be reached here.")
|
37
|
+
end
|
38
|
+
omit_if(true, "Should omit.") do
|
39
|
+
flunk("Never reached here.")
|
40
|
+
end
|
41
|
+
assert(true, "Should be reached here too.")
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
def test_omit
|
46
|
+
result = _run_test("test_omit")
|
47
|
+
assert_equal("1 tests, 0 assertions, 0 failures, 0 errors, 0 pendings, " \
|
48
|
+
"1 omissions, 0 notifications",
|
49
|
+
result.to_s)
|
50
|
+
assert_fault_messages(["1st omit"], result.omissions)
|
51
|
+
end
|
52
|
+
|
53
|
+
def test_omit_with_condition
|
54
|
+
result = _run_test("test_omit_with_condition")
|
55
|
+
assert_equal("1 tests, 0 assertions, 0 failures, 0 errors, 0 pendings, " \
|
56
|
+
"1 omissions, 0 notifications",
|
57
|
+
result.to_s)
|
58
|
+
assert_fault_messages(["Should omit."], result.omissions)
|
59
|
+
end
|
60
|
+
|
61
|
+
def test_omit_with_block
|
62
|
+
result = _run_test("test_omit_with_block")
|
63
|
+
assert_equal("1 tests, 1 assertions, 0 failures, 0 errors, 0 pendings, " \
|
64
|
+
"1 omissions, 0 notifications",
|
65
|
+
result.to_s)
|
66
|
+
assert_fault_messages(["Omit block"], result.omissions)
|
67
|
+
end
|
68
|
+
|
69
|
+
def test_omit_with_condition_and_block
|
70
|
+
result = _run_test("test_omit_with_block_and_condition")
|
71
|
+
assert_equal("1 tests, 1 assertions, 0 failures, 0 errors, 0 pendings, " \
|
72
|
+
"1 omissions, 0 notifications",
|
73
|
+
result.to_s)
|
74
|
+
assert_fault_messages(["Should omit."], result.omissions)
|
75
|
+
end
|
76
|
+
|
77
|
+
private
|
78
|
+
def _run_test(name)
|
79
|
+
super(TestCase, name)
|
80
|
+
end
|
81
|
+
end
|