aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks
ModeNameSize
-rw-r--r--Makefile1349logstatsplainblame
d---------abclock141logstatsplain
d---------aclock146logstatsplain
d---------alltraxclock109logstatsplain
d---------asclock-gtk178logstatsplain
d---------asclock-xlib146logstatsplain
d---------asclock109logstatsplain
d---------astime141logstatsplain
d---------astzclock109logstatsplain
d---------bbdate109logstatsplain
d---------bclock109logstatsplain
d---------bdesktopclock109logstatsplain
d---------bmp-alarm109logstatsplain
d---------buici-clock141logstatsplain
d---------cairo-clock146logstatsplain
d---------dclock178logstatsplain
d---------emiclock178logstatsplain
d---------eyeclock178logstatsplain
d---------gdesklets-clock217logstatsplain
d---------gdesklets-countdown185logstatsplain
d---------gdesklets-ebichuclock185logstatsplain
d---------glclock141logstatsplain
d---------gtubeclock146logstatsplain
d---------kdetoys3146logstatsplain
d---------kdetoys4146logstatsplain
d---------lmclock109logstatsplain
d---------mlclock109logstatsplain
d---------mouseclock178logstatsplain
d---------osdclock141logstatsplain
d---------pclock146logstatsplain
d---------rclock109logstatsplain
d---------sanduhr146logstatsplain
d---------swisswatch178logstatsplain
d---------t3d109logstatsplain
d---------tclock141logstatsplain
d---------tktz146logstatsplain
d---------washerdryer217logstatsplain
d---------wmbday146logstatsplain
d---------wmbinclock109logstatsplain
d---------wmblueclock141logstatsplain
d---------wmcalclock141logstatsplain
d---------wmclock141logstatsplain
d---------wmclockmon178logstatsplain
d---------wmdate178logstatsplain
d---------wmfishtime141logstatsplain
d---------wmfuzzy141logstatsplain
d---------wmitime141logstatsplain
d---------wmtime141logstatsplain
d---------wmtimer178logstatsplain
d---------wmtz141logstatsplain
d---------xalarm178logstatsplain
d---------xdaliclock109logstatsplain
d---------xfce4-timer-plugin146logstatsplain
d---------xmms-alarm109logstatsplain
d---------xtimer109logstatsplain
d---------xtu141logstatsplain
* Add a test case about RETURNDATASIZE returning zero after initializationYoichi Hirai2017-05-241-0/+75 | | | * Fallback on the hex code while lllc implements RETURNDATACOPYYoichi Hirai2017-05-241-0/+1 | | | * The LLL code should be in bracesYoichi Hirai2017-05-241-1/+1 | | | * Rename Filter.json into Filler.jsonYoichi Hirai2017-05-241-0/+0 | | | * Fix LLLYoichi Hirai2017-05-241-1/+1 | | | * Change the code into LLLYoichi Hirai2017-05-241-1/+1 | | | * Renaming a filter file with a suffix Filter.jsonYoichi Hirai2017-05-241-0/+0 | | | * Add a test filter for RETURNDATACOPY initially copying zerosYoichi Hirai2017-05-241-0/+74 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ; hex description ;; store some non-zero word into memory [0..31] 30 ADDRESS 6000 PUSH1 [0] 52 MSTORE ;; RETURNDATACOPY should copy the first word into memory [0..31] 6020 PUSH1 [32] 6000 PUSH1 [0] 6000 PUSH1 [0] 0e RETURNDATACOPY ;; load memory[0..31] onto stack 6000 PUSH1 [0] 51 MLOAD ;; store the topmost stack into storage [0] 6000 PUSH1 [0] 55 SSTORE ;; an implicit `STOP` follows. * | move tests with blockhash from state to blockchainDimitry2017-06-02194-8521/+37695 | | * | remove temp filesDimitry2017-06-02658-261173/+0 | | * | make blockhash state test only as blockchain testsDimitry2017-06-02753-98/+256514 | | * | more staticcall testsDimitry2017-06-01415-25112/+4806 | | * | update static testsDimitry2017-05-2389-121/+8479 | | * | generate finished tests for staticcallDimitry2017-05-236-96/+20 | | * | move unprepared staticcall tests to subfolderDimitry2017-05-23321-236/+188 | | * | update static call testsDimitry2017-05-2312-59/+117 | | * | update staticcall fillersDimitry2017-05-2326-165/+1198 | | * | update static call testsDimitry2017-05-237-33/+388 | | * | update static call fillersDimitry2017-05-2369-1619/+708 | | * | templates for staticcall testsDimitry2017-05-23764-0/+72315 |/ * Close a string literalYoichi Hirai2017-05-191-1/+1 | * Merge pull request #157 from ethereum/removeStateTestswinsvega2017-04-28734-216374/+0 |\ | | | | remove old StateTests | * remove old StateTestsDimitry2017-04-24734-216374/+0 | | * | metropolis timestamp diff 1000Dimitry2017-04-251-1/+21 | | * | Merge pull request #159 from ethereum/modexpwinsvega2017-04-251-0/+344 |\ \ | | | | | | metropolis transition test (block 0x10) | * | metropolis transition test (block 0x10)Dimitry2017-04-251-0/+344 | | | | | | | | | | | | difficulty of a block with uncle/without uncle * | | Merge pull request #158 from ethereum/modexpwinsvega2017-04-251-0/+225 |\| | | | | | | | modexp tests | * | modexp testsDimitry2017-04-251-3/+7 | | | | * | modexp testsDimitry2017-04-251-0/+221 | |/ * / replace code as solidity no longer compiles this codeDimitry2017-04-252-2/+4 |/ * Merge pull request #154 from ethereum/refreshwinsvega2017-04-247-5478/+5479 |\ | | | | refill all tests with latest develop | * manual blockchain tests prefixed with 0xDimitry2017-04-215-5477/+5477 | | | * refill vmTestsDimitry2017-04-192-1/+2 | | * | fix wallet gasDimitry2017-04-213-3/+3 | | * | Regenerate VM performance testsPaweł Bylica2017-04-201-0/+28 | | * | VM tests: remove duplicated performance testsPaweł Bylica2017-04-201-197/+0 | | * | Add VM performance tests for div+add and addPaweł Bylica2017-04-202-0/+83 |/ * Merge pull request #153 from ethereum/allfieldhexwinsvega2017-04-19150-519/+519 |\ | | | | Allfieldhex | * remove blockhash testsDimitry2017-04-195-310/+0 | | | * refill and fix tests with all fields 0xDimitry2017-04-194-16/+16 | | | * replace SUICIDE with SELFDESTRUCTDimitry2017-04-19147-504/+504 | | * | move blockhash tests to blockchainDimitry2017-04-191-1/+171 | | * | remove BblockHash tests from statetestsDimitry2017-04-195-310/+0 |/ * correct zeroSigOOG test to touch nullsender accountDimitry2017-04-181-2/+38 | * Merge branch 'zeroTransaction' into developDimitry2017-04-1110-94/+1375 |\ | * zeroSig Transaction state testsDimitry2017-03-298-51/+227 | | | * correct zeroSigTransaction structure tests to eip #208Dimitry2017-03-282-94/+613 | | | * zeroSig transaction test fillersDimitry2017-03-237-0/+586 | | * | REVERT test case:Dimitry2017-04-041-26/+19 | | | | | | | | | | return empty output but with non-zero memory index (e.g. offset 1, length 0). test case 2: big index, size 0. * | Merge pull request #149 from ethereum/revertTestswinsvega2017-04-038-2/+1315 |\ \ | |/ |/| Revert tests | * refill revert testsDimitry2017-03-244-82/+24 | | | * more revert testsDimitry2017-03-242-0/+635 | | | * revert opcode test fillersDimitry2017-03-227-77/+630 | | | * Failing test for REVERT opcode (temporary, to check if travis gets the ↵Andrei Maiboroda2017-03-221-0/+64 | | | | | | | | rigght branch) | * Simple tests for REVERT opcodeAndrei Maiboroda2017-03-222-0/+119 | | * | remote zeroSigTransaction testsDimitry2017-03-237-586/+0 | | * | zeroSig Transaction test fillersDimitry2017-03-228-3/+610 |/ * refill transaction tests with zeroSigDimitry2017-03-173-47/+293 | * metropolis zero sig transaction test fillersDimitry2017-03-174-0/+2081 | * paringTest filler for zeroKnowledgeDimitry2017-03-081-0/+159 | * zeroKnowledge ECDSA function testsDimitry2017-03-063-0/+1256 | * more revert tests with precompiledDimitry2017-03-033-0/+405 | * snark ADD testFillerDimitry2017-03-022-60/+203 | * zkSnark fillerDimitry2017-03-021-0/+60 | * special case with precompiled forkDimitry2017-02-281-1/+11 | * tx with OOG at block 2675119Dimitry2017-02-281-0/+61 | * new uncle header testsDimitry2017-02-221-4/+387 | * deployment error testDimitry2017-02-161-0/+51 | * new testsDimitry2017-02-1511-0/+5581 | * replace "Frontier", "Homestead", "EIP150", "EIP158" with "ALL"Dimitry2017-02-15