Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Triage MIPS test failures #17440

Closed
whesse opened this issue Mar 12, 2014 · 3 comments
Closed

Triage MIPS test failures #17440

whesse opened this issue Mar 12, 2014 · 3 comments
Labels
area-meta Cross-cutting, high-level issues (for tracking many other implementation issues, ...). area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. os-linux P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@whesse
Copy link
Member

whesse commented Mar 12, 2014

I have updated the test status files with the new MIPS failures (and some new passes) on the new build slaves. There are failures in the co19, vm, and standalone suites.

The failures should be investigated, and individual bugs filed.

The skipping of co19 List tests is due to the fact that they allocate 300 MB of memory, and the buildslaves have 1 GB RAM and no swap space.

@whesse
Copy link
Member Author

whesse commented Aug 4, 2014

New failures on mips hardware are being filed with individual bugs, rather than this bug. Swap has been enabled on the mips machines, so memory usage no longer crashes the build slave, but swapping should be avoided.

@whesse
Copy link
Member Author

whesse commented Feb 27, 2015

Status file lines labeled with this issue:
vm.status:
[ $arch == mips ]
cc/StaticNonNullSumCallCodegen: Crash, Pass # Issue #17440

[ $arch == mips && $mode == debug ]
cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue #17440

tests/co19/co19-runtime.status:
[ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ]
LibTest/isolate/Isolate/spawnUri_A01_t04: Crash, Pass # Issue #17440
LibTest/isolate/Isolate/spawn_A01_t04: Crash, Pass # Issue #17440

tests/standalone/standalone.status
[ $arch == mips ]
io/signals_test: Fail # Issue #17440
io/file_stat_test: Fail # Issue #17440
io/file_read_special_device_test: Fail # Issue #17440

@whesse whesse added area-meta Cross-cutting, high-level issues (for tracking many other implementation issues, ...). Priority-Medium area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. os-linux labels Feb 27, 2015
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed triaged labels Mar 1, 2016
@rmacnak-google
Copy link
Contributor

MIPS is no longer supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-meta Cross-cutting, high-level issues (for tracking many other implementation issues, ...). area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. os-linux P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants