After compiling Core on a fresh NetBSD 8.0 install (you can recreate using this Vagrantfile). The fsbridge_fstream test is failing:
0vagrant ssh netbsd8
1...
2
3src/test/test_bitcoin --log_level=all --run_test=fs_tests
4
5Running 1 test case...
6Entering test module "Bitcoin Test Suite"
7test/fs_tests.cpp(10): Entering test suite "fs_tests"
8test/fs_tests.cpp(12): Entering test case "fsbridge_fstream"
9unknown location(0): fatal error: in "fs_tests/fsbridge_fstream": boost::system::system_error: boost::filesystem::path codecvt to string: error
10test/fs_tests.cpp(12): last checkpoint: "fsbridge_fstream" test entry
11test/fs_tests.cpp(12): Leaving test case "fsbridge_fstream"; testing time: 30ms
12test/fs_tests.cpp(10): Leaving test suite "fs_tests"; testing time: 30ms
13Leaving test module "Bitcoin Test Suite"; testing time: 30ms