Skip to content

Instantly share code, notes, and snippets.

@return
return / go1.5-bootstrap-haiku-x86_64
Created September 24, 2018 16:13
Go 1.5 Bootstrapping attempt in Haiku x86_64
~/korli/go/src> uname -ar
Haiku shredder 1 hrev52339 Sep 12 2018 21:48:39 x86_64 x86_64 Haiku
~/korli/go/src> go version
go version go1.4-bootstrap-20170531 haiku/amd64
~/korli/go/src> ./make.bash
##### Building Go bootstrap tool.
cmd/dist
##### Building Go toolchain using /boot/home/go1.4.
bootstrap/internal/obj
@return
return / go1.4.3-haiku-amd64-tests.txt
Created September 23, 2018 21:39
Golang 1.4.3 Haiku amd64 Tests
# Testing packages.
ok cmd/addr2line 5.775s
? cmd/cgo [no test files]
ok cmd/fix 0.063s
ok cmd/go 0.089s
ok cmd/gofmt 0.289s
--- FAIL: TestNM (5.41s)
nm_test.go:35: nm shows wrong address 0x226590 for checkSymbols (0xc1b09cf590)
nm_test.go:41: nm shows wrong address 0x795074 for testData (0xc1b0f3e074)
FAIL
@return
return / llvm-6.0.1-tests-haiku-x86_64-long.txt
Created September 9, 2018 23:59
LLVM 6.0.1 Haiku x86_64 Tests Verbose
[100%] Running the LLVM regression tests
FAIL: LLVM-Unit :: Support/./SupportTests/FileSystemTest.RealPath (2199 of 23301)
******************** TEST 'LLVM-Unit :: Support/./SupportTests/FileSystemTest.RealPath' FAILED ********************
Note: Google Test filter = FileSystemTest.RealPath
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from FileSystemTest
[ RUN ] FileSystemTest.RealPath
/sources/llvm-6.0.1.src/unittests/Support/Path.cpp:557: Failure
fs::real_path(HomeDir, Expected): did not return errc::success.
@return
return / llvm-6.0.1-tests-haiku-x86_64.txt
Created September 9, 2018 23:55
LLVM 6.0.1 Haiku x86_64 Tests Summary
********************
Testing Time: 3028.62s
********************
Failing Tests (15):
LLVM-Unit :: Support/./SupportTests/FileSystemTest.RealPath
LLVM-Unit :: Support/./SupportTests/ThreadPoolTest.PoolDestruction
LLVM :: BugPoint/unsymbolized.ll
LLVM :: ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
LLVM :: ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
LLVM :: ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll
@return
return / atheros-syslog.log
Created July 11, 2018 15:40
Atheros AR928X syslog on Haiku x86_64 Nightly hrev52092
~> cat syslog | grep atheroswifi
KERN: [atheroswifi] (ath_pci) bus_alloc_resource(3, [16], 0x0, 0xffffffffffffffff, 0x1,0x2)
KERN: [atheroswifi] (ath_pci) bus_alloc_resource(1, [0], 0x0, 0xffffffffffffffff, 0x1,0x6)
KERN: [atheroswifi] atheroswifi: /dev/net/atheroswifi/0
KERN: [net/atheroswifi/0] 11b rates: 1MbpsKERN: 2MbpsKERN: 5.5MbpsKERN: 11MbpsKERN:
KERN: [net/atheroswifi/0] 11g rates: KERN: 1MbpsKERN: 2Mbps 5.5MbpsKERN: 11MbpsKERN: 6MbpsKERN: 9MbpsKERN: 12MbpsKERN: 18MbpsKERN: 24MbpsKERN: 36MbpsKERN: 48MbpsKERN: 54MbpsKERN:
KERN: [net/atheroswifi/0] 2T2R
KERN: [net/atheroswifi/0] 11ng MCS 20MHz
KERN: [net/atheroswifi/0] MCS 0-7: 6.5Mbps - 65Mbps
KERN: [net/atheroswifi/0] MCS 8-15: 13Mbps - 130Mbps
@return
return / rust_libloading-haiku-x86_64.txt
Created June 21, 2018 21:22
rust_libloading tests on Haiku (x86_64-unknown-haiku)
~/Desktop/Rust-Dev-Haiku/rust_libloading> uname -ar
Haiku shredder 1 hrev52023 Jun 17 2018 12:45:36 x86_64 x86_64 Haiku
~/Desktop/Rust-Dev-Haiku/rust_libloading> cargo build --release --verbose
Fresh cc v1.0.17
Compiling libloading v0.5.0 (file:///boot/home/Desktop/Rust-Dev-Haiku/rust_libloading)
Running `rustc --crate-name build_script_build build.rs --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=d1b906c988a43567 -C extra-filename=-d1b906c988a43567 --out-dir /boot/home/Desktop/Rust-Dev-Haiku/rust_libloading/target/release/build/libloading-d1b906c988a43567 -L dependency=/boot/home/Desktop/Rust-Dev-Haiku/rust_libloading/target/release/deps --extern cc=/boot/home/Desktop/Rust-Dev-Haiku/rust_libloading/target/release/deps/libcc-209b762a6567b66d.rlib`
Running `/boot/home/Desktop/Rust-Dev-Haiku/rust_libloading/target/release/build/libloading-d1b906c988a43567/build-script-build`
Running `rustc --crate-name libloading src/lib.rs --crate-type lib --emit=dep-info,link -C opt-
@return
return / Makefile
Created April 2, 2018 00:12 — forked from yy/Makefile
A sample makefile for a paper in LaTeX.
TEX = pdflatex -interaction nonstopmode
BIB = bibtex
GS = gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite
COVER = cover
PAPER = paper_main
SUPP = paper_supp
BIBFILE = temp.bib
BUNDLE = paper_bundle.pdf
@return
return / Swift on Haiku - Documentation.md
Last active August 29, 2017 12:31
Swift on Haiku - Documentation

Swift on Haiku - Google Summer of Code Documentation

This gist documents the progress made on porting Swift to Haiku and has detailed instructions on building the toolchain from source.

Also, the sub-projects listed below show the progress of what has been completed so far in the Google Summer of Code (GSoC) period and their current statuses displayed below: (Excludes swift-llvm and swift-clang)

Please note that this is subject to frequent revisions and this information could be outdated.

Current Status

@return
return / x86_64-haiku-swift-tests.xml
Last active July 26, 2017 22:43
Swift 3.1 Haiku detailed tests with fixed linker flag.
<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name='Swift-Unit' tests='239' failures='0'>
<testcase classname='Swift-Unit.Driver/SwiftDriverTests' name='DependencyGraph.BasicLoad' time='0.03'/>
<testcase classname='Swift-Unit.Driver/SwiftDriverTests' name='DependencyGraph.IndependentNodes' time='0.03'/>
<testcase classname='Swift-Unit.Driver/SwiftDriverTests' name='DependencyGraph.IndependentDepKinds' time='0.02'/>
<testcase classname='Swift-Unit.Driver/SwiftDriverTests' name='DependencyGraph.IndependentDepKinds2' time='0.02'/>
<testcase classname='Swift-Unit.Driver/SwiftDriverTests' name='DependencyGraph.IndependentMembers' time='0.02'/>
<testcase classname='Swift-Unit.Driver/SwiftDriverTests' name='DependencyGraph.SimpleDependent' time='0.02'/>
<testcase classname='Swift-Unit.Driver/SwiftDriverTests' name='DependencyGraph.SimpleDependentReverse' time='0.02'/>
@return
return / x86_64-haiku-swift-test-results.xml
Created July 26, 2017 21:20
Swift 3.1 Haiku detailed test results
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name='Swift-Unit' tests='239' failures='0'>
<testcase classname='Swift-Unit.IDE/SwiftIDETests' name='CodeCompletionToken.FindInEmptyFile' time='0.09'/>
<testcase classname='Swift-Unit.IDE/SwiftIDETests' name='CodeCompletionToken.FindNonExistent' time='0.10'/>
<testcase classname='Swift-Unit.IDE/SwiftIDETests' name='CodeCompletionToken.RemovesOtherTokens' time='0.11'/>
<testcase classname='Swift-Unit.IDE/SwiftIDETests' name='CodeCompletionToken.FindBegin' time='0.12'/>
<testcase classname='Swift-Unit.IDE/SwiftIDETests' name='CodeCompletionToken.FindEnd' time='0.11'/>
<testcase classname='Swift-Unit.IDE/SwiftIDETests' name='CodeCompletionToken.FindSingleLine' time='0.12'/>
<testcase classname='Swift-Unit.IDE/SwiftIDETests' name='CodeCompletionToken.FindMultiline' time='0.12'/>