Commit Graph

7802 Commits

Author SHA1 Message Date
Anton Dyudin
42b3fe86c7 Detect +test errors 2018-03-09 14:26:17 -08:00
Anton Dyudin
aa3ddfd53d Detect :test errors 2018-03-09 14:25:43 -08:00
Anton Dyudin
dfcccfdc8a clean up expect's 2018-03-09 14:24:00 -08:00
Anton Dyudin
8b3070b28f finer grained waiting 2018-03-09 14:17:48 -08:00
Ted Blackman
c98598d070
Merge pull request #664 from urbit/webtalk-names
Update webtalk's ship name syllables to post-renaming ones.
2018-03-09 13:45:00 -08:00
Anton Dyudin
4bf1f38a67 factor out ERROR regex 2018-03-09 12:57:52 -08:00
Anton Dyudin
31715d7d36 detect boot error 2018-03-09 12:57:52 -08:00
Anton Dyudin
6e3d42aad6 formatting, looser defn of "error" 2018-03-09 12:57:52 -08:00
Anton Dyudin
b290eaefb1 rewrite test.ls in terms of runner.ls:Urbit
no error handling implemented yet
2018-03-09 12:57:52 -08:00
Fang
bb144bbeea
Update webtalk's ship name syllables to post-renaming ones. 2018-03-09 21:46:54 +01:00
Anton Dyudin
7c8ddd4b0a set -x 2018-03-08 19:02:03 -08:00
Anton Dyudin
5f2f94eb01 factor out urbit runner, pilling commands 2018-03-08 18:56:58 -08:00
C. Guy Yarvin
c5342caf05 Eliminated line-specific behavior in kelp. 2018-03-08 16:58:29 -08:00
C. Guy Yarvin
a4081b1af9 Switch to %fits for kelp testing. 2018-03-08 16:41:21 -08:00
Anton Dyudin
625f7bc8cb more robust exit code handling 2018-03-07 19:34:45 -08:00
Anton Dyudin
2dc151f021 fix ford stack trace detection 2018-03-07 19:34:09 -08:00
Anton Dyudin
0fe2592b0c test building most .hoon files in CI 2018-03-07 19:26:10 -08:00
Anton Dyudin
8efeaa5efa add ++ignore list of troublesome files 2018-03-07 19:26:09 -08:00
Anton Dyudin
f4b5883e66 clarify preamble paths 2018-03-07 17:45:04 -08:00
Anton Dyudin
3da5f858eb remove historic mark-dashboard code 2018-03-07 17:27:39 -08:00
Anton Dyudin
c875c60f0c move :mark-dashboard to :test 2018-03-07 17:27:39 -08:00
Anton Dyudin
95efbbcafc guard ren/run from looping 2018-03-07 17:27:39 -08:00
Anton Dyudin
5715956caa sort alphabetically earlier 2018-03-07 17:27:39 -08:00
Anton Dyudin
dbe8598720 full tree traverse in "mark" dashboard 2018-03-07 17:27:39 -08:00
Anton Dyudin
bcfab5fbb0 fix #660: run +test in CI 2018-03-07 16:49:33 -08:00
Anton Dyudin
cc0abb7b93 restructure test script to be flatter
/ more like build-pill
2018-03-07 16:38:42 -08:00
Anton Dyudin
0a5a1de791 deterministic, immediate-printing tests 2018-03-07 15:46:27 -08:00
Fang
09303422ef
Rename keccak test helper to not get tested itself
As per #659.
2018-03-07 23:38:01 +01:00
Fang
78ce01c6b7
Merge pull request #659 from urbit/just-tests
Make +test only run arms starting with ++test-
2018-03-07 23:37:50 +01:00
Fang
85b70d2555
Run ++check- arms in addition to ++test- ones during tests. 2018-03-07 23:26:34 +01:00
Fang
b1bed4e52f
Merge pull request #651 from Fang-/keccak-hashing
Add keccak hashing family into zuse
2018-03-07 22:34:43 +01:00
Fang
744005c79d Helper function for checking known answers for the example inputs.
Also comments.
2018-03-07 22:13:54 +01:00
Fang
efc258744e
Make +test only run arms starting with ++test- 2018-03-07 20:44:28 +01:00
Fang
3d18e261bc Allow last-x subscription ranges to be specified from within talk. 2018-03-07 01:59:58 +01:00
Fang
542e3a33d6 Clean up ++so-first-grams and ++so-in-range using =*. 2018-03-07 01:20:55 +01:00
Fang
1b92e26497 Make talk start out with the last 200 messages of scrollback. 2018-03-07 01:17:53 +01:00
Fang
95e35ce2c9 Add support for targeting the last x messages in a query range.
/circle/inbox/grams/-5/-0 gets the last 5 messages from the inbox, nothing more.
Closes #643.
2018-03-07 01:15:19 +01:00
C. Guy Yarvin
59ebad05a0 Eliminate temporary %cold. 2018-03-06 14:42:05 -08:00
C. Guy Yarvin
930a9c82f6 Remove %iced and $^ ++crib. 2018-03-06 14:28:14 -08:00
Fang
45741339d6 Added tests for keccak:crypto. 2018-03-06 02:07:35 +01:00
Fang
5127de36ce Fix incorrect naming for shake arms. 2018-03-06 01:26:34 +01:00
Keaton Dunsford
9c67754678
Merge pull request #645 from Fang-/moons-ok
Remove outdated warning message about moons
2018-03-05 12:08:45 -08:00
Fang
e2061066f5 Fix bug in lane-to-bytes conversion. 2018-03-05 20:59:21 +01:00
Fang
b9755a1af1 Make padding pass explicit length, too. 2018-03-05 19:02:28 +01:00
Fang
04fa542769 More comments, better naming. 2018-03-05 16:12:32 +01:00
Fang
0220adce7e Keccak interface now takes octs to account for leading zeroes when needed.
Byte ordering is done for you.
2018-03-05 16:02:27 +01:00
C. Guy Yarvin
edee267eae Spores almost iced. 2018-03-04 15:08:12 -08:00
C. Guy Yarvin
33f098d47f Instrumented without logging. 2018-03-03 18:54:15 -08:00
C. Guy Yarvin
67d0bfd089 Ready to test constant-blocking with +spore. 2018-03-02 17:21:52 -08:00
C. Guy Yarvin
5d5672746a Ready to test constant blocking. 2018-03-02 16:58:58 -08:00