{"id":21483396,"url":"https://github.com/cybershadow/dbugtests","last_synced_at":"2026-02-21T22:07:02.299Z","repository":{"id":20113097,"uuid":"23382869","full_name":"CyberShadow/DBugTests","owner":"CyberShadow","description":"Curated D issue test case database","archived":false,"fork":false,"pushed_at":"2026-02-12T16:54:31.000Z","size":5208,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-13T00:42:38.857Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CyberShadow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-27T08:42:59.000Z","updated_at":"2026-02-12T17:01:39.000Z","dependencies_parsed_at":"2022-07-12T15:17:34.530Z","dependency_job_id":null,"html_url":"https://github.com/CyberShadow/DBugTests","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CyberShadow/DBugTests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberShadow%2FDBugTests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberShadow%2FDBugTests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberShadow%2FDBugTests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberShadow%2FDBugTests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyberShadow","download_url":"https://codeload.github.com/CyberShadow/DBugTests/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberShadow%2FDBugTests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29694870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-23T12:46:50.857Z","updated_at":"2026-02-21T22:07:02.275Z","avatar_url":"https://github.com/CyberShadow.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"Curated D issue test case database\n==================================\n\nThis repository contains curated test cases from the\n[D issue tracker](http://issues.dlang.org/).\nIt contains machine-readable code snippets and test scripts\nnecessary to reproduce the reported bugs.\n\nMotivation\n----------\n\n - Automatically finding open issues that have already been fixed\n - Automatically detecting if a filed bug is actually a regression\n - Aiding assisted regression search and test case minimization\n\nStructure\n---------\n\nEach issue's files reside in a subdirectory (under the `bugs`\ndirectory) named by the issue number.\n\nEach subdirectory can contain the following files:\n\n - `*.d` - test case code.\n - `bisect.ini` - [Digger][2] configuration for regression search.\n - `test.sh` - a test command usable by Digger or [DustMite][3].\n   Should exit with non-zero status if the bug occurs with the DMD\n   instance in `$PATH`, and zero status otherwise.\n   Note that the exit status is reversed for DustMite usage:\n   DustMite expects a zero exit status if the bug is still present.\n - `comments.txt` - the comments from the issue's discussion,\n   including the original issue description. Created by the\n   `populate` program.\n - `attachments/` - subdirectory with any attachments posted on the\n   issue. Created by the `populate` program.\n - `issue.url`, `issue.desktop` - an Internet shortcut file linking to\n   the respective issue. Created for convenience by the `populate`\n   program.\n - `data.json` - machine readable data of the bug. Created by the\n   `populate` program.\n\nThe `populate` program\n----------------------\n\nIn the `populate` directory is a program which attempts to dump the\nD issue repository to your disk, using the [Bugzilla Webservice API][1].\n\nRun this program to populate the `bugs` directory as described above.\n\nOn the first run, it will download the entire Bugzilla database, but\non successive runs it will only download incremental updates of the\nbugs modified since the previous run.\n\nRun `populate` with the `--rebuild` switch to rebuild the generated\nlocal files using the data already previously downloaded.\n\n  [1]: https://www.bugzilla.org/docs/4.4/en/html/api/Bugzilla/WebService.html\n  [2]: https://github.com/CyberShadow/Digger\n  [3]: https://github.com/CyberShadow/DustMite\n\nCurrent goals\n-------------\n\n - Move test commands from existing `bisect.ini` files into `test.sh`\n   files\n - General cleanup of existing files\n - Extract test cases from open bugs with keywords:\n    - ice\n    - rejects-valid\n    - accepts-invalid\n    - wrong-code\n    - link-failure\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybershadow%2Fdbugtests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybershadow%2Fdbugtests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybershadow%2Fdbugtests/lists"}