Added 2 new sbrktests, one to test a huge sbrk with only touch a few pages (shouldn't crash), and another to make sure pages are getting freed when the breakpoint moves down. Also, added a stacktest that checks that 4M stacks are supported and pages are allocated on-demand.
53 lines
2.0 KiB
Plaintext
53 lines
2.0 KiB
Plaintext
templates:
|
|
#Single tests - everything has the default output
|
|
- name: /testbin/bigfork
|
|
- name: /testbin/ctest
|
|
- name: /testbin/huge
|
|
- name: /testbin/matmult
|
|
- name: /testbin/palin
|
|
- name: /testbin/parallelvm
|
|
- name: /testbin/sbrktest
|
|
- name: /testbin/sort
|
|
- name: /testbin/stacktest
|
|
- name: /testbin/zero
|
|
|
|
#Triples
|
|
- name: /testbin/triplehuge
|
|
output:
|
|
- {text: /testbin/huge, external: true, trusted: true}
|
|
- {text: /testbin/huge, external: true, trusted: true}
|
|
- {text: /testbin/huge, external: true, trusted: true}
|
|
- name: /testbin/triplemat
|
|
output:
|
|
- {text: /testbin/matmult, external: true, trusted: true}
|
|
- {text: /testbin/matmult, external: true, trusted: true}
|
|
- {text: /testbin/matmult, external: true, trusted: true}
|
|
- name: /testbin/triplesort
|
|
output:
|
|
- {text: /testbin/sort, external: true, trusted: true}
|
|
- {text: /testbin/sort, external: true, trusted: true}
|
|
- {text: /testbin/sort, external: true, trusted: true}
|
|
|
|
#Quints
|
|
- name: /testbin/quinthuge
|
|
output:
|
|
- {text: /testbin/huge, external: true, trusted: true}
|
|
- {text: /testbin/huge, external: true, trusted: true}
|
|
- {text: /testbin/huge, external: true, trusted: true}
|
|
- {text: /testbin/huge, external: true, trusted: true}
|
|
- {text: /testbin/huge, external: true, trusted: true}
|
|
- name: /testbin/quintmat
|
|
output:
|
|
- {text: /testbin/matmult, external: true, trusted: true}
|
|
- {text: /testbin/matmult, external: true, trusted: true}
|
|
- {text: /testbin/matmult, external: true, trusted: true}
|
|
- {text: /testbin/matmult, external: true, trusted: true}
|
|
- {text: /testbin/matmult, external: true, trusted: true}
|
|
- name: /testbin/quintsort
|
|
output:
|
|
- {text: /testbin/sort, external: true, trusted: true}
|
|
- {text: /testbin/sort, external: true, trusted: true}
|
|
- {text: /testbin/sort, external: true, trusted: true}
|
|
- {text: /testbin/sort, external: true, trusted: true}
|
|
- {text: /testbin/sort, external: true, trusted: true}
|