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

Make zero.t depend on sbrktest.t and typo fixes #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test161/tests/vm/palin.t
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "Taco cat"
description: >
Test page faults by ensuring a known palindrone stored in static
memory is actually a palindrone.
Test page faults by ensuring a known palindrome stored in static
memory is actually a palindrome.
tags: [vm]
depends: [not-dumbvm-vm]
---
Expand Down
2 changes: 1 addition & 1 deletion test161/tests/vm/quinthuge.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "Quint Huge"
description: >
Run five concurent copies of huge.
Run five concurrent copies of huge.
tags: [vm]
depends: [not-dumbvm-vm]
sys161:
Expand Down
2 changes: 1 addition & 1 deletion test161/tests/vm/quintmat.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "Quint Matrix Mult"
description: >
Run five concurent copies of matmult.
Run five concurrent copies of matmult.
tags: [vm]
depends: [not-dumbvm-vm]
sys161:
Expand Down
2 changes: 1 addition & 1 deletion test161/tests/vm/quintsort.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "Quint Sort"
description: >
Run five concurent copies of sort.
Run five concurrent copies of sort.
tags: [vm]
depends: [not-dumbvm-vm]
sys161:
Expand Down
2 changes: 1 addition & 1 deletion test161/tests/vm/swap/quinthuge.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "Quint Huge (Swap)"
description: >
Run five concurent copies of huge.
Run five concurrent copies of huge.
tags: [swap]
depends: [swap-basic, /vm/quinthuge.t, shell]
sys161:
Expand Down
2 changes: 1 addition & 1 deletion test161/tests/vm/swap/quintmat.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "Quint Matrix Mult (Swap)"
description: >
Run five concurent copies of matmult.
Run five concurrent copies of matmult.
tags: [swap]
depends: [swap-basic, /vm/quintmat.t, shell]
sys161:
Expand Down
2 changes: 1 addition & 1 deletion test161/tests/vm/swap/quintsort.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "Quint Sort (Swap)"
description: >
Run five concurent copies of sort.
Run five concurrent copies of sort.
tags: [swap]
depends: [swap-basic, /vm/quintsort.t, shell]
sys161:
Expand Down
2 changes: 1 addition & 1 deletion test161/tests/vm/zero.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Zero Test"
description: >
Tests that static memory regions are properly initialized.
tags: [vm]
depends: [not-dumbvm-vm]
depends: [not-dumbvm-vm, sbrktest.t]
sys161:
ram: 4M
---
Expand Down