FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for run_tests.py - tanay-man/lpython · GitHub
tanay-man
/
lpython
Public
forked from
lcompilers/lpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
lpython
run_tests.py
on
main
User selector
Datepicker
Commit history
Commits on Mar 30, 2025
Rename lfortran -> libasr in the build system
certik
committed
5771950
View commit details
Copy full SHA for 5771950
View code at this point
Browse repository at this point
Update build infra
ubaidsk
committed
2949198
View commit details
Copy full SHA for 2949198
View code at this point
Browse repository at this point
Commits on Mar 24, 2025
Update tests
czgdp1807
committed
4a8dcde
View commit details
Copy full SHA for 4a8dcde
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
Removed error banner from tests (#2631)
NishantBansal2003
authored and
ubaidsk
committed
d47e9f1
View commit details
Copy full SHA for d47e9f1
View code at this point
Browse repository at this point
Commits on Mar 26, 2024
TEST: Accept verify_hash in single_test function
czgdp1807
committed
bb6e2ee
View commit details
Copy full SHA for bb6e2ee
View code at this point
Browse repository at this point
Commits on Mar 25, 2024
Implementing for-else and while-else loops (#2555)
Show description for bf16a3d
advikkabra
authored
bf16a3d
View commit details
Copy full SHA for bf16a3d
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
TEST: Add processing of fast tag in tests.toml file
czgdp1807
committed
5dd4f8e
View commit details
Copy full SHA for 5dd4f8e
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
[asr->python] Initial ASR to Python implementation (#2362)
khushi-411
authored
0bcc640
View commit details
Copy full SHA for 0bcc640
View code at this point
Browse repository at this point
Commits on Nov 11, 2023
TEST: Updated single_test API
czgdp1807
committed
e7c56ab
View commit details
Copy full SHA for e7c56ab
View code at this point
Browse repository at this point
Commits on Jul 13, 2023
Add and update references
Smit-create
committed
b63e46e
View commit details
Copy full SHA for b63e46e
View code at this point
Browse repository at this point
Add option to test cumulative flag
Smit-create
committed
9edbf81
View commit details
Copy full SHA for 9edbf81
View code at this point
Browse repository at this point
Commits on Jun 15, 2023
TEST: Do not use color for asr json ref tests
ubaidsk
committed
c4380c8
View commit details
Copy full SHA for c4380c8
View code at this point
Browse repository at this point
Commits on May 11, 2023
Revert "TEST: Indent all AST and ASR tests"
Show description for bbcec15
ubaidsk
committed
bbcec15
View commit details
Copy full SHA for bbcec15
View code at this point
Browse repository at this point
Commits on Apr 27, 2023
TEST: Enable test and update ref tests
ubaidsk
committed
8506de2
View commit details
Copy full SHA for 8506de2
View code at this point
Browse repository at this point
Commits on Apr 21, 2023
Respect --disable-main in global_stmts pass
czgdp1807
committed
c215565
View commit details
Copy full SHA for c215565
View code at this point
Browse repository at this point
Commits on Apr 19, 2023
TEST: Indent all AST and ASR tests
ubaidsk
committed
9938e6c
View commit details
Copy full SHA for 9938e6c
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
PASS: Rename pass print_list to print_list_tuple
ubaidsk
committed
63588a7
View commit details
Copy full SHA for 63588a7
View code at this point
Browse repository at this point
Commits on Jan 31, 2023
Add no_color option in run_tests.py
Thirumalai-Shaktivel
authored and
czgdp1807
committed
ad6b324
View commit details
Copy full SHA for ad6b324
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
Skip the `run_with_dbg` tests when an option is specified
Thirumalai-Shaktivel
committed
1dee1cf
View commit details
Copy full SHA for 1dee1cf
View code at this point
Browse repository at this point
Commits on Jan 13, 2023
Implement runtime stacktraces (#1344)
Show description for a5aa754
Thirumalai-Shaktivel
and
certik
authored
a5aa754
View commit details
Copy full SHA for a5aa754
View code at this point
Browse repository at this point
Commits on Nov 2, 2022
Update tests
Thirumalai-Shaktivel
committed
b21d996
View commit details
Copy full SHA for b21d996
View code at this point
Browse repository at this point
Commits on Oct 29, 2022
Add an option: `llvm_dbg` (in run_tests) to generate llvm-ir with debug info
Thirumalai-Shaktivel
committed
f6cd93d
View commit details
Copy full SHA for f6cd93d
View code at this point
Browse repository at this point
Commits on Oct 20, 2022
Add new option: `run` in run_tests to save the runtime error or output
Thirumalai-Shaktivel
committed
c6349e5
View commit details
Copy full SHA for c6349e5
View code at this point
Browse repository at this point
Commits on Oct 10, 2022
Sync `libasr` with LFortran (#1188)
Show description for 1391db2
czgdp1807
and
ubaidsk
authored
1391db2
View commit details
Copy full SHA for 1391db2
View code at this point
Browse repository at this point
Commits on Sep 15, 2022
PASS: Register pass_replace_print_list()
Show description for 93b6a6d
ubaidsk
committed
93b6a6d
View commit details
Copy full SHA for 93b6a6d
View code at this point
Browse repository at this point
Commits on Aug 26, 2022
WASM, WAT: Support WAT testing in run_tests.py
ubaidsk
committed
9c1abf1
View commit details
Copy full SHA for 9c1abf1
View code at this point
Browse repository at this point
Commits on Aug 9, 2022
Use absolute paths for testing
Smit-create
committed
d437119
View commit details
Copy full SHA for d437119
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
Add ast_new into the run_tests
Thirumalai-Shaktivel
committed
c4f2bfb
View commit details
Copy full SHA for c4f2bfb
View code at this point
Browse repository at this point
Tester: Refactor more common code into libasr
certik
committed
d009620
View commit details
Copy full SHA for d009620
View code at this point
Browse repository at this point
Move the compiler_tester into libasr
certik
committed
b233f31
View commit details
Copy full SHA for b233f31
View code at this point
Browse repository at this point
Update compiler_tester from LFortran
certik
committed
54624c6
View commit details
Copy full SHA for 54624c6
View code at this point
Browse repository at this point
Commits on Jul 1, 2022
Add pass_llvm option to verify LLVM output after application of a pass
czgdp1807
committed
6ce2a24
View commit details
Copy full SHA for 6ce2a24
View code at this point
Browse repository at this point
Commits on Jun 30, 2022
Test LLVM output after application of a pass
czgdp1807
committed
93778d7
View commit details
Copy full SHA for 93778d7
View code at this point
Browse repository at this point
Commits on Jun 28, 2022
Ignore inlining of functions with return statements
czgdp1807
committed
b8f9b16
View commit details
Copy full SHA for b8f9b16
View code at this point
Browse repository at this point
Commits on Jun 24, 2022
Update reference tests
czgdp1807
committed
0ed3fcd
View commit details
Copy full SHA for 0ed3fcd
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL