GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
dub_jkp
Download ZIP
3237 commits
Transfer to URL with SHA
tree:
e55ac919cd
Branches
Tags
×
master
dub_jkp
/
test
/
latest commit
96d2536620
Bastiaan Veelo
authored
on 31 May 2022
Jan Jurzitza
committed
on 13 Jun 2022
..
1-dynLib-simple
Adding known test case for #2258
2 years ago
1-exec-simple
Added unittest for basic usage cases.
10 years ago
1-exec-simple-package-json
Add test case for packages with package.json. See #639.
9 years ago
1-sourceLib-simple
Fix test package name.
9 years ago
1-staticLib-simple
exit with non-zero status code if run is skipped
9 years ago
2-dynLib-dep
Removes dynamicLibrary being built as staticLibrary for targets other than OMF
3 years ago
2-dynLib-with-staticLib-dep
test dynamic libs with inherited pic
8 years ago
2-sourceLib-dep
Added unittest for basic usage cases.
10 years ago
2-staticLib-dep
Added unittest for basic usage cases.
10 years ago
3-copyFiles
Testsuite: Add no-test to copyFiles test
4 years ago
5-convert
Add some missing fields to the SDL<->JSON conversion test.
9 years ago
cache-generated-test-config
cache the generated test main file: dub_test_root.d
4 years ago
common
Add common package
4 years ago
cov-ctfe
Don’t call writeln in generated code when measuring coverage and indent generated code
2 years ago
custom-source-main-bug487
fix Issue #487 - Cannot read file sourcemain.d
10 years ago
custom-unittest
Ensure all files end with a newline
10 years ago
ddox
allow to specify ddox tool
9 years ago
depen-build-settings
Fix build setting inheritance
3 years ago
describe-dependency-1
test cases for version filters
6 years ago
describe-dependency-2
Remove all trailing whitespace
8 years ago
describe-dependency-3
Remove all trailing whitespace
8 years ago
describe-project
test cases for version filters
6 years ago
dustmite-no-redirect-test
Fix issue 1917 - Add dub dustmite --no-redirect
4 years ago
environment-variables
Add environment variables to BuildSettings (#2121)
3 years ago
filesystem-version-with-buildinfo
fix: parse version from filesystem supplier correctly
3 years ago
git-dependency
Support dependencies as git url with exact commit (#1798)
4 years ago
ignore-hidden-1
ignore hidden files during build
10 years ago
ignore-hidden-2
ignore hidden files during build
10 years ago
injected-from-dependency
Ugh test needed .no_test not changing from being a main function
2 years ago
issue1003-check-empty-ld-flags
fix #1003 - Check empty ldflags
5 years ago
issue1004-override-config
Add test for --override-config.
8 years ago
issue1005-configuration-resolution
Add test for #1005.
8 years ago
issue1024-selective-upgrade
Add test for selective upgrades.
8 years ago
issue1037-better-dependency-messages
Fix #1037
7 years ago
issue1053-extra-files-visuald
Include copyFiles and extraDependencyFiles in visuald projects. Resolves #1053.
4 years ago
issue1070-init-mistakes-dirs-as-files
Fix #1070
6 years ago
issue1117-extra-dependency-files
extraDependencyFiles attribute added
6 years ago
issue1136-temp-copy-files
Fix temp copy files
6 years ago
issue1158-stdin-for-single-files
issue1158-stdin-for-single-files
6 years ago
issue1180-local-cache-broken
Fix local cache
6 years ago
issue1194-warn-wrong-subconfig
Add test.
7 years ago
issue1262-version-inheritance
rewrite generator targets configuration
7 years ago
issue1262-version-inheritance-diamond
rewrite generator targets configuration
7 years ago
issue1277
Fix issue 1277: Missing dub.json causes infinite loop
5 years ago
issue130-unicode-СНАЯАСТЕЯЅ
Add test for Unicode characters in paths (#130).
8 years ago
issue1336-registry
Update registry URL + test payload
6 years ago
issue1350-transitive-none-deps
fix #1350 - transitive dependencies (none targets) only included once
7 years ago
issue1372-ignore-files-in-hidden-dirs
Allow hidden paths that are specifically referenced from the dub recipe
5 years ago
issue1396-pre-post-run-commands
Pre/post run commands added
6 years ago
issue1401-file-system-pkg-supplier
Filesystem package supplier updated
6 years ago
issue1408-inherit-linker-files
fixup test.
7 years ago
issue1416-maven-repo-pkg-supplier
Maven repository package supplier added
7 years ago
issue1427-betterC
Add betterC build option
6 years ago
issue1447-build-settings-vars
Support more vars in build settings
6 years ago
issue1474
Rebuild buildSettings after preGenerateCommand
4 years ago
issue1477-subpackage-visuald-paths
Generate paths relative to visuald project files (#2150)
3 years ago
issue1504-envvar-in-path
Fix Issue #1504
6 years ago
issue1524-maven-upgrade-dependency-tree
Maven upgrade dependency tree
6 years ago
issue1551-var-escaping
Fix 1551: Escaping a variable ($$) is ignored
6 years ago
issue1556-fetch-and-build-pkgs
fix #1556: dub --cache=local fetch + build
5 years ago
issue1567-fetch-sub-package
Support fetch sub-package
5 years ago
issue1651-custom-dub-init-type
Support of init-exec sub package
6 years ago
issue1691-build-subpkg
fix #1691 - dub build :sub-pkg broken
5 years ago
issue1773-lint
Command dub lint added
5 years ago
issue1775
Fix issue #1775: preBuildCommand does not take root into account
5 years ago
issue1788-incomplete-string-import-override
Add test for #1788.
5 years ago
issue1867-lowmem
Add lowmem for settings
4 years ago
issue2012-dc-env
Use DC env variable as the default compiler
4 years ago
issue2046-ignored-optional-with-path
Fix #2046 - Dependencies specified with a path ignore optional settings
4 years ago
issue2085-target-none-visuald
Test issue #2085.
4 years ago
issue2086-copyfiles-subpackage-targetpath
Fix issue #2086: Copy files of sub packages to the target path.
4 years ago
issue2192-environment-variables
move command variable substitution to execution
3 years ago
issue2234-copy-read-only-files
Test issue #2234.
3 years ago
issue2258-dynLib-exe-dep
Adding known test case for #2258
2 years ago
issue346-redundant-flags
Rename and fix test.
9 years ago
issue361-optional-deps
Add test for #361.
9 years ago
issue502-root-import
Add test for issue 502
9 years ago
issue564-invalid-upgrade-dependency
Normalize line endings & UTF8 BOMs
5 years ago
issue586-subpack-dep
Change test main module name.
9 years ago
issue613-dynlib-pic
Remove all trailing whitespace
8 years ago
issue616-describe-vs-generate-commands
Add support for DragonFlyBSD
7 years ago
issue616-subpack
rewrite generator targets configuration
7 years ago
issue616-subsubpack
rewrite generator targets configuration
7 years ago
issue672-upgrade-optional
Up the dub optional dependency to workaround code.dlang.org limitations.
4 years ago
issue686-multiple-march
Add test for #686.
9 years ago
issue754-path-selection-fail
Add missing file.
9 years ago
issue777-bogus-path-dependency
Fix absolute paths in test case.
9 years ago
issue782-gtkd-pkg-config
spelling fixes
7 years ago
issue813-fixed-dependency
Remove all trailing whitespace
8 years ago
issue813-pure-sub-dependency
Remove all trailing whitespace
8 years ago
issue838-custom-cache-paths
Add a "customCachePaths" configuration field. Fixes #838.
6 years ago
issue923-subpackage-deps
Avoid the usual build/run/test executions.
8 years ago
issue934-path-dep
Add test for #934.
8 years ago
issue959-path-based-subpack-dep
Add test for #959.
8 years ago
issue97-targettype-none
Add target type "none" tests
7 years ago
issue97-targettype-none-nodeps
Add target type "none" tests
7 years ago
issue97-targettype-none-onerecipe
Add target type "none" tests
7 years ago
issue990-download-optional-selected
Add test for #990.
8 years ago
mutex-main-1
Mutually exclude mainSourceFile of different configurations
4 years ago
mutex-main-2
Mutually exclude mainSourceFile of different configurations
4 years ago
mutex-main-3
Mutually exclude mainSourceFile of different configurations
4 years ago
path-subpackage-ref
Ensure all files end with a newline
10 years ago
pr1549-dub-exe-var
implement $DUB build variable
6 years ago
removed-dub-obj
Improved ldc cross compile:
4 years ago
sdl-package-simple
Add simple SDL based test project.
9 years ago
subpackage-common-with-sourcefile-globbing
add .no_build to subpackage-common-with-sourcefile-globbing
8 years ago
subpackage-ref
Ensure all files end with a newline
10 years ago
unittest-cov-ctfe
Don’t call writeln in generated code when measuring coverage and indent generated code
2 years ago
version-filters
test cases for version filters
6 years ago
version-filters-diamond
test cases for version filters
6 years ago
version-filters-none
test cases for version filters
6 years ago
version-filters-source-dep
test cases for version filters
6 years ago
version-spec
added version spec ability for remove and fetch commands, deprecate --version argument for those
4 years ago
.gitignore
Add common package
4 years ago
0-init-fail-json.script.d
Convert one bash script test to D script
4 years ago
0-init-fail.sh
replace all usages of `exit`
7 years ago
0-init-interactive.dub.sdl
Add test for interactive init.
9 years ago
0-init-interactive.sh
replace all usages of `exit`
7 years ago
0-init-multi-json.sh
replace all usages of `exit`
7 years ago
0-init-multi.sh
replace all usages of `exit`
7 years ago
0-init-simple-json.sh
replace all usages of `exit`
7 years ago
0-init-simple.sh
replace all usages of `exit`
7 years ago
4-describe-data-1-list.sh
test cases for version filters
6 years ago
4-describe-data-2-dmd.sh
Testsuite: Fix calls to die to always include line numbers
4 years ago
4-describe-data-3-zero-delim.sh
Testsuite: Fix calls to die to always include line numbers
4 years ago
4-describe-import-paths.sh
Testsuite: Fix calls to die to always include line numbers
4 years ago
4-describe-json.sh
Testsuite: Fix calls to die to always include line numbers
4 years ago
4-describe-string-import-paths.sh
Testsuite: Fix calls to die to always include line numbers
4 years ago
5-convert-stdout.sh
replace all usages of `exit`
7 years ago
5-convert.sh
replace all usages of `exit`
7 years ago
cache-generated-test-config.sh
fixed a bug with DFLAGS environment variable and cached generated unittest
4 years ago
common.sh
testsuite: Replace GNU-specific -f option with a custom implementation
4 years ago
cov-ctfe.sh
Don’t call writeln in generated code when measuring coverage and indent generated code
2 years ago
dc-env.sh
Use DC env variable as the default compiler
4 years ago
ddox.sh
run dub with other compilers for test coverage
7 years ago
ddox.sh.min_frontend
bump min frontend for ddox to 2.072
7 years ago
dustmite-no-redirect.sh
Testsuite: Fix calls to die to always include line numbers
4 years ago
environment-variables.script.d
Add environment variables to BuildSettings (#2121)
3 years ago
expected-issue1037-output
Adjust test for the changed error messages
6 years ago
feat663-search.sh
workaround dlang/dub-registry#341 by using more specific search term
6 years ago
fetchzip.sh
Testsuite: Replace --version=x.y.z with package@x.y.z
4 years ago
fetchzip.sh.min_frontend
Update test/*.min_frontend for several vibe.d tests to 2.077
4 years ago
filesystem-version-with-buildinfo.sh
fix: parse version from filesystem supplier correctly
3 years ago
help.sh
Testsuite: Fix calls to die to always include line numbers
4 years ago
interactive-remove.sh
Testsuite: Replace --version=x.y.z with package@x.y.z
4 years ago
issue1003-check-empty-ld-flags.sh
fix #1003 - Check empty ldflags
5 years ago
issue1004-override-config.sh
replace all usages of `exit`
7 years ago
issue1005-configuration-resolution.sh
replace all usages of `exit`
7 years ago
issue1024-selective-upgrade.sh
replace all usages of `exit`
7 years ago
issue103-single-file-package-json.d
Adjust tests for the new single-file build behavior.
8 years ago
issue103-single-file-package-no-ext
Shebang without .d extension
6 years ago
issue103-single-file-package-w-dep.d
Adjust tests for the new single-file build behavior.
8 years ago
issue103-single-file-package.d
Adjust tests for the new single-file build behavior.
8 years ago
issue103-single-file-package.sh
Fix unnecessary rebuild of single file package
5 years ago
issue1037-better-dependency-messages.sh
Testsuite: Fix calls to die to always include line numbers
4 years ago
issue1040-run-with-ver.sh
Fix #1040 - dub run <package>@x.y.z ignores the specified version
4 years ago
issue1053-extra-files-visuald.sh
Actually copy copyFiles when building in Visual Studio. (#2105)
4 years ago
issue1070-init-mistakes-dirs-as-files.sh
Fix #1070
6 years ago
issue1091-bogus-rebuild.sh
testsuite: Make test for issue1091 re-runnable
4 years ago
issue1117-extra-dependency-files.sh
testsuite: Make issue1117 test re-runnable
4 years ago
issue1136-temp-copy-files.sh
Fix temp copy files
6 years ago
issue1158-stdin-for-single-files.sh
issue1158-stdin-for-single-files
6 years ago
issue1180-local-cache-broken.sh
Testsuite: Replace --version=x.y.z with package@x.y.z
4 years ago
issue1180-local-cache-broken.sh.min_frontend
Update test/*.min_frontend for several vibe.d tests to 2.077
4 years ago
issue1194-warn-wrong-subconfig.sh
Add test.
7 years ago
issue1277.sh
Fix issue 1277: Missing dub.json causes infinite loop
5 years ago
issue1372-ignore-files-in-hidden-dirs.sh
Testsuite: Fix calls to die to always include line numbers
4 years ago
issue1396-pre-post-run-commands.sh
Pre/post run commands added
6 years ago
issue1401-filesystem-supplier.sh
Testsuite: Replace --version=x.y.z with package@x.y.z
4 years ago
issue1416-maven-repo-pkg-supplier.sh
Testsuite: Replace --version=x.y.z with package@x.y.z
4 years ago
issue1416-maven-repo-pkg-supplier.sh.min_frontend
Update test/*.min_frontend for several vibe.d tests to 2.077
4 years ago
issue1447-build-settings-vars.sh
Testsuite: Fix calls to die to always include line numbers
4 years ago
issue1477-subpackage-visuald-paths.sh
Generate paths relative to visuald project files (#2150)
3 years ago
issue1504-envvar-in-path.sh
Fix Issue #1504
6 years ago
issue1505-single-file-package-dynamic-library.d
Fix single file package dynamic library
4 years ago
issue1505-single-file-package-dynamic-library.sh
Fix single file package dynamic library
4 years ago
issue1524-maven-upgrade-dependency-tree.sh
Testsuite: Replace --version=x.y.z with package@x.y.z
4 years ago
issue1524-maven-upgrade-dependency-tree.sh.min_frontend
Update test/*.min_frontend for several vibe.d tests to 2.077
4 years ago
issue1531-toolchain-requirements.sh
Improve output of toolchain requirements test, workaround heisenbug
4 years ago
issue1556-fetch-and-build.sh
Make 'dub remove' remove all packages by default in non-interactive mode
4 years ago
issue1567-fetch-sub-package.sh
Testsuite: Replace --version=x.y.z with package@x.y.z
4 years ago
issue1574-addcommand.sh
Use a value < ushort.max for tests using the test_registry
4 years ago
issue1574-addcommand.sh.min_frontend
Update test/*.min_frontend for several vibe.d tests to 2.077
4 years ago
issue1645-dflags-build.sh
fix Issue 1645: the DFLAGS env variable is not handled when --build is passed
6 years ago
issue1651-custom-dub-init-type.sh
Make 'dub remove' remove all packages by default in non-interactive mode
4 years ago
issue1691-build-subpkg.sh
fix #1691 - dub build :sub-pkg broken
5 years ago
issue1739-project-settings-file.sh
Project settings file
5 years ago
issue1773-lint.sh
Lint: Add --report-file argument
4 years ago
issue1856-build-unittest.sh
Support special test runner configuration for `dub describe` as well
3 years ago
issue1867-lowmem.sh
Add lowmem for settings
4 years ago
issue2051_running_unittests_from_dub_single_file_packages_fails.d
Fix issue 2051 failing CI
3 years ago
issue2085-target-none-visuald.sh
Test issue #2085.
4 years ago
issue2086-copyfiles-subpackage-targetpath.sh
Fix issue #2086: Copy files of sub packages to the target path.
4 years ago
issue2192-environment-variables.sh
substitute commands in dub describe output
3 years ago
issue2234-copy-read-only-files.script.d
Fix #2234, make copies writable.
2 years ago
issue346-redundant-flags.sh
replace all usages of `exit`
7 years ago
issue361-optional-deps.sh
replace all usages of `exit`
7 years ago
issue564-invalid-upgrade-dependency.sh
replace all usages of `exit`
7 years ago
issue586-subpack-dep.sh
replace all usages of `exit`
7 years ago
issue613-dynlib-pic.sh
replace all usages of `exit`
7 years ago
issue616-describe-vs-generate-commands.sh
Testsuite: Fix calls to die to always include line numbers
4 years ago
issue672-upgrade-optional.sh
Up the dub optional dependency to workaround code.dlang.org limitations.
4 years ago
issue674-concurrent-dub.sh
Fix local cache
6 years ago
issue686-multiple-march.sh
replace all usages of `exit`
7 years ago
issue782-gtkd-pkg-config.sh
testsuite: Skip gtkd test on non-Linux platform
4 years ago
issue782-gtkd-pkg-config.sh.min_frontend
Add test case for issue #782
9 years ago
issue813-fixed-dependency.sh
replace all usages of `exit`
7 years ago
issue813-pure-sub-dependency.sh
replace all usages of `exit`
7 years ago
issue820-extra-fields-after-convert.sh
replace all usages of `exit`
7 years ago
issue838-custom-cache-paths.sh
Add a "customCachePaths" configuration field. Fixes #838.
6 years ago
issue877-auto-fetch-package-on-run.sh
testsuite: Use '|| true' when pipefail is involved
4 years ago
issue884-init-defer-file-creation.sh
Fix random stall of issue884 test (https://github.com/dlang/dub/pull/1354)
7 years ago
issue895-local-configuration.sh
Use DC env variable as the default compiler
4 years ago
issue923-subpackage-deps.sh
replace all usages of `exit`
7 years ago
issue934-path-dep.sh
replace all usages of `exit`
7 years ago
issue97-targettype-none.sh
Add target type "none" tests
7 years ago
issue990-download-optional-selected.sh
Make 'dub remove' remove all packages by default in non-interactive mode
4 years ago
pr1549-dub-exe-var.sh
Testsuite: Fix calls to die to always include line numbers
4 years ago
removed-dub-obj.sh
Improved ldc cross compile:
4 years ago
run-unittest.d
Fix interactive run-unittest.d
3 years ago
run-unittest.sh
Attempt to replace run-unittest.sh by run-unittest.d. Inception
4 years ago
single-file-sdl-default-name.d
USe a default package name for single file packages in case none is
8 years ago
single-file-sdl-default-name.sh
Add support for DragonFlyBSD
7 years ago
subpackage-common-with-sourcefile-globbing.sh
test sourcefile globbing
8 years ago
test-version-opt.sh
unify flags and error handling
7 years ago
test_registry.d
Update Vibe.d to v0.9.0 in test_registry
4 years ago
timeout.sh
Testsuite: Fix calls to die to always include line numbers
4 years ago
unittest-cov-ctfe.sh
Don’t call writeln in generated code when measuring coverage and indent generated code
2 years ago
version-filters.sh
test cases for version filters
6 years ago
version-spec.sh
Add ability to specify version specification for commandline commands
4 years ago
win32_default.d
Adapt determinePlatform to the new defaults for Win32
3 years ago
win32_default.script.d
Adapt determinePlatform to the new defaults for Win32
3 years ago