#include #include "e-charset-picker.h" int main (int argc, char **argv) { char *charset; gnome_init ("test-charset-picker", "1.0", argc, argv); charset = e_charset_picker_dialog ("test-charset-picker", "Pick a charset, any charset", NULL, NULL); if (charset) printf ("You picked: %s\n", charset); return 0; } /dexon-tests' title='dexon-tests Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix yml testsDimitry2018-10-035-10/+10
* blockchain test source updatesDimitry2018-10-022-0/+127
* correct Constantinople expect section in state testsDimitry2018-09-25190-406/+4645
* create2 smart init codeDimitry2018-09-141-0/+112
* (RevertDepthCreateAddressCollision) for CREATE2Dimitry2018-09-141-0/+150
* recursive create2Dimitry2018-09-141-0/+77
* push32 without bytes at the endDimitry2018-09-141-0/+62
* create2 on depth 1023 1024Dimitry2018-09-142-0/+159
* create2 oog in initDimitry2018-09-121-0/+85
* REVERT in CREATE2Dimitry2018-09-124-0/+292
* RevertDepthCreate2 OOGDimitry2018-09-111-0/+129
* returndatacopy after create2 testsDimitry2018-09-113-0/+190
* Merge pull request #500 from mattdean-digicatapult/add-new-touched-cleanup-casewinsvega2018-09-101-0/+73
|\
| * Add new touched cleanup caseMatthew Dean2018-09-101-0/+73
* | more create2 testsDimitry2018-09-084-4/+315
* | create2 check fields in init codeDimitry2018-09-081-0/+187
* | create2 call precompiles from init codeDimitry2018-09-061-0/+233
|/
* more create2 collision testsDimitry2018-09-057-11/+310
* refill collision testDimitry2018-09-041-3/+38
* create2 bounds + yoichi testsDimitry2018-09-045-0/+359
* create2 OOG testsDimitry2018-09-038-1/+541
* Suicide in create2 testsDimitry2018-08-312-0/+247
* create2 init code testsDimitry2018-08-282-0/+296
* create2 testDimitry2018-08-279-0/+865
* fix sar 2^256 0 testDimitry2018-08-081-3/+4
* sar00 testDimitry2018-07-271-0/+105
* sar 0 256-1 testDimitry2018-07-271-0/+106
* check returndatasize after failing createDimitry2018-07-061-0/+67
* check returndata after failing createDimitry2018-07-061-0/+75
* create failure due to deployment cost testsDimitry2018-07-035-0/+388
* fix remaining testsDimitry2018-05-181-9/+26
* restore ecmul testDimitry2018-05-151-3/+6
* fix more tests with coinbase touchDimitry2018-05-153-9/+50
* fix more tests with touch coinbaseDimitry2018-05-1525-71/+548
* fix more testsDimitry2018-05-153-2/+88
* fix more testsDimitry2018-05-155-12/+90
* fix oog transaction executionDimitry2018-05-151-1/+7
* Merge pull request #428 from ethereum/touched-revert-createYoichi Hirai2018-05-091-0/+63
|\
| * Test whether a failed create transaction reverts account deletionYoichi Hirai2018-03-091-0/+63
* | Add a test case where the same contract performs selfdestruct twiceYoichi Hirai2018-04-241-0/+64
* | Add a test where the same account performs selfdestruct twiceYoichi Hirai2018-04-201-0/+67
* | add test which checks codesize/extcodesize on contract in initJared Wasinger2018-04-181-0/+55
* | Add a GeneralStateTest filler instead of a removed VMtestYoichi Hirai2018-04-101-0/+58
* | Merge pull request #442 from ethereum/id-input-is-biggerYoichi Hirai2018-04-061-0/+66
|\ \
| * | Add a test that calls the ID precompiled contract with a smaller outputYoichi Hirai2018-03-301-0/+66
* | | Add a test that executes a single `REVERT` on an empty stackYoichi Hirai2018-04-031-0/+59
|/ /
* | Merge pull request #424 from ethereum/sarYoichi Hirai2018-03-2616-0/+1682
|\ \
| * | Add Fillers for SAR testsYoichi Hirai2018-03-2316-0/+1682
* | | Add fillers for SHR testsYoichi Hirai2018-03-2211-0/+1199
|/ /
* | Rename duplicated keys in filler JSON filesYoichi Hirai2018-03-22