aboutsummaryrefslogtreecommitdiff
path: root/src/relooper/test_fuzz1.txt
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-12-28 10:39:44 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-12-28 10:39:44 -0800
commit493eed11c24fc51716a08df7b72d5f0021e6535e (patch)
tree47be247a230d7890e8a37788206e0220c87573c8 /src/relooper/test_fuzz1.txt
parent9e1c9c1577669424a9c7dee86b34f20ad6366c8e (diff)
optimize relooper id counters1.8.0
Diffstat (limited to 'src/relooper/test_fuzz1.txt')
-rw-r--r--src/relooper/test_fuzz1.txt100
1 files changed, 50 insertions, 50 deletions
diff --git a/src/relooper/test_fuzz1.txt b/src/relooper/test_fuzz1.txt
index d887f5b8..ccd38934 100644
--- a/src/relooper/test_fuzz1.txt
+++ b/src/relooper/test_fuzz1.txt
@@ -1,72 +1,72 @@
-print('entry'); var label; var state; var decisions = [4, 1, 7, 2, 6, 6, 8]; var index = 0; function check() { if (index == decisions.length) throw 'HALT'; return decisions[index++] }
-switch (the_var) {
-default: {
-}
-}
-print(5); state = check();
-switch (the_var) {
-default: {
-}
-}
-print(6); state = check();
-switch (the_var) {
-state == 7 {
- print(7); state = check();
+ print('entry'); var label; var state; var decisions = [4, 1, 7, 2, 6, 6, 8]; var index = 0; function check() { if (index == decisions.length) throw 'HALT'; return decisions[index++] }
switch (the_var) {
default: {
- label = 3;
}
}
- break;
-}
-default: {
-}
-}
-L5: while(1) {
- if (label == 3) {
- label = 0;
- print(2); state = check();
+ print(5); state = check();
+ switch (the_var) {
+ default: {
+ }
+ }
+ print(6); state = check();
+ switch (the_var) {
+ state == 7 {
+ print(7); state = check();
switch (the_var) {
default: {
+ label = 3;
}
}
+ break;
}
- print(1); state = check();
- switch (the_var) {
default: {
}
}
- while(1) {
- print(3); state = check();
- switch (the_var) {
- state == 8 {
- break;
+ L5: while(1) {
+ if (label == 3) {
+ label = 0;
+ print(2); state = check();
+ switch (the_var) {
+ default: {
+ }
+ }
}
- default: {
- continue L5;
- }
- }
- print(8); state = check();
+ print(1); state = check();
switch (the_var) {
- state == 4 {
- break;
- }
default: {
- label = 3;
- continue L5;
}
}
- print(4); state = check();
- switch (the_var) {
- state == 3 {
- break;
- }
- default: {
- continue L5;
- }
+ while(1) {
+ print(3); state = check();
+ switch (the_var) {
+ state == 8 {
+ break;
+ }
+ default: {
+ continue L5;
+ }
+ }
+ print(8); state = check();
+ switch (the_var) {
+ state == 4 {
+ break;
+ }
+ default: {
+ label = 3;
+ continue L5;
+ }
+ }
+ print(4); state = check();
+ switch (the_var) {
+ state == 3 {
+ break;
+ }
+ default: {
+ continue L5;
+ }
+ }
}
}
-}