{"id":20281811,"url":"https://github.com/psumbera/rust-sparc64-abi-tests","last_synced_at":"2026-05-13T02:07:29.512Z","repository":{"id":69599687,"uuid":"460844323","full_name":"psumbera/rust-sparc64-abi-tests","owner":"psumbera","description":"Several random tests to fix/verify sparc64 rust abi","archived":false,"fork":false,"pushed_at":"2022-02-18T12:42:45.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T07:34:16.010Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/psumbera.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}},"created_at":"2022-02-18T12:27:42.000Z","updated_at":"2022-02-18T12:42:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b5589d6-3e26-423e-b59d-a68a1b349bb3","html_url":"https://github.com/psumbera/rust-sparc64-abi-tests","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psumbera%2Frust-sparc64-abi-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psumbera%2Frust-sparc64-abi-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psumbera%2Frust-sparc64-abi-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psumbera%2Frust-sparc64-abi-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psumbera","download_url":"https://codeload.github.com/psumbera/rust-sparc64-abi-tests/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241774354,"owners_count":20018253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-14T14:07:02.940Z","updated_at":"2026-05-13T02:07:24.494Z","avatar_url":"https://github.com/psumbera.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Tests Rustc to C ABI\n\nPurely done to fix broken Rust SPARC64 ABI.\n\nExample:\n```\n$ RUSTC=/opt/my-test-rust/bin/rustc ./run.sh\nRUNNING TESTS:\ntest01 Box2D_01 { min: Point2D_01 { x: 0.1, y: 1.1 }, max: Point2D_01 { x: 2.2, y: 3.3 } } 7\ntest02 Box2D_02 { min: Point2D_02 { x: 0.1, y: 11 }, max: Point2D_02 { x: 2.2, y: 33 } } 7\ntest03 Box2D_03 { min: Point2D_03 { x: 0.1, y: 11 }, max: Point2D_03b { x: 22, y: 33 } } 7\ntest04 Box2D_04 { min: Point2D_04 { x: 0.1, y: 11, z: 111 } } 7\ntest05 Box2D_05 { min: Point2D_05 { x: Point2D_05b { x: 0.1 }, y: 11, z: 111 } } 7\ntest06 Box2D_06 { min: Point2D_06 { x: Point2D_06b { x: 0.1, y: 11 }, y: 22 } } 7\ntest07 Box2D_07 { min: Point2D_07 { x: 0.1 }, max: Point2D_07 { x: 1.1 } } 7\nfranta Franta { a: 0.1, b: 1.1, c: 2.2, d: 3.3 } 7\nqcms_profile_create_rgb_with_gamma qcms_CIE_xyY { x: 0.1, y: 1.1, Y: 2.2 } qcms_CIE_xyYTRIPLE { red: qcms_CIE_xyY { x: 3.3, y: 4.4, Y: 5.5 }, green: qcms_CIE_xyY { x: 6.6, y: 7.7, Y: 8.8 }, blue: qcms_CIE_xyY { x: 9.0, y: 9.1, Y: 9.2 } } 777.777\ntest10 0.1 7\ntest11 0.1 1.1 7\ntest12 Box2D_12 { x: 0.1, y: 11, z: 22 } 7\ntest13 Box2D_13 { x: 0.1, y: 11 } 7\ntest14 Box2D_14 { x: 1, y: 1.1 } 7\ntest15 Box2D_15 { x: 0.1 } 7\ntest16 Box2D_16 { n: 0.1, min: Point2D_16 { x: 11, y: 22 } } 7\ntest17 Box2D_17 { a: Point2D_17 { x: 0.1 }, b: Point2D_17 { x: 1.1 }, c: Point2D_17 { x: 2.2 }, d: Point2D_17 { x: 3.3 }, e: Point2D_17 { x: 4.4 }, f: Point2D_17 { x: 5.5 } } 7\ntest18 Box2D_18 { a: 0.1, b: 1.1, c: 2.2 } 7\nDONE\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsumbera%2Frust-sparc64-abi-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsumbera%2Frust-sparc64-abi-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsumbera%2Frust-sparc64-abi-tests/lists"}